org.sdmx.resources.sdmxml.schemas.v2_1.query
Class ConceptWhereType
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.ConceptWhereBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.query.ConceptWhereType
public class ConceptWhereType
- extends ConceptWhereBaseType
ConceptWhereType defines a set of parameters for matching a category. All supplied parameters must be matched in order for an object to satisfy the query. In addition to the base parameters for an item, a concept can be queried based on the item scheme that is used as a core representation.
Java class for ConceptWhereType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConceptWhereType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/query}ConceptWhereBaseType">
<sequence>
<element name="Enumeration" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}CodelistReferenceType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
enumeration
protected CodelistReferenceType enumeration
ConceptWhereType
public ConceptWhereType()
getEnumeration
public CodelistReferenceType getEnumeration()
- Gets the value of the enumeration property.
- Returns:
- possible object is
CodelistReferenceType
setEnumeration
public void setEnumeration(CodelistReferenceType value)
- Sets the value of the enumeration property.
- Parameters:
value - allowed object is
CodelistReferenceType
Copyright © 2012. All Rights Reserved.