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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentMapType

public class ComponentMapType
extends AnnotableType

ComponentMapType defines the structure for relating a component in a source structure to a component in a target structure.

Java class for ComponentMapType complex type.

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

 <complexType name="ComponentMapType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}AnnotableType">
       <sequence>
         <element name="Source" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}LocalComponentListComponentReferenceType"/>
         <element name="Target" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}LocalComponentListComponentReferenceType"/>
         <element name="RepresentationMapping" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}RepresentationMapType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  RepresentationMapType representationMapping
           
protected  LocalComponentListComponentReferenceType source
           
protected  LocalComponentListComponentReferenceType target
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
annotations
 
Constructor Summary
ComponentMapType()
           
 
Method Summary
 RepresentationMapType getRepresentationMapping()
          Gets the value of the representationMapping property.
 LocalComponentListComponentReferenceType getSource()
          Gets the value of the source property.
 LocalComponentListComponentReferenceType getTarget()
          Gets the value of the target property.
 void setRepresentationMapping(RepresentationMapType value)
          Sets the value of the representationMapping property.
 void setSource(LocalComponentListComponentReferenceType value)
          Sets the value of the source property.
 void setTarget(LocalComponentListComponentReferenceType value)
          Sets the value of the target property.
 
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 LocalComponentListComponentReferenceType source

target

protected LocalComponentListComponentReferenceType target

representationMapping

protected RepresentationMapType representationMapping
Constructor Detail

ComponentMapType

public ComponentMapType()
Method Detail

getSource

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

Returns:
possible object is LocalComponentListComponentReferenceType

setSource

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

Parameters:
value - allowed object is LocalComponentListComponentReferenceType

getTarget

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

Returns:
possible object is LocalComponentListComponentReferenceType

setTarget

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

Parameters:
value - allowed object is LocalComponentListComponentReferenceType

getRepresentationMapping

public RepresentationMapType getRepresentationMapping()
Gets the value of the representationMapping property.

Returns:
possible object is RepresentationMapType

setRepresentationMapping

public void setRepresentationMapping(RepresentationMapType value)
Sets the value of the representationMapping property.

Parameters:
value - allowed object is RepresentationMapType


Copyright © 2012. All Rights Reserved.