org.sdmx.resources.sdmxml.schemas.v2_0.structure
Class CodeMapType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.structure.CodeMapType

public class CodeMapType
extends Object

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

mapCodeRef

protected String mapCodeRef

mapTargetCodeRef

protected String mapTargetCodeRef

codeAlias

protected String codeAlias
Constructor Detail

CodeMapType

public CodeMapType()
Method Detail

getMapCodeRef

public String getMapCodeRef()
Gets the value of the mapCodeRef property.

Returns:
possible object is String

setMapCodeRef

public void setMapCodeRef(String value)
Sets the value of the mapCodeRef property.

Parameters:
value - allowed object is String

getMapTargetCodeRef

public String getMapTargetCodeRef()
Gets the value of the mapTargetCodeRef property.

Returns:
possible object is String

setMapTargetCodeRef

public void setMapTargetCodeRef(String value)
Sets the value of the mapTargetCodeRef property.

Parameters:
value - allowed object is String

getCodeAlias

public String getCodeAlias()
Gets the value of the codeAlias property.

Returns:
possible object is String

setCodeAlias

public void setCodeAlias(String value)
Sets the value of the codeAlias property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.