org.sdmx.resources.sdmxml.schemas.v2_1.query
Class ItemSchemeWhereType
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.VersionableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.MaintainableWhereType
org.sdmx.resources.sdmxml.schemas.v2_1.query.ItemSchemeWhereType
- Direct Known Subclasses:
- CategorySchemeWhereType, CodelistWhereType, ConceptSchemeWhereType, OrganisationSchemeWhereType, ReportingTaxonomyWhereType
public abstract class ItemSchemeWhereType
- extends MaintainableWhereType
ItemSchemeQueryType is an abstract base type that serves as the basis for any query for an item scheme.
Java class for ItemSchemeWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemSchemeWhereType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}MaintainableWhereType">
<sequence>
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ItemWhere"/>
</sequence>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
itemWhere
protected List<JAXBElement<? extends ItemWhereType>> itemWhere
ItemSchemeWhereType
public ItemSchemeWhereType()
getItemWhere
public List<JAXBElement<? extends ItemWhereType>> getItemWhere()
- Gets the value of the itemWhere 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 itemWhere property.
For example, to add a new item, do as follows:
getItemWhere().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<ConceptWhereType>
JAXBElement<ItemWhereType>
JAXBElement<CategoryWhereType>
JAXBElement<OrganisationWhereType>
JAXBElement<CodeWhereType>
JAXBElement<ReportingCategoryWhereType>
Copyright © 2012. All Rights Reserved.