|
||||||||||
| 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.IdentifiableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.StructureMapBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.StructureMapType
public class StructureMapType
StructureMapType defines the structure for mapping components of one structure to components of another structure. A structure may be referenced directly meaning the map applies wherever the structure is used, or it may be a reference via a structure usage meaning the map only applies within the context of that usage. Using the related structures, one can make extrapolations between maps. For example, if key families, A, B, and C, are all grouped in a related structures container, then a map from key family A to C and a map from key family B to C could be used to infer a relation between key family A to C.
Java class for StructureMapType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StructureMapType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}StructureMapBaseType">
<sequence>
<element name="Source" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}StructureOrUsageReferenceType"/>
<element name="Target" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}StructureOrUsageReferenceType"/>
<element name="ComponentMap" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ComponentMapType" maxOccurs="unbounded"/>
</sequence>
<attribute name="isExtension" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<ComponentMapType> |
componentMap
|
protected Boolean |
isExtension
|
protected StructureOrUsageReferenceType |
source
|
protected StructureOrUsageReferenceType |
target
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType |
|---|
description, name |
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType |
|---|
id, uri, urn |
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
annotations |
| Constructor Summary | |
|---|---|
StructureMapType()
|
|
| Method Summary | |
|---|---|
List<ComponentMapType> |
getComponentMap()
Gets the value of the componentMap property. |
StructureOrUsageReferenceType |
getSource()
Gets the value of the source property. |
StructureOrUsageReferenceType |
getTarget()
Gets the value of the target property. |
boolean |
isIsExtension()
Gets the value of the isExtension property. |
void |
setIsExtension(Boolean value)
Sets the value of the isExtension property. |
void |
setSource(StructureOrUsageReferenceType value)
Sets the value of the source property. |
void |
setTarget(StructureOrUsageReferenceType value)
Sets the value of the target property. |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType |
|---|
getDescription, getName |
| Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType |
|---|
getId, getUri, getUrn, setId, setUri, setUrn |
| 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 StructureOrUsageReferenceType source
protected StructureOrUsageReferenceType target
protected List<ComponentMapType> componentMap
protected Boolean isExtension
| Constructor Detail |
|---|
public StructureMapType()
| Method Detail |
|---|
public StructureOrUsageReferenceType getSource()
StructureOrUsageReferenceTypepublic void setSource(StructureOrUsageReferenceType value)
value - allowed object is
StructureOrUsageReferenceTypepublic StructureOrUsageReferenceType getTarget()
StructureOrUsageReferenceTypepublic void setTarget(StructureOrUsageReferenceType value)
value - allowed object is
StructureOrUsageReferenceTypepublic List<ComponentMapType> getComponentMap()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the componentMap property.
For example, to add a new item, do as follows:
getComponentMap().add(newItem);
Objects of the following type(s) are allowed in the list
ComponentMapType
public boolean isIsExtension()
Booleanpublic void setIsExtension(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||