org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class GroupingType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.structure.GroupingType
- Direct Known Subclasses:
- DataStructureComponentsBaseType, MetadataStructureComponentsBaseType
public abstract class GroupingType
- extends Object
GroupType is an abstract base type for specific structure groupings. It contains a collection of component lists. Concrete instances of this should restrict to specific concrete component lists.
Java class for GroupingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GroupingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ComponentList"/>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
componentList
protected List<JAXBElement<? extends ComponentListType>> componentList
GroupingType
public GroupingType()
getComponentList
public List<JAXBElement<? extends ComponentListType>> getComponentList()
- Gets the value of the componentList 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 componentList property.
For example, to add a new item, do as follows:
getComponentList().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<MeasureListType>
JAXBElement<AttributeListType>
JAXBElement<ReportStructureType>
JAXBElement<DimensionListType>
JAXBElement<GroupType>
JAXBElement<MetadataTargetType>
JAXBElement<ComponentListType>
Copyright © 2012. All Rights Reserved.