org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class HybridCodeMapType

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.HybridCodeMapType

public class HybridCodeMapType
extends AnnotableType

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

source

protected AnyLocalCodeReferenceType source

target

protected AnyLocalCodeReferenceType target
Constructor Detail

HybridCodeMapType

public HybridCodeMapType()
Method Detail

getSource

public AnyLocalCodeReferenceType getSource()
Gets the value of the source property.

Returns:
possible object is AnyLocalCodeReferenceType

setSource

public void setSource(AnyLocalCodeReferenceType value)
Sets the value of the source property.

Parameters:
value - allowed object is AnyLocalCodeReferenceType

getTarget

public AnyLocalCodeReferenceType getTarget()
Gets the value of the target property.

Returns:
possible object is AnyLocalCodeReferenceType

setTarget

public void setTarget(AnyLocalCodeReferenceType value)
Sets the value of the target property.

Parameters:
value - allowed object is AnyLocalCodeReferenceType


Copyright © 2012. All Rights Reserved.