org.sdmx.resources.sdmxml.schemas.v2_1.query
Class ReportingCategoryWhereType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.ItemWhereType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.ReportingCategoryWhereBaseType
                      extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.ReportingCategoryWhereType

public class ReportingCategoryWhereType
extends ReportingCategoryWhereBaseType

ReportingCategoryWhereType contains a set of parameters for matching a reporting category. All supplied parameters must be matched in order for an object to satisfy the query.

Java class for ReportingCategoryWhereType complex type.

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

 <complexType name="ReportingCategoryWhereType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ReportingCategoryWhereBaseType">
       <choice>
         <element name="ProvisioningMetadata" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}StructureUsageReferenceType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="StructuralMetadata" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}StructureReferenceType" 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.query.ItemWhereType
itemWhere, parent
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
description, name
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
id, urn
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
annotation
 
Constructor Summary
ReportingCategoryWhereType()
           
 
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.query.ItemWhereType
getItemWhere, getParent, setParent
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
getDescription, getName, setDescription, setName
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
getID, getURN, setID, setURN
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
getAnnotation, setAnnotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

provisioningMetadata

protected List<StructureUsageReferenceType> provisioningMetadata

structuralMetadata

protected List<StructureReferenceType> structuralMetadata
Constructor Detail

ReportingCategoryWhereType

public ReportingCategoryWhereType()
Method Detail

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


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



Copyright © 2012. All Rights Reserved.