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

java.lang.Object
  extended by org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
              extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableBaseType
                      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableType
                          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemSchemeType
                              extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.OrganisationSchemeBaseType
                                  extended by 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>
 


Field Summary
protected  List<JAXBElement<? extends OrganisationType>> organisation
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemSchemeType
isPartial, item
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableType
agencyID, isExternalReference, isFinal, serviceURL, structureURL
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType
validFrom, validTo, version
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
description, name
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
id, uri, urn
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.common.AnnotableType
annotations
 
Constructor Summary
OrganisationSchemeType()
           
 
Method Summary
 List<JAXBElement<? extends OrganisationType>> getOrganisation()
          Gets the value of the organisation property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemSchemeType
getItem, isIsPartial, setIsPartial
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.MaintainableType
getAgencyID, getServiceURL, getStructureURL, isIsExternalReference, isIsFinal, setAgencyID, setIsExternalReference, setIsFinal, setServiceURL, setStructureURL
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.VersionableType
getValidFrom, getValidTo, getVersion, setValidFrom, setValidTo, setVersion
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.NameableType
getDescription, getName
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.IdentifiableType
getId, getUri, getUrn, setId, setUri, setUrn
 
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
 

Field Detail

organisation

protected List<JAXBElement<? extends OrganisationType>> organisation
Constructor Detail

OrganisationSchemeType

public OrganisationSchemeType()
Method Detail

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.