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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.RepresentationMapType

public class RepresentationMapType
extends Object

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

codelistMap

protected LocalCodelistMapReferenceType codelistMap

toTextFormat

protected TextFormatType toTextFormat

toValueType

protected ToValueTypeType toValueType

valueMap

protected ValueMapType valueMap
Constructor Detail

RepresentationMapType

public RepresentationMapType()
Method Detail

getCodelistMap

public LocalCodelistMapReferenceType getCodelistMap()
Gets the value of the codelistMap property.

Returns:
possible object is LocalCodelistMapReferenceType

setCodelistMap

public void setCodelistMap(LocalCodelistMapReferenceType value)
Sets the value of the codelistMap property.

Parameters:
value - allowed object is LocalCodelistMapReferenceType

getToTextFormat

public TextFormatType getToTextFormat()
Gets the value of the toTextFormat property.

Returns:
possible object is TextFormatType

setToTextFormat

public void setToTextFormat(TextFormatType value)
Sets the value of the toTextFormat property.

Parameters:
value - allowed object is TextFormatType

getToValueType

public ToValueTypeType getToValueType()
Gets the value of the toValueType property.

Returns:
possible object is ToValueTypeType

setToValueType

public void setToValueType(ToValueTypeType value)
Sets the value of the toValueType property.

Parameters:
value - allowed object is ToValueTypeType

getValueMap

public ValueMapType getValueMap()
Gets the value of the valueMap property.

Returns:
possible object is ValueMapType

setValueMap

public void setValueMap(ValueMapType value)
Sets the value of the valueMap property.

Parameters:
value - allowed object is ValueMapType


Copyright © 2012. All Rights Reserved.