org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class OrganisationSchemeType
java.lang.Object
org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemSchemeType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.OrganisationSchemeBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.OrganisationSchemeType
- Direct Known Subclasses:
- AgencySchemeType, DataConsumerSchemeType, DataProviderSchemeType, OrganisationUnitSchemeType
public abstract class OrganisationSchemeType
- extends OrganisationSchemeBaseType
OrganisationSchemeType describes the structure of an organisation scheme.
Java class for OrganisationSchemeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganisationSchemeType">
<complexContent>
<extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}OrganisationSchemeBaseType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element ref="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}Organisation"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
organisation
protected List<JAXBElement<? extends OrganisationType>> organisation
OrganisationSchemeType
public OrganisationSchemeType()
getOrganisation
public List<JAXBElement<? extends OrganisationType>> getOrganisation()
- Gets the value of the organisation 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 organisation property.
For example, to add a new item, do as follows:
getOrganisation().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<OrganisationUnitType>
JAXBElement<OrganisationType>
JAXBElement<DataProviderType>
JAXBElement<DataConsumerType>
JAXBElement<AgencyType>
Copyright © 2012. All Rights Reserved.