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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.RegionType
      extended by 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>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.RegionType
attribute, include, keyValue
 
Constructor Summary
CubeRegionType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.RegionType
getAttribute, getKeyValue, getOtherAttributes, isInclude, setInclude
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CubeRegionType

public CubeRegionType()


Copyright © 2012. All Rights Reserved.