org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class DimensionListType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentListType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.DimensionListBaseType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dimensionOrMeasureDimensionOrTimeDimension
protected List<BaseDimensionType> dimensionOrMeasureDimensionOrTimeDimension
DimensionListType
public DimensionListType()
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.