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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentListType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ReportStructureBaseType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ReportStructureType

public class ReportStructureType
extends ReportStructureBaseType

ReportStructureType describes the structure of a report structure. It comprises a set of metadata attributes that can be defined as a hierarchy, and identifies the potential attachment of these attributes to an object by referencing a target identifier.

Java class for ReportStructureType complex type.

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

 <complexType name="ReportStructureType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ReportStructureBaseType">
       <sequence>
         <element name="MetadataTarget" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}LocalMetadataTargetReferenceType" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<LocalMetadataTargetReferenceType> metadataTarget
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentListType
component
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
id, uri, urn
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
annotations
 
Constructor Summary
ReportStructureType()
           
 
Method Summary
 List<LocalMetadataTargetReferenceType> getMetadataTarget()
          Gets the value of the metadataTarget property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentListType
getComponent
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
getId, getUri, getUrn, setId, setUri, setUrn
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
getAnnotations, setAnnotations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

metadataTarget

protected List<LocalMetadataTargetReferenceType> metadataTarget
Constructor Detail

ReportStructureType

public ReportStructureType()
Method Detail

getMetadataTarget

public List<LocalMetadataTargetReferenceType> 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 LocalMetadataTargetReferenceType



Copyright © 2012. All Rights Reserved.