org.sdmx.resources.sdmxml.schemas.v2_0.query
Class CodelistWhereType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.query.CodelistWhereType

public class CodelistWhereType
extends Object

The CodelistWhere element representes a query for a codelist or codelists. It contains all of the clauses in that query, represented by its child elements. Values are the IDs of the referenced object.

Java class for CodelistWhereType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CodelistWhereType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="Codelist" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}CodelistType"/>
         <element name="AgencyID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Version" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Or" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}OrType"/>
         <element name="And" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/query}AndType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String agencyID
           
protected  AndType and
           
protected  CodelistType codelist
           
protected  OrType or
           
protected  String version
           
 
Constructor Summary
CodelistWhereType()
           
 
Method Summary
 String getAgencyID()
          Gets the value of the agencyID property.
 AndType getAnd()
          Gets the value of the and property.
 CodelistType getCodelist()
          Gets the value of the codelist property.
 OrType getOr()
          Gets the value of the or property.
 String getVersion()
          Gets the value of the version property.
 void setAgencyID(String value)
          Sets the value of the agencyID property.
 void setAnd(AndType value)
          Sets the value of the and property.
 void setCodelist(CodelistType value)
          Sets the value of the codelist property.
 void setOr(OrType value)
          Sets the value of the or property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codelist

protected CodelistType codelist

agencyID

protected String agencyID

version

protected String version

or

protected OrType or

and

protected AndType and
Constructor Detail

CodelistWhereType

public CodelistWhereType()
Method Detail

getCodelist

public CodelistType getCodelist()
Gets the value of the codelist property.

Returns:
possible object is CodelistType

setCodelist

public void setCodelist(CodelistType value)
Sets the value of the codelist property.

Parameters:
value - allowed object is CodelistType

getAgencyID

public String getAgencyID()
Gets the value of the agencyID property.

Returns:
possible object is String

setAgencyID

public void setAgencyID(String value)
Sets the value of the agencyID property.

Parameters:
value - allowed object is String

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getOr

public OrType getOr()
Gets the value of the or property.

Returns:
possible object is OrType

setOr

public void setOr(OrType value)
Sets the value of the or property.

Parameters:
value - allowed object is OrType

getAnd

public AndType getAnd()
Gets the value of the and property.

Returns:
possible object is AndType

setAnd

public void setAnd(AndType value)
Sets the value of the and property.

Parameters:
value - allowed object is AndType


Copyright © 2012. All Rights Reserved.