|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_1.structure.RepresentationMapType
public class RepresentationMapType
RepresentationMapType describes the structure of the mapping of the value of a source to component to a target component. Either a reference to another map defined within the containing structure set or a description of the source and target text formats must be provided. Note that for key family components, only a reference to a codelist map is relevant, since that is the only type of coded representation allowed in a key family.
Java class for RepresentationMapType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RepresentationMapType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="CodelistMap" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}LocalCodelistMapReferenceType"/>
<sequence>
<element name="ToTextFormat" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}TextFormatType"/>
<element name="ToValueType" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ToValueTypeType"/>
</sequence>
<element name="ValueMap" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ValueMapType"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected LocalCodelistMapReferenceType |
codelistMap
|
protected TextFormatType |
toTextFormat
|
protected ToValueTypeType |
toValueType
|
protected ValueMapType |
valueMap
|
| Constructor Summary | |
|---|---|
RepresentationMapType()
|
|
| Method Summary | |
|---|---|
LocalCodelistMapReferenceType |
getCodelistMap()
Gets the value of the codelistMap property. |
TextFormatType |
getToTextFormat()
Gets the value of the toTextFormat property. |
ToValueTypeType |
getToValueType()
Gets the value of the toValueType property. |
ValueMapType |
getValueMap()
Gets the value of the valueMap property. |
void |
setCodelistMap(LocalCodelistMapReferenceType value)
Sets the value of the codelistMap property. |
void |
setToTextFormat(TextFormatType value)
Sets the value of the toTextFormat property. |
void |
setToValueType(ToValueTypeType value)
Sets the value of the toValueType property. |
void |
setValueMap(ValueMapType value)
Sets the value of the valueMap property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected LocalCodelistMapReferenceType codelistMap
protected TextFormatType toTextFormat
protected ToValueTypeType toValueType
protected ValueMapType valueMap
| Constructor Detail |
|---|
public RepresentationMapType()
| Method Detail |
|---|
public LocalCodelistMapReferenceType getCodelistMap()
LocalCodelistMapReferenceTypepublic void setCodelistMap(LocalCodelistMapReferenceType value)
value - allowed object is
LocalCodelistMapReferenceTypepublic TextFormatType getToTextFormat()
TextFormatTypepublic void setToTextFormat(TextFormatType value)
value - allowed object is
TextFormatTypepublic ToValueTypeType getToValueType()
ToValueTypeTypepublic void setToValueType(ToValueTypeType value)
value - allowed object is
ToValueTypeTypepublic ValueMapType getValueMap()
ValueMapTypepublic void setValueMap(ValueMapType value)
value - allowed object is
ValueMapType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||