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

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

public class OrganisationTypeSupp
extends java.lang.Object

Java class for organisationTypeSupp complex type.

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

 <complexType name="organisationTypeSupp">
   <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"/>
         <element name="participatingOrganisation" maxOccurs="unbounded" minOccurs="0">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class OrganisationTypeSupp.ParticipatingOrganisation
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String hpioNumber
           
protected  java.util.List<java.lang.String> names
           
protected  java.util.List<OrganisationServiceType> organisationServices
           
protected  java.util.List<OrganisationTypeSupp.ParticipatingOrganisation> participatingOrganisations
           
 
Constructor Summary
OrganisationTypeSupp()
           
 
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.
 java.util.List<OrganisationTypeSupp.ParticipatingOrganisation> getParticipatingOrganisations()
          Gets the value of the participatingOrganisations 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

participatingOrganisations

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

OrganisationTypeSupp

public OrganisationTypeSupp()
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


getParticipatingOrganisations

public java.util.List<OrganisationTypeSupp.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 OrganisationTypeSupp.ParticipatingOrganisation