|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.OrganisationTypeSupp.ParticipatingOrganisation
public static class OrganisationTypeSupp.ParticipatingOrganisation
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 |
---|
protected java.lang.String hpioNumber
protected java.util.List<java.lang.String> names
protected java.util.List<OrganisationServiceType> organisationServices
Constructor Detail |
---|
public OrganisationTypeSupp.ParticipatingOrganisation()
Method Detail |
---|
public java.lang.String getHpioNumber()
String
public void setHpioNumber(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.String> getNames()
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
public java.util.List<OrganisationServiceType> getOrganisationServices()
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |