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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.query.CodeValueType

public class CodeValueType
extends Object

CodeValueType is used to query for data or reference metadata where a component which uses the referenced codelist as its representation enumeration has the value provided. Note that this is only applicable when the value is a coded value, which is to say that it does not apply to a codelist which is specified as the representation or an identifiable object target in a metadata target.

Java class for CodeValueType complex type.

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

 <complexType name="CodeValueType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Codelist" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}CodelistReferenceType"/>
       </sequence>
       <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CodelistReferenceType codelist
           
protected  String value
           
 
Constructor Summary
CodeValueType()
           
 
Method Summary
 CodelistReferenceType getCodelist()
          Gets the value of the codelist property.
 String getValue()
          Gets the value of the value property.
 void setCodelist(CodelistReferenceType value)
          Sets the value of the codelist property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

codelist

protected CodelistReferenceType codelist

value

protected String value
Constructor Detail

CodeValueType

public CodeValueType()
Method Detail

getCodelist

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

Returns:
possible object is CodelistReferenceType

setCodelist

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

Parameters:
value - allowed object is CodelistReferenceType

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.