org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class CodeMapType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemAssociationType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.CodeMapType
public class CodeMapType
- extends ItemAssociationType
CodeMapType defines the structure for mapping two codes. A local reference is provided both the source and target code.
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.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ItemAssociationType">
<sequence>
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}Annotations" minOccurs="0"/>
<element name="Source" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}LocalCodeReferenceType"/>
<element name="Target" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}LocalCodeReferenceType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeMapType
public CodeMapType()
Copyright © 2012. All Rights Reserved.