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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.GroupingType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.MetadataStructureComponentsBaseType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.MetadataStructureComponentsType

public class MetadataStructureComponentsType
extends MetadataStructureComponentsBaseType

MetadataStructureComponentsType describes the structure of the grouping of the sets of the components that make up the metadata structure definition. At a minimum, a full target identifier and at least one report structure must be defined.

Java class for MetadataStructureComponentsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="MetadataStructureComponentsType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}MetadataStructureComponentsBaseType">
       <sequence>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}MetadataTarget" maxOccurs="unbounded"/>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ReportStructure" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<MetadataTargetType> metadataTarget
           
protected  List<ReportStructureType> reportStructure
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.GroupingType
componentList
 
Constructor Summary
MetadataStructureComponentsType()
           
 
Method Summary
 List<MetadataTargetType> getMetadataTarget()
          Gets the value of the metadataTarget property.
 List<ReportStructureType> getReportStructure()
          Gets the value of the reportStructure property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.GroupingType
getComponentList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadataTarget

protected List<MetadataTargetType> metadataTarget

reportStructure

protected List<ReportStructureType> reportStructure
Constructor Detail

MetadataStructureComponentsType

public MetadataStructureComponentsType()
Method Detail

getMetadataTarget

public List<MetadataTargetType> getMetadataTarget()
Gets the value of the metadataTarget 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 metadataTarget property.

For example, to add a new item, do as follows:

    getMetadataTarget().add(newItem);
 

Objects of the following type(s) are allowed in the list MetadataTargetType


getReportStructure

public List<ReportStructureType> getReportStructure()
Gets the value of the reportStructure 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 reportStructure property.

For example, to add a new item, do as follows:

    getReportStructure().add(newItem);
 

Objects of the following type(s) are allowed in the list ReportStructureType



Copyright © 2012. All Rights Reserved.