org.sdmx.resources.sdmxml.schemas.v2_1.common
Class CubeRegionKeyType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.ComponentValueSetType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CubeRegionKeyType
public CubeRegionKeyType()
Copyright © 2012. All Rights Reserved.