public class SearchForProviderOrganisationResult 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/providercore/ProviderCoreElements/5.0.0}hpioNumber" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/ProviderCoreElements/5.0.0}status" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/CommonCoreElements/3.0}serviceMessages" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
hpioNumber |
protected ServiceMessagesType |
serviceMessages |
protected String |
status |
| Constructor and Description |
|---|
SearchForProviderOrganisationResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHpioNumber()
Gets the value of the hpioNumber property.
|
ServiceMessagesType |
getServiceMessages()
Gets the value of the serviceMessages property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setHpioNumber(String value)
Sets the value of the hpioNumber property.
|
void |
setServiceMessages(ServiceMessagesType value)
Sets the value of the serviceMessages property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected String hpioNumber
protected String status
protected ServiceMessagesType serviceMessages
public String getHpioNumber()
Stringpublic void setHpioNumber(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic ServiceMessagesType getServiceMessages()
ServiceMessagesTypepublic void setServiceMessages(ServiceMessagesType value)
value - allowed object is
ServiceMessagesTypeCopyright © 2021. All rights reserved.