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

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.NameableType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemBaseType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemType
                      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ReportingCategoryBaseType
                          extended by 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>
 


Field Summary
protected  List<StructureUsageReferenceType> provisioningMetadata
           
protected  List<StructureReferenceType> structuralMetadata
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemType
item, parent
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
description, name
 
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
ReportingCategoryType()
           
 
Method Summary
 List<StructureUsageReferenceType> getProvisioningMetadata()
          Gets the value of the provisioningMetadata property.
 List<StructureReferenceType> getStructuralMetadata()
          Gets the value of the structuralMetadata property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemType
getItem, getParent, setParent
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
getDescription, getName
 
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

structuralMetadata

protected List<StructureReferenceType> structuralMetadata

provisioningMetadata

protected List<StructureUsageReferenceType> provisioningMetadata
Constructor Detail

ReportingCategoryType

public ReportingCategoryType()
Method Detail

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.