org.sdmx.resources.sdmxml.schemas.v2_1.query
Class ReportingCategoryWhereType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.query.AnnotableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.IdentifiableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.NameableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.ItemWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.ReportingCategoryWhereBaseType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
provisioningMetadata
protected List<StructureUsageReferenceType> provisioningMetadata
structuralMetadata
protected List<StructureReferenceType> structuralMetadata
ReportingCategoryWhereType
public ReportingCategoryWhereType()
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.