public class ReadProviderAdministrativeIndividualResult 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="qualifiedIdentifier" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}QualifiedIdentifierType"/>
<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/PersonalDetails/3.2.0}personalDetails"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/IndividualName/3.2.0}individualNameRecord" 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/ProviderType/3.2.0}providerTypeRecord" 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}ProviderDirectoryIndividualEntryRecord" 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<ProviderDirectoryIndividualEntryRecord> |
directoryServiceEntries |
protected List<ElectronicCommunicationRecord> |
electronicCommunicationRecord |
protected List<IndividualNameRecord> |
individualNameRecord |
protected List<LinkedOrganisationType> |
linkedOrganisations |
protected PersonalDetails |
personalDetails |
protected List<ProviderTypeRecord> |
providerTypeRecord |
protected String |
qualifiedIdentifier |
protected ServiceMessagesType |
serviceMessages |
protected String |
status |
| Constructor and Description |
|---|
ReadProviderAdministrativeIndividualResult() |
| Modifier and Type | Method and Description |
|---|---|
List<AddressRecord> |
getAddressRecord()
Gets the value of the addressRecord property.
|
List<ProviderDirectoryIndividualEntryRecord> |
getDirectoryServiceEntries()
Gets the value of the directoryServiceEntries property.
|
List<ElectronicCommunicationRecord> |
getElectronicCommunicationRecord()
Gets the value of the electronicCommunicationRecord property.
|
List<IndividualNameRecord> |
getIndividualNameRecord()
Gets the value of the individualNameRecord property.
|
List<LinkedOrganisationType> |
getLinkedOrganisations()
Gets the value of the linkedOrganisations property.
|
PersonalDetails |
getPersonalDetails()
Gets the value of the personalDetails property.
|
List<ProviderTypeRecord> |
getProviderTypeRecord()
Gets the value of the providerTypeRecord property.
|
String |
getQualifiedIdentifier()
Gets the value of the qualifiedIdentifier property.
|
ServiceMessagesType |
getServiceMessages()
Gets the value of the serviceMessages property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setPersonalDetails(PersonalDetails value)
Sets the value of the personalDetails property.
|
void |
setQualifiedIdentifier(String value)
Sets the value of the qualifiedIdentifier 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 qualifiedIdentifier
protected String status
protected PersonalDetails personalDetails
protected List<IndividualNameRecord> individualNameRecord
protected List<AddressRecord> addressRecord
protected List<ElectronicCommunicationRecord> electronicCommunicationRecord
protected List<ProviderTypeRecord> providerTypeRecord
protected List<LinkedOrganisationType> linkedOrganisations
protected List<ProviderDirectoryIndividualEntryRecord> directoryServiceEntries
protected ServiceMessagesType serviceMessages
public ReadProviderAdministrativeIndividualResult()
public String getQualifiedIdentifier()
Stringpublic void setQualifiedIdentifier(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic PersonalDetails getPersonalDetails()
PersonalDetailspublic void setPersonalDetails(PersonalDetails value)
value - allowed object is
PersonalDetailspublic List<IndividualNameRecord> getIndividualNameRecord()
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 individualNameRecord property.
For example, to add a new item, do as follows:
getIndividualNameRecord().add(newItem);
Objects of the following type(s) are allowed in the list
IndividualNameRecord
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<ProviderTypeRecord> getProviderTypeRecord()
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 providerTypeRecord property.
For example, to add a new item, do as follows:
getProviderTypeRecord().add(newItem);
Objects of the following type(s) are allowed in the list
ProviderTypeRecord
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<ProviderDirectoryIndividualEntryRecord> 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
ProviderDirectoryIndividualEntryRecord
public ServiceMessagesType getServiceMessages()
ServiceMessagesTypepublic void setServiceMessages(ServiceMessagesType value)
value - allowed object is
ServiceMessagesTypeCopyright © 2021. All rights reserved.