org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class ReportStructureType
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.ComponentListType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ReportStructureBaseType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
metadataTarget
protected List<LocalMetadataTargetReferenceType> metadataTarget
ReportStructureType
public ReportStructureType()
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.