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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_0.structure.OrganisationMapType

public class OrganisationMapType
extends Object

OrganisationMap allows for the mapping of an organisation in one scheme against an organisation in another, target scheme. The organisationAlias attribute allows for an alias to be assigned to the mapping for searching across the set of mapped organisations.

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.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="OrganisationID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType"/>
         <element name="TargetOrganisationID" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType"/>
       </sequence>
       <attribute name="organisationAlias" type="{http://www.SDMX.org/resources/SDMXML/schemas/v2_0/common}IDType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String organisationAlias
           
protected  String organisationID
           
protected  String targetOrganisationID
           
 
Constructor Summary
OrganisationMapType()
           
 
Method Summary
 String getOrganisationAlias()
          Gets the value of the organisationAlias property.
 String getOrganisationID()
          Gets the value of the organisationID property.
 String getTargetOrganisationID()
          Gets the value of the targetOrganisationID property.
 void setOrganisationAlias(String value)
          Sets the value of the organisationAlias property.
 void setOrganisationID(String value)
          Sets the value of the organisationID property.
 void setTargetOrganisationID(String value)
          Sets the value of the targetOrganisationID property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

organisationID

protected String organisationID

targetOrganisationID

protected String targetOrganisationID

organisationAlias

protected String organisationAlias
Constructor Detail

OrganisationMapType

public OrganisationMapType()
Method Detail

getOrganisationID

public String getOrganisationID()
Gets the value of the organisationID property.

Returns:
possible object is String

setOrganisationID

public void setOrganisationID(String value)
Sets the value of the organisationID property.

Parameters:
value - allowed object is String

getTargetOrganisationID

public String getTargetOrganisationID()
Gets the value of the targetOrganisationID property.

Returns:
possible object is String

setTargetOrganisationID

public void setTargetOrganisationID(String value)
Sets the value of the targetOrganisationID property.

Parameters:
value - allowed object is String

getOrganisationAlias

public String getOrganisationAlias()
Gets the value of the organisationAlias property.

Returns:
possible object is String

setOrganisationAlias

public void setOrganisationAlias(String value)
Sets the value of the organisationAlias property.

Parameters:
value - allowed object is String


Copyright © 2012. All Rights Reserved.