public class LinkedOrganisationType extends Object
Java class for LinkedOrganisationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LinkedOrganisationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="hpioNumber" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}HpioNumberType"/>
<element name="name" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}NameType"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/Address/3.2.0}address" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected String |
hpioNumber |
protected String |
name |
| Constructor and Description |
|---|
LinkedOrganisationType() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
Gets the value of the address property.
|
String |
getHpioNumber()
Gets the value of the hpioNumber property.
|
String |
getName()
Gets the value of the name property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setHpioNumber(String value)
Sets the value of the hpioNumber property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String hpioNumber
protected String name
protected Address address
public String getHpioNumber()
Stringpublic void setHpioNumber(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Address getAddress()
AddressCopyright © 2021. All rights reserved.