org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class DimensionListType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentListType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.DimensionListBaseType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.DimensionListType

public class DimensionListType
extends DimensionListBaseType

DimensionListType describes the key descriptor for a data structure definition. The order of the declaration of child dimensions is significant: it is used to describe the order in which they will appear in data formats for which key values are supplied in an ordered fashion (exclusive of the time dimension, which is not represented as a member of the ordered key). Any data structure definition which uses the time dimension should also declare a frequency dimension, conventionally the first dimension in the key (the set of ordered non-time dimensions). If is not necessary to assign a time dimension, as data can be organised in any fashion required.

Java class for DimensionListType complex type.

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

 <complexType name="DimensionListType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}DimensionListBaseType">
       <choice maxOccurs="unbounded">
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}Dimension"/>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}MeasureDimension"/>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}TimeDimension"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<BaseDimensionType> dimensionOrMeasureDimensionOrTimeDimension
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentListType
component
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
id, uri, urn
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
annotations
 
Constructor Summary
DimensionListType()
           
 
Method Summary
 List<BaseDimensionType> getDimensionOrMeasureDimensionOrTimeDimension()
          Gets the value of the dimensionOrMeasureDimensionOrTimeDimension property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentListType
getComponent
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
getId, getUri, getUrn, setId, setUri, setUrn
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
getAnnotations, setAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dimensionOrMeasureDimensionOrTimeDimension

protected List<BaseDimensionType> dimensionOrMeasureDimensionOrTimeDimension
Constructor Detail

DimensionListType

public DimensionListType()
Method Detail

getDimensionOrMeasureDimensionOrTimeDimension

public List<BaseDimensionType> getDimensionOrMeasureDimensionOrTimeDimension()
Gets the value of the dimensionOrMeasureDimensionOrTimeDimension property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the dimensionOrMeasureDimensionOrTimeDimension property.

For example, to add a new item, do as follows:

    getDimensionOrMeasureDimensionOrTimeDimension().add(newItem);
 

Objects of the following type(s) are allowed in the list DimensionType TimeDimensionType MeasureDimensionType



Copyright © 2012. All Rights Reserved.