|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_0.structure.CodeMapType
public class CodeMapType
CodeMap describes the equivalence of the codes in the referenced codelist or hierarchical codelist indicated in the CodelistRef element of the containing CodelistMap to those in the referenced TargetCodelist in the containing CodelistMap. The CodeAlias attribute is used to assign an alias code to the equivalence for querying the structure set.
Java class for CodeMapType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CodeMapType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MapCodeRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType"/>
<element name="MapTargetCodeRef" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType"/>
</sequence>
<attribute name="CodeAlias" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
codeAlias
|
protected String |
mapCodeRef
|
protected String |
mapTargetCodeRef
|
| Constructor Summary | |
|---|---|
CodeMapType()
|
|
| Method Summary | |
|---|---|
String |
getCodeAlias()
Gets the value of the codeAlias property. |
String |
getMapCodeRef()
Gets the value of the mapCodeRef property. |
String |
getMapTargetCodeRef()
Gets the value of the mapTargetCodeRef property. |
void |
setCodeAlias(String value)
Sets the value of the codeAlias property. |
void |
setMapCodeRef(String value)
Sets the value of the mapCodeRef property. |
void |
setMapTargetCodeRef(String value)
Sets the value of the mapTargetCodeRef property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String mapCodeRef
protected String mapTargetCodeRef
protected String codeAlias
| Constructor Detail |
|---|
public CodeMapType()
| Method Detail |
|---|
public String getMapCodeRef()
Stringpublic void setMapCodeRef(String value)
value - allowed object is
Stringpublic String getMapTargetCodeRef()
Stringpublic void setMapTargetCodeRef(String value)
value - allowed object is
Stringpublic String getCodeAlias()
Stringpublic void setCodeAlias(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||