|
||||||||||
| 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.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ComponentMapType
public class ComponentMapType
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 |
|---|
protected LocalComponentListComponentReferenceType source
protected LocalComponentListComponentReferenceType target
protected RepresentationMapType representationMapping
| Constructor Detail |
|---|
public ComponentMapType()
| Method Detail |
|---|
public LocalComponentListComponentReferenceType getSource()
LocalComponentListComponentReferenceTypepublic void setSource(LocalComponentListComponentReferenceType value)
value - allowed object is
LocalComponentListComponentReferenceTypepublic LocalComponentListComponentReferenceType getTarget()
LocalComponentListComponentReferenceTypepublic void setTarget(LocalComponentListComponentReferenceType value)
value - allowed object is
LocalComponentListComponentReferenceTypepublic RepresentationMapType getRepresentationMapping()
RepresentationMapTypepublic void setRepresentationMapping(RepresentationMapType value)
value - allowed object is
RepresentationMapType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||