|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.structure.GroupingType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MetadataStructureComponentsBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MetadataStructureComponentsType
public class MetadataStructureComponentsType
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 |
|---|
protected List<MetadataTargetType> metadataTarget
protected List<ReportStructureType> reportStructure
| Constructor Detail |
|---|
public MetadataStructureComponentsType()
| Method Detail |
|---|
public List<MetadataTargetType> getMetadataTarget()
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
public List<ReportStructureType> getReportStructure()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||