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

java.lang.Object
  extended by 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>
 


Field Summary
protected  List<JAXBElement<? extends ComponentListType>> componentList
           
 
Constructor Summary
GroupingType()
           
 
Method Summary
 List<JAXBElement<? extends ComponentListType>> getComponentList()
          Gets the value of the componentList property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

componentList

protected List<JAXBElement<? extends ComponentListType>> componentList
Constructor Detail

GroupingType

public GroupingType()
Method Detail

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.