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

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

public static class OrganisationTypeSupp.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 name="hpioNumber" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}hpioNumber"/>
         <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 hpioNumber
           
protected  java.util.List<java.lang.String> names
           
protected  java.util.List<OrganisationServiceType> organisationServices
           
 
Constructor Summary
OrganisationTypeSupp.ParticipatingOrganisation()
           
 
Method Summary
 java.lang.String getHpioNumber()
          Gets the value of the hpioNumber 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 setHpioNumber(java.lang.String value)
          Sets the value of the hpioNumber property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hpioNumber

protected java.lang.String hpioNumber

names

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

organisationServices

protected java.util.List<OrganisationServiceType> organisationServices
Constructor Detail

OrganisationTypeSupp.ParticipatingOrganisation

public OrganisationTypeSupp.ParticipatingOrganisation()
Method Detail

getHpioNumber

public java.lang.String getHpioNumber()
Gets the value of the hpioNumber property.

Returns:
possible object is String

setHpioNumber

public void setHpioNumber(java.lang.String value)
Sets the value of the hpioNumber 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