public class ManageProviderOrganisation 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/ManageProviderOrganisation/3.2.0}hpioNumber" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/Status/3.2.0}status" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/OrganisationDetails/3.2.0}organisationDetails" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/OrganisationName/3.2.0}organisationNameRecord" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/OrganisationService/3.2.0}organisationServiceRecord" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/Address/3.2.0}addressRecord" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/ElectronicCommunication/3.2.0}electronicCommunicationRecord" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/EndPoint/3.2.0}endpointLocatorServiceRecord" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/Link/3.2.0}linkDetails" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/Certificate/3.2.0}certificate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AddressRecord> |
addressRecord |
protected CertificateType |
certificate |
protected List<ElectronicCommunicationRecord> |
electronicCommunicationRecord |
protected List<EndpointLocatorServiceRecord> |
endpointLocatorServiceRecord |
protected String |
hpioNumber |
protected List<LinkDetailsType> |
linkDetails |
protected OrganisationDetails |
organisationDetails |
protected List<OrganisationNameRecord> |
organisationNameRecord |
protected List<OrganisationServiceRecord> |
organisationServiceRecord |
protected Status |
status |
| Constructor and Description |
|---|
ManageProviderOrganisation() |
| Modifier and Type | Method and Description |
|---|---|
List<AddressRecord> |
getAddressRecord()
Gets the value of the addressRecord property.
|
CertificateType |
getCertificate()
Gets the value of the certificate 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<LinkDetailsType> |
getLinkDetails()
Gets the value of the linkDetails 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.
|
Status |
getStatus()
Gets the value of the status property.
|
void |
setCertificate(CertificateType value)
Sets the value of the certificate property.
|
void |
setHpioNumber(String value)
Sets the value of the hpioNumber property.
|
void |
setOrganisationDetails(OrganisationDetails value)
Sets the value of the organisationDetails property.
|
void |
setStatus(Status value)
Sets the value of the status property.
|
protected String hpioNumber
protected Status 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<LinkDetailsType> linkDetails
protected CertificateType certificate
public String getHpioNumber()
Stringpublic void setHpioNumber(String value)
value - allowed object is
Stringpublic Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic 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<LinkDetailsType> getLinkDetails()
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 linkDetails property.
For example, to add a new item, do as follows:
getLinkDetails().add(newItem);
Objects of the following type(s) are allowed in the list
LinkDetailsType
public CertificateType getCertificate()
CertificateTypepublic void setCertificate(CertificateType value)
value - allowed object is
CertificateTypeCopyright © 2021. All rights reserved.