org.sdmx.resources.sdmxml.schemas.v2_1.structure
Class OrganisationType
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.ItemBaseType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemType
org.sdmx.resources.sdmxml.schemas.v2_1.structure.BaseOrganisationType
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>
| Fields inherited from class org.sdmx.resources.sdmxml.schemas.v2_1.structure.ItemType |
item, parent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contact
protected List<ContactType> contact
OrganisationType
public OrganisationType()
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.