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

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

public static class OrganisationType.ParticipatingOrganisation
extends java.lang.Object

Java class for anonymous complex type.

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

 <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>
 


Field Summary
protected  java.lang.String ihiNumber
           
protected  java.util.List<java.lang.String> names
           
protected  java.util.List<OrganisationServiceType> organisationServices
           
 
Constructor Summary
OrganisationType.ParticipatingOrganisation()
           
 
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.
 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
Constructor Detail

OrganisationType.ParticipatingOrganisation

public OrganisationType.ParticipatingOrganisation()
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