|
||||||||||
| 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.ItemAssociationType
public abstract class ItemAssociationType
ItemAssociationType is an abstract type which defines the relationship between two items from the source and target item schemes of an item scheme map.
Java class for ItemAssociationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemAssociationType">
<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}LocalItemReferenceType"/>
<element name="Target" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}LocalItemReferenceType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected LocalItemReferenceType |
source
|
protected LocalItemReferenceType |
target
|
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType |
|---|
annotations |
| Constructor Summary | |
|---|---|
ItemAssociationType()
|
|
| Method Summary | |
|---|---|
LocalItemReferenceType |
getSource()
Gets the value of the source property. |
LocalItemReferenceType |
getTarget()
Gets the value of the target property. |
void |
setSource(LocalItemReferenceType value)
Sets the value of the source property. |
void |
setTarget(LocalItemReferenceType 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 LocalItemReferenceType source
protected LocalItemReferenceType target
| Constructor Detail |
|---|
public ItemAssociationType()
| Method Detail |
|---|
public LocalItemReferenceType getSource()
LocalItemReferenceTypepublic void setSource(LocalItemReferenceType value)
value - allowed object is
LocalItemReferenceTypepublic LocalItemReferenceType getTarget()
LocalItemReferenceTypepublic void setTarget(LocalItemReferenceType value)
value - allowed object is
LocalItemReferenceType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||