|
||||||||||
| 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.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.HybridCodeMapType
public class HybridCodeMapType
CodeMapType defines the structure for associating a code from a source codelist to a code in a target codelist. Note that either of these may come from a hierarchical codelist.
Java class for HybridCodeMapType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HybridCodeMapType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}AnnotableType">
<sequence>
<element name="Source" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}AnyLocalCodeReferenceType"/>
<element name="Target" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}AnyLocalCodeReferenceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AnyLocalCodeReferenceType |
source
|
protected AnyLocalCodeReferenceType |
target
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
annotations |
| Constructor Summary | |
|---|---|
HybridCodeMapType()
|
|
| Method Summary | |
|---|---|
AnyLocalCodeReferenceType |
getSource()
Gets the value of the source property. |
AnyLocalCodeReferenceType |
getTarget()
Gets the value of the target property. |
void |
setSource(AnyLocalCodeReferenceType value)
Sets the value of the source property. |
void |
setTarget(AnyLocalCodeReferenceType value)
Sets the value of the target property. |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
getAnnotations, setAnnotations |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected AnyLocalCodeReferenceType source
protected AnyLocalCodeReferenceType target
| Constructor Detail |
|---|
public HybridCodeMapType()
| Method Detail |
|---|
public AnyLocalCodeReferenceType getSource()
AnyLocalCodeReferenceTypepublic void setSource(AnyLocalCodeReferenceType value)
value - allowed object is
AnyLocalCodeReferenceTypepublic AnyLocalCodeReferenceType getTarget()
AnyLocalCodeReferenceTypepublic void setTarget(AnyLocalCodeReferenceType value)
value - allowed object is
AnyLocalCodeReferenceType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||