org.sdmx.resources.sdmxml.schemas.v2_1.common
Class CubeRegionType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.RegionType
org.sdmx.resources.sdmxml.schemas.v2_1.common.CubeRegionType
public class CubeRegionType
- extends RegionType
CubeRegionType defines the structure of a data cube region. This is based on the abstract RegionType and simply refines the key and attribute values to conform with what is applicable for dimensions and attributes, respectively. See the documentation of the base type for more details on how a region is defined.
Java class for CubeRegionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CubeRegionType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}RegionType">
<sequence>
<element name="KeyValue" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}CubeRegionKeyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Attribute" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}AttributeValueSetType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CubeRegionType
public CubeRegionType()
Copyright © 2012. All Rights Reserved.