org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class GroupDimensionType
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.ComponentBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.GroupDimensionBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.GroupDimensionType
public class GroupDimensionType
- extends GroupDimensionBaseType
GroupDimensionType defines a dimension component with a group key descriptor component list. Although technically a component, this is essentially a reference to a dimension defined in the key descriptor. Therefore, the identification, name, and description, concept identity and representation properties that are typically available for a component are not allowed here, as they are all inherited from the referenced dimension.
Java class for GroupDimensionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupDimensionType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}GroupDimensionBaseType">
<sequence>
<element name="DimensionReference" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}LocalDimensionReferenceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dimensionReference
protected LocalDimensionReferenceType dimensionReference
GroupDimensionType
public GroupDimensionType()
getDimensionReference
public LocalDimensionReferenceType getDimensionReference()
- Gets the value of the dimensionReference property.
- Returns:
- possible object is
LocalDimensionReferenceType
setDimensionReference
public void setDimensionReference(LocalDimensionReferenceType value)
- Sets the value of the dimensionReference property.
- Parameters:
value - allowed object is
LocalDimensionReferenceType
Copyright © 2012. All Rights Reserved.