org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class ReportingCategoryType
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.NameableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ReportingCategoryBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ReportingCategoryType
public class ReportingCategoryType
- extends ReportingCategoryBaseType
ReportingCategoryType describes the structure of a reporting category, which groups structure usages into useful sub-packages. Sub ordinate reporting categories can be nested within the category definition.
Java class for ReportingCategoryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportingCategoryType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ReportingCategoryBaseType">
<choice>
<element name="StructuralMetadata" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}StructureReferenceType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ProvisioningMetadata" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}StructureUsageReferenceType" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</extension>
</complexContent>
</complexType>
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemType |
item, parent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
structuralMetadata
protected List<StructureReferenceType> structuralMetadata
provisioningMetadata
protected List<StructureUsageReferenceType> provisioningMetadata
ReportingCategoryType
public ReportingCategoryType()
getStructuralMetadata
public List<StructureReferenceType> getStructuralMetadata()
- Gets the value of the structuralMetadata 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 structuralMetadata property.
For example, to add a new item, do as follows:
getStructuralMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
StructureReferenceType
getProvisioningMetadata
public List<StructureUsageReferenceType> getProvisioningMetadata()
- Gets the value of the provisioningMetadata 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 provisioningMetadata property.
For example, to add a new item, do as follows:
getProvisioningMetadata().add(newItem);
Objects of the following type(s) are allowed in the list
StructureUsageReferenceType
Copyright © 2012. All Rights Reserved.