public class ReadProviderOrganisation extends 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/hi/xsd/providermessages/ReadOrganisation/3.2.0}hpioNumber"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/ReadOrganisation/3.2.0}linkSearchType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
hpioNumber |
protected String |
linkSearchType |
| Constructor and Description |
|---|
ReadProviderOrganisation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHpioNumber()
Gets the value of the hpioNumber property.
|
String |
getLinkSearchType()
Gets the value of the linkSearchType property.
|
void |
setHpioNumber(String value)
Sets the value of the hpioNumber property.
|
void |
setLinkSearchType(String value)
Sets the value of the linkSearchType property.
|
public String getHpioNumber()
Stringpublic void setHpioNumber(String value)
value - allowed object is
Stringpublic String getLinkSearchType()
StringCopyright © 2021. All rights reserved.