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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemSchemeMapBaseType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemSchemeMapType
Direct Known Subclasses:
CategorySchemeMapType, CodelistMapType, ConceptSchemeMapType, OrganisationSchemeMapType, ReportingTaxonomyMapType

public abstract class ItemSchemeMapType
extends ItemSchemeMapBaseType

ItemSchemeMapType is an abstract base type which forms the basis for mapping items between item schemes of the same type.

Java class for ItemSchemeMapType complex type.

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

 <complexType name="ItemSchemeMapType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ItemSchemeMapBaseType">
       <sequence>
         <element name="Source" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ItemSchemeReferenceBaseType"/>
         <element name="Target" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}ItemSchemeReferenceBaseType"/>
         <sequence maxOccurs="unbounded">
           <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ItemAssociation"/>
         </sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<JAXBElement<? extends ItemAssociationType>> itemAssociation
           
protected  ItemSchemeReferenceBaseType source
           
protected  ItemSchemeReferenceBaseType 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
ItemSchemeMapType()
           
 
Method Summary
 List<JAXBElement<? extends ItemAssociationType>> getItemAssociation()
          Gets the value of the itemAssociation property.
 ItemSchemeReferenceBaseType getSource()
          Gets the value of the source property.
 ItemSchemeReferenceBaseType getTarget()
          Gets the value of the target property.
 void setSource(ItemSchemeReferenceBaseType value)
          Sets the value of the source property.
 void setTarget(ItemSchemeReferenceBaseType 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

source

protected ItemSchemeReferenceBaseType source

target

protected ItemSchemeReferenceBaseType target

itemAssociation

protected List<JAXBElement<? extends ItemAssociationType>> itemAssociation
Constructor Detail

ItemSchemeMapType

public ItemSchemeMapType()
Method Detail

getSource

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

Returns:
possible object is ItemSchemeReferenceBaseType

setSource

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

Parameters:
value - allowed object is ItemSchemeReferenceBaseType

getTarget

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

Returns:
possible object is ItemSchemeReferenceBaseType

setTarget

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

Parameters:
value - allowed object is ItemSchemeReferenceBaseType

getItemAssociation

public List<JAXBElement<? extends ItemAssociationType>> getItemAssociation()
Gets the value of the itemAssociation property.

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 itemAssociation property.

For example, to add a new item, do as follows:

    getItemAssociation().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<ItemAssociationType> JAXBElement<CategoryMapType> JAXBElement<ConceptMapType> JAXBElement<CodeMapType> JAXBElement<OrganisationMapType> JAXBElement<ReportingCategoryMapType>



Copyright © 2012. All Rights Reserved.