org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class OrganisationMapType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemAssociationType
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrganisationMapType
public OrganisationMapType()
Copyright © 2012. All Rights Reserved.