public class ReadProviderOrganisationResult 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 ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/OrganisationDetails/3.2.0}organisationDetails"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/OrganisationName/3.2.0}organisationNameRecord" maxOccurs="unbounded"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/OrganisationService/3.2.0}organisationServiceRecord" maxOccurs="unbounded"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/Address/3.2.0}addressRecord" maxOccurs="unbounded"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/ElectronicCommunication/3.2.0}electronicCommunicationRecord" maxOccurs="unbounded"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/EndPoint/3.2.0}endpointLocatorServiceRecord" maxOccurs="unbounded" minOccurs="0"/>
<element name="linkedIndividuals" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/LinkedType/3.2.0}LinkedIndividualType" maxOccurs="unbounded" minOccurs="0"/>
<element name="linkedOrganisations" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/LinkedType/3.2.0}LinkedOrganisationType" maxOccurs="unbounded" minOccurs="0"/>
<element name="directoryServiceEntries" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/ProviderdirectoryService/3.2.0}ProviderDirectoryOrganisationEntryRecord" 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<AddressRecord> |
addressRecord |
protected List<ProviderDirectoryOrganisationEntryRecord> |
directoryServiceEntries |
protected List<ElectronicCommunicationRecord> |
electronicCommunicationRecord |
protected List<EndpointLocatorServiceRecord> |
endpointLocatorServiceRecord |
protected String |
hpioNumber |
protected List<LinkedIndividualType> |
linkedIndividuals |
protected List<LinkedOrganisationType> |
linkedOrganisations |
protected OrganisationDetails |
organisationDetails |
protected List<OrganisationNameRecord> |
organisationNameRecord |
protected List<OrganisationServiceRecord> |
organisationServiceRecord |
protected ServiceMessagesType |
serviceMessages |
protected String |
status |
| Constructor and Description |
|---|
ReadProviderOrganisationResult() |
| Modifier and Type | Method and Description |
|---|---|
List<AddressRecord> |
getAddressRecord()
Gets the value of the addressRecord property.
|
List<ProviderDirectoryOrganisationEntryRecord> |
getDirectoryServiceEntries()
Gets the value of the directoryServiceEntries property.
|
List<ElectronicCommunicationRecord> |
getElectronicCommunicationRecord()
Gets the value of the electronicCommunicationRecord property.
|
List<EndpointLocatorServiceRecord> |
getEndpointLocatorServiceRecord()
Gets the value of the endpointLocatorServiceRecord property.
|
String |
getHpioNumber()
Gets the value of the hpioNumber property.
|
List<LinkedIndividualType> |
getLinkedIndividuals()
Gets the value of the linkedIndividuals property.
|
List<LinkedOrganisationType> |
getLinkedOrganisations()
Gets the value of the linkedOrganisations property.
|
OrganisationDetails |
getOrganisationDetails()
Gets the value of the organisationDetails property.
|
List<OrganisationNameRecord> |
getOrganisationNameRecord()
Gets the value of the organisationNameRecord property.
|
List<OrganisationServiceRecord> |
getOrganisationServiceRecord()
Gets the value of the organisationServiceRecord 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 |
setOrganisationDetails(OrganisationDetails value)
Sets the value of the organisationDetails 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 OrganisationDetails organisationDetails
protected List<OrganisationNameRecord> organisationNameRecord
protected List<OrganisationServiceRecord> organisationServiceRecord
protected List<AddressRecord> addressRecord
protected List<ElectronicCommunicationRecord> electronicCommunicationRecord
protected List<EndpointLocatorServiceRecord> endpointLocatorServiceRecord
protected List<LinkedIndividualType> linkedIndividuals
protected List<LinkedOrganisationType> linkedOrganisations
protected List<ProviderDirectoryOrganisationEntryRecord> directoryServiceEntries
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 OrganisationDetails getOrganisationDetails()
OrganisationDetailspublic void setOrganisationDetails(OrganisationDetails value)
value - allowed object is
OrganisationDetailspublic List<OrganisationNameRecord> getOrganisationNameRecord()
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 organisationNameRecord property.
For example, to add a new item, do as follows:
getOrganisationNameRecord().add(newItem);
Objects of the following type(s) are allowed in the list
OrganisationNameRecord
public List<OrganisationServiceRecord> getOrganisationServiceRecord()
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 organisationServiceRecord property.
For example, to add a new item, do as follows:
getOrganisationServiceRecord().add(newItem);
Objects of the following type(s) are allowed in the list
OrganisationServiceRecord
public List<AddressRecord> getAddressRecord()
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 addressRecord property.
For example, to add a new item, do as follows:
getAddressRecord().add(newItem);
Objects of the following type(s) are allowed in the list
AddressRecord
public List<ElectronicCommunicationRecord> getElectronicCommunicationRecord()
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 electronicCommunicationRecord property.
For example, to add a new item, do as follows:
getElectronicCommunicationRecord().add(newItem);
Objects of the following type(s) are allowed in the list
ElectronicCommunicationRecord
public List<EndpointLocatorServiceRecord> getEndpointLocatorServiceRecord()
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 endpointLocatorServiceRecord property.
For example, to add a new item, do as follows:
getEndpointLocatorServiceRecord().add(newItem);
Objects of the following type(s) are allowed in the list
EndpointLocatorServiceRecord
public List<LinkedIndividualType> getLinkedIndividuals()
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 linkedIndividuals property.
For example, to add a new item, do as follows:
getLinkedIndividuals().add(newItem);
Objects of the following type(s) are allowed in the list
LinkedIndividualType
public List<LinkedOrganisationType> getLinkedOrganisations()
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 linkedOrganisations property.
For example, to add a new item, do as follows:
getLinkedOrganisations().add(newItem);
Objects of the following type(s) are allowed in the list
LinkedOrganisationType
public List<ProviderDirectoryOrganisationEntryRecord> getDirectoryServiceEntries()
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 directoryServiceEntries property.
For example, to add a new item, do as follows:
getDirectoryServiceEntries().add(newItem);
Objects of the following type(s) are allowed in the list
ProviderDirectoryOrganisationEntryRecord
public ServiceMessagesType getServiceMessages()
ServiceMessagesTypepublic void setServiceMessages(ServiceMessagesType value)
value - allowed object is
ServiceMessagesTypeCopyright © 2021. All rights reserved.