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

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.ItemBaseType
                  extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemType
                      extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.BaseOrganisationType
                          extended by org.sdmx.resources.sdmxml.schemas.v2_1.structure.OrganisationType
Direct Known Subclasses:
AgencyType, DataConsumerType, DataProviderType, OrganisationUnitType

public abstract class OrganisationType
extends BaseOrganisationType

OrganisationType in an abstract type which describes the structure of the details of an organisation. In addition to the basic organisation identification, contact details can be provided.

Java class for OrganisationType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OrganisationType">
   <complexContent>
     <extension base="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}BaseOrganisationType">
       <sequence>
         <element name="Contact" type="{http://www.sdmx.org/resources/sdmxml/schemas/v2_1/structure}ContactType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<ContactType> contact
           
 
Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemType
item, parent
 
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
OrganisationType()
           
 
Method Summary
 List<ContactType> getContact()
          Gets the value of the contact property.
 
Methods inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemType
getItem, getParent, setParent
 
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

contact

protected List<ContactType> contact
Constructor Detail

OrganisationType

public OrganisationType()
Method Detail

getContact

public List<ContactType> getContact()
Gets the value of the contact 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 contact property.

For example, to add a new item, do as follows:

    getContact().add(newItem);
 

Objects of the following type(s) are allowed in the list ContactType



Copyright © 2012. All Rights Reserved.