org.sdmx.resources.sdmxml.schemas.v2_1.common
Class CubeRegionKeyType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.ComponentValueSetType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.CubeRegionKeyType

public class CubeRegionKeyType
extends ComponentValueSetType

CubeRegionKeyType is a type for providing a set of values for a dimension for the purpose of defining a data cube region. A set of distinct value can be provided, or if this dimension is represented as time, and time range can be specified.

Java class for CubeRegionKeyType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CubeRegionKeyType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ComponentValueSetType">
       <choice>
         <element name="Value" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SimpleValueType" maxOccurs="unbounded"/>
         <element name="TimeRange" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}TimeRangeValueType"/>
       </choice>
       <attribute name="id" use="required" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}SingleNCNameIDType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.ComponentValueSetType
dataKey, dataSet, id, include, object, timeRange, value
 
Constructor Summary
CubeRegionKeyType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.ComponentValueSetType
getDataKey, getDataSet, getId, getObject, getTimeRange, getValue, isInclude, setId, setInclude, setTimeRange
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CubeRegionKeyType

public CubeRegionKeyType()


Copyright © 2012. All Rights Reserved.