au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1
Class OrganisationType

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.OrganisationType

public class OrganisationType
extends java.lang.Object

Java class for organisationType complex type.

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

 <complexType name="organisationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}ihiNumber"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
         <element name="organisationService" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}organisationServiceType" maxOccurs="unbounded"/>
         <element name="participatingOrganisation" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}ihiNumber"/>
                   <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
                   <element name="organisationService" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}organisationServiceType" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class OrganisationType.ParticipatingOrganisation
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String ihiNumber
           
protected  java.util.List<java.lang.String> names
           
protected  java.util.List<OrganisationServiceType> organisationServices
           
protected  java.util.List<OrganisationType.ParticipatingOrganisation> participatingOrganisations
           
 
Constructor Summary
OrganisationType()
           
 
Method Summary
 java.lang.String getIhiNumber()
          Gets the value of the ihiNumber property.
 java.util.List<java.lang.String> getNames()
          Gets the value of the names property.
 java.util.List<OrganisationServiceType> getOrganisationServices()
          Gets the value of the organisationServices property.
 java.util.List<OrganisationType.ParticipatingOrganisation> getParticipatingOrganisations()
          Gets the value of the participatingOrganisations property.
 void setIhiNumber(java.lang.String value)
          Sets the value of the ihiNumber property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ihiNumber

protected java.lang.String ihiNumber

names

protected java.util.List<java.lang.String> names

organisationServices

protected java.util.List<OrganisationServiceType> organisationServices

participatingOrganisations

protected java.util.List<OrganisationType.ParticipatingOrganisation> participatingOrganisations
Constructor Detail

OrganisationType

public OrganisationType()
Method Detail

getIhiNumber

public java.lang.String getIhiNumber()
Gets the value of the ihiNumber property.

Returns:
possible object is String

setIhiNumber

public void setIhiNumber(java.lang.String value)
Sets the value of the ihiNumber property.

Parameters:
value - allowed object is String

getNames

public java.util.List<java.lang.String> getNames()
Gets the value of the names 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 names property.

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

    getNames().add(newItem);
 

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


getOrganisationServices

public java.util.List<OrganisationServiceType> getOrganisationServices()
Gets the value of the organisationServices 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 organisationServices property.

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

    getOrganisationServices().add(newItem);
 

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


getParticipatingOrganisations

public java.util.List<OrganisationType.ParticipatingOrganisation> getParticipatingOrganisations()
Gets the value of the participatingOrganisations 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 participatingOrganisations property.

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

    getParticipatingOrganisations().add(newItem);
 

Objects of the following type(s) are allowed in the list OrganisationType.ParticipatingOrganisation