public class ManageProviderOrganisationResult 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 name="hpioNumber" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}HpioNumberType"/>
<element name="status" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}StatusType"/>
<element name="organisationNameResponses" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}DetailsResponseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="organisationServiceResponses" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}DetailsResponseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="addressResponses" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}DetailsResponseType" maxOccurs="unbounded" minOccurs="0"/>
<element name="electronicCommunicationResponses" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}DetailsResponseType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/Certificate/3.2.0}certificateResponse" minOccurs="0"/>
<element name="endpointLocatorServiceResponses" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}DetailsResponseType" maxOccurs="unbounded" 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 List<DetailsResponseType> |
addressResponses |
protected CertificateResponseType |
certificateResponse |
protected List<DetailsResponseType> |
electronicCommunicationResponses |
protected List<DetailsResponseType> |
endpointLocatorServiceResponses |
protected String |
hpioNumber |
protected List<DetailsResponseType> |
organisationNameResponses |
protected List<DetailsResponseType> |
organisationServiceResponses |
protected ServiceMessagesType |
serviceMessages |
protected String |
status |
| Constructor and Description |
|---|
ManageProviderOrganisationResult() |
| Modifier and Type | Method and Description |
|---|---|
List<DetailsResponseType> |
getAddressResponses()
Gets the value of the addressResponses property.
|
CertificateResponseType |
getCertificateResponse()
Gets the value of the certificateResponse property.
|
List<DetailsResponseType> |
getElectronicCommunicationResponses()
Gets the value of the electronicCommunicationResponses property.
|
List<DetailsResponseType> |
getEndpointLocatorServiceResponses()
Gets the value of the endpointLocatorServiceResponses property.
|
String |
getHpioNumber()
Gets the value of the hpioNumber property.
|
List<DetailsResponseType> |
getOrganisationNameResponses()
Gets the value of the organisationNameResponses property.
|
List<DetailsResponseType> |
getOrganisationServiceResponses()
Gets the value of the organisationServiceResponses property.
|
ServiceMessagesType |
getServiceMessages()
Gets the value of the serviceMessages property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setCertificateResponse(CertificateResponseType value)
Sets the value of the certificateResponse 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 List<DetailsResponseType> organisationNameResponses
protected List<DetailsResponseType> organisationServiceResponses
protected List<DetailsResponseType> addressResponses
protected List<DetailsResponseType> electronicCommunicationResponses
protected CertificateResponseType certificateResponse
protected List<DetailsResponseType> endpointLocatorServiceResponses
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 List<DetailsResponseType> getOrganisationNameResponses()
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 organisationNameResponses property.
For example, to add a new item, do as follows:
getOrganisationNameResponses().add(newItem);
Objects of the following type(s) are allowed in the list
DetailsResponseType
public List<DetailsResponseType> getOrganisationServiceResponses()
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 organisationServiceResponses property.
For example, to add a new item, do as follows:
getOrganisationServiceResponses().add(newItem);
Objects of the following type(s) are allowed in the list
DetailsResponseType
public List<DetailsResponseType> getAddressResponses()
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 addressResponses property.
For example, to add a new item, do as follows:
getAddressResponses().add(newItem);
Objects of the following type(s) are allowed in the list
DetailsResponseType
public List<DetailsResponseType> getElectronicCommunicationResponses()
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 electronicCommunicationResponses property.
For example, to add a new item, do as follows:
getElectronicCommunicationResponses().add(newItem);
Objects of the following type(s) are allowed in the list
DetailsResponseType
public CertificateResponseType getCertificateResponse()
CertificateResponseTypepublic void setCertificateResponse(CertificateResponseType value)
value - allowed object is
CertificateResponseTypepublic List<DetailsResponseType> getEndpointLocatorServiceResponses()
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 endpointLocatorServiceResponses property.
For example, to add a new item, do as follows:
getEndpointLocatorServiceResponses().add(newItem);
Objects of the following type(s) are allowed in the list
DetailsResponseType
public ServiceMessagesType getServiceMessages()
ServiceMessagesTypepublic void setServiceMessages(ServiceMessagesType value)
value - allowed object is
ServiceMessagesTypeCopyright © 2021. All rights reserved.