|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_0.structure.ConceptMapType
public class ConceptMapType
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 |
|---|
protected String conceptID
protected String targetConceptID
protected String conceptAlias
| Constructor Detail |
|---|
public ConceptMapType()
| Method Detail |
|---|
public String getConceptID()
Stringpublic void setConceptID(String value)
value - allowed object is
Stringpublic String getTargetConceptID()
Stringpublic void setTargetConceptID(String value)
value - allowed object is
Stringpublic String getConceptAlias()
Stringpublic void setConceptAlias(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||