|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.query.CodeValueType
public class CodeValueType
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 |
|---|
protected CodelistReferenceType codelist
protected String value
| Constructor Detail |
|---|
public CodeValueType()
| Method Detail |
|---|
public CodelistReferenceType getCodelist()
CodelistReferenceTypepublic void setCodelist(CodelistReferenceType value)
value - allowed object is
CodelistReferenceTypepublic String getValue()
Stringpublic void setValue(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||