org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class StructureType
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.NameableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.StructureType
- Direct Known Subclasses:
- DataStructureType, MetadataStructureType
public abstract class StructureType
- extends MaintainableType
StructureType is an abstract base type for all structure objects. Concrete instances of this should restrict to a concrete grouping.
Java class for StructureType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructureType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}MaintainableType">
<sequence>
<sequence minOccurs="0">
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}Grouping"/>
</sequence>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
grouping
protected JAXBElement<? extends GroupingType> grouping
StructureType
public StructureType()
getGrouping
public JAXBElement<? extends GroupingType> getGrouping()
- Gets the value of the grouping property.
- Returns:
- possible object is
JAXBElement<DataStructureComponentsType>
JAXBElement<GroupingType>
JAXBElement<MetadataStructureComponentsType>
setGrouping
public void setGrouping(JAXBElement<? extends GroupingType> value)
- Sets the value of the grouping property.
- Parameters:
value - allowed object is
JAXBElement<DataStructureComponentsType>
JAXBElement<GroupingType>
JAXBElement<MetadataStructureComponentsType>
Copyright © 2012. All Rights Reserved.