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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.HybridCodelistMapBaseType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.HybridCodelistMapType

public class HybridCodelistMapType
extends HybridCodelistMapBaseType

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

source

protected AnyCodelistReferenceType source

target

protected AnyCodelistReferenceType target

hybridCodeMap

protected List<HybridCodeMapType> hybridCodeMap
Constructor Detail

HybridCodelistMapType

public HybridCodelistMapType()
Method Detail

getSource

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

Returns:
possible object is AnyCodelistReferenceType

setSource

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

Parameters:
value - allowed object is AnyCodelistReferenceType

getTarget

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

Returns:
possible object is AnyCodelistReferenceType

setTarget

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

Parameters:
value - allowed object is AnyCodelistReferenceType

getHybridCodeMap

public List<HybridCodeMapType> getHybridCodeMap()
Gets the value of the hybridCodeMap property.

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



Copyright © 2012. All Rights Reserved.