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

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.ConceptWhereBaseType
                      extended by 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>
 


Field Summary
protected  CodelistReferenceType enumeration
           
 
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
ConceptWhereType()
           
 
Method Summary
 CodelistReferenceType getEnumeration()
          Gets the value of the enumeration property.
 void setEnumeration(CodelistReferenceType value)
          Sets the value of the enumeration 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

enumeration

protected CodelistReferenceType enumeration
Constructor Detail

ConceptWhereType

public ConceptWhereType()
Method Detail

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.