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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemAssociationType
Direct Known Subclasses:
CategoryMapType, CodeMapType, ConceptMapType, OrganisationMapType, ReportingCategoryMapType

public abstract class ItemAssociationType
extends AnnotableType

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

source

protected LocalItemReferenceType source

target

protected LocalItemReferenceType target
Constructor Detail

ItemAssociationType

public ItemAssociationType()
Method Detail

getSource

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

Returns:
possible object is LocalItemReferenceType

setSource

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

Parameters:
value - allowed object is LocalItemReferenceType

getTarget

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

Returns:
possible object is LocalItemReferenceType

setTarget

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

Parameters:
value - allowed object is LocalItemReferenceType


Copyright © 2012. All Rights Reserved.