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

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

public class ConceptMapType
extends Object

ConceptMap allows for the mapping of a concept in one scheme against a concept in another, target scheme. The conceptAlias attribute allows for an alias to be assigned to the mapping for searching across the set of mapped concepts.

Java class for ConceptMapType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ConceptMapType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ConceptID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType"/>
         <element name="TargetConceptID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType"/>
       </sequence>
       <attribute name="conceptAlias" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String conceptAlias
           
protected  String conceptID
           
protected  String targetConceptID
           
 
Constructor Summary
ConceptMapType()
           
 
Method Summary
 String getConceptAlias()
          Gets the value of the conceptAlias property.
 String getConceptID()
          Gets the value of the conceptID property.
 String getTargetConceptID()
          Gets the value of the targetConceptID property.
 void setConceptAlias(String value)
          Sets the value of the conceptAlias property.
 void setConceptID(String value)
          Sets the value of the conceptID property.
 void setTargetConceptID(String value)
          Sets the value of the targetConceptID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

conceptID

protected String conceptID

targetConceptID

protected String targetConceptID

conceptAlias

protected String conceptAlias
Constructor Detail

ConceptMapType

public ConceptMapType()
Method Detail

getConceptID

public String getConceptID()
Gets the value of the conceptID property.

Returns:
possible object is String

setConceptID

public void setConceptID(String value)
Sets the value of the conceptID property.

Parameters:
value - allowed object is String

getTargetConceptID

public String getTargetConceptID()
Gets the value of the targetConceptID property.

Returns:
possible object is String

setTargetConceptID

public void setTargetConceptID(String value)
Sets the value of the targetConceptID property.

Parameters:
value - allowed object is String

getConceptAlias

public String getConceptAlias()
Gets the value of the conceptAlias property.

Returns:
possible object is String

setConceptAlias

public void setConceptAlias(String value)
Sets the value of the conceptAlias property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.