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

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
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.OrganisationMapType

public class OrganisationMapType
extends ItemAssociationType

OrganisationMapType defines the structure for mapping two organisations. A local reference is provided both the source and target organisation.

Java class for OrganisationMapType complex type.

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

 <complexType name="OrganisationMapType">
   <complexContent>
     <restriction base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ItemAssociationType">
       <sequence>
         <element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}Annotations" minOccurs="0"/>
         <element name="Source" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}LocalOrganisationReferenceType"/>
         <element name="Target" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/common}LocalOrganisationReferenceType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemAssociationType
source, target
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
annotations
 
Constructor Summary
OrganisationMapType()
           
 
Method Summary
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemAssociationType
getSource, getTarget, setSource, setTarget
 
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
 

Constructor Detail

OrganisationMapType

public OrganisationMapType()


Copyright © 2012. All Rights Reserved.