org.sdmx.resources.sdmxml.schemas.v2_1.query
Class CategoryWhereType
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.CategoryWhereType
public class CategoryWhereType
- extends ItemWhereType
CategoryQueryWhereType contains a set of parameters for matching a category. All supplied parameters must be matched in order for an object to satisfy the query.
Java class for CategoryWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CategoryWhereType">
<complexContent>
<restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ItemWhereType">
<sequence>
<element name="Annotation" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}AnnotationWhereType" minOccurs="0"/>
<element name="ID" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}QueryIDType" minOccurs="0"/>
<element name="Name" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}QueryTextType" minOccurs="0"/>
<element name="Description" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}QueryTextType" minOccurs="0"/>
<choice minOccurs="0">
<sequence maxOccurs="unbounded">
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}CategoryWhere"/>
</sequence>
</choice>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CategoryWhereType
public CategoryWhereType()
Copyright © 2012. All Rights Reserved.