|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sdmx.resources.sdmxml.schemas.v2_0.structure.OrganisationMapType
public class OrganisationMapType
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 |
|---|
protected String organisationID
protected String targetOrganisationID
protected String organisationAlias
| Constructor Detail |
|---|
public OrganisationMapType()
| Method Detail |
|---|
public String getOrganisationID()
Stringpublic void setOrganisationID(String value)
value - allowed object is
Stringpublic String getTargetOrganisationID()
Stringpublic void setTargetOrganisationID(String value)
value - allowed object is
Stringpublic String getOrganisationAlias()
Stringpublic void setOrganisationAlias(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||