|
||||||||||
| 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.IdentifiableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.HybridCodelistMapBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.HybridCodelistMapType
public class HybridCodelistMapType
HybridCodelistMapType defines the structure of a map which relates codes (possibly hierarchical) from different code lists.
Java class for HybridCodelistMapType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HybridCodelistMapType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}HybridCodelistMapBaseType">
<sequence>
<element name="Source" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}AnyCodelistReferenceType"/>
<element name="Target" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}AnyCodelistReferenceType"/>
<element name="HybridCodeMap" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}HybridCodeMapType" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<HybridCodeMapType> |
hybridCodeMap
|
protected AnyCodelistReferenceType |
source
|
protected AnyCodelistReferenceType |
target
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType |
|---|
description, name |
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType |
|---|
id, uri, urn |
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
annotations |
| Constructor Summary | |
|---|---|
HybridCodelistMapType()
|
|
| Method Summary | |
|---|---|
List<HybridCodeMapType> |
getHybridCodeMap()
Gets the value of the hybridCodeMap property. |
AnyCodelistReferenceType |
getSource()
Gets the value of the source property. |
AnyCodelistReferenceType |
getTarget()
Gets the value of the target property. |
void |
setSource(AnyCodelistReferenceType value)
Sets the value of the source property. |
void |
setTarget(AnyCodelistReferenceType value)
Sets the value of the target property. |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType |
|---|
getDescription, getName |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType |
|---|
getId, getUri, getUrn, setId, setUri, setUrn |
| 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 AnyCodelistReferenceType source
protected AnyCodelistReferenceType target
protected List<HybridCodeMapType> hybridCodeMap
| Constructor Detail |
|---|
public HybridCodelistMapType()
| Method Detail |
|---|
public AnyCodelistReferenceType getSource()
AnyCodelistReferenceTypepublic void setSource(AnyCodelistReferenceType value)
value - allowed object is
AnyCodelistReferenceTypepublic AnyCodelistReferenceType getTarget()
AnyCodelistReferenceTypepublic void setTarget(AnyCodelistReferenceType value)
value - allowed object is
AnyCodelistReferenceTypepublic List<HybridCodeMapType> getHybridCodeMap()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the hybridCodeMap property.
For example, to add a new item, do as follows:
getHybridCodeMap().add(newItem);
Objects of the following type(s) are allowed in the list
HybridCodeMapType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||