public class ManageProviderAdministrativeIndividual 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/ManageProviderAdministrativeIndividual/3.2.0}qualifiedIdentifier" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/PersonalDetails/3.2.0}personalDetails" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/IndividualName/3.2.0}individualNameRecord" 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/PersonalDetails/3.2.0}deathNotification" 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 DeathNotificationType |
deathNotification |
protected List<ElectronicCommunicationRecord> |
electronicCommunicationRecord |
protected List<IndividualNameRecord> |
individualNameRecord |
protected PersonalDetails |
personalDetails |
protected String |
qualifiedIdentifier |
| Constructor and Description |
|---|
ManageProviderAdministrativeIndividual() |
| 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.
|
DeathNotificationType |
getDeathNotification()
Gets the value of the deathNotification property.
|
List<ElectronicCommunicationRecord> |
getElectronicCommunicationRecord()
Gets the value of the electronicCommunicationRecord property.
|
List<IndividualNameRecord> |
getIndividualNameRecord()
Gets the value of the individualNameRecord property.
|
PersonalDetails |
getPersonalDetails()
Gets the value of the personalDetails property.
|
String |
getQualifiedIdentifier()
Gets the value of the qualifiedIdentifier property.
|
void |
setCertificate(CertificateType value)
Sets the value of the certificate property.
|
void |
setDeathNotification(DeathNotificationType value)
Sets the value of the deathNotification property.
|
void |
setPersonalDetails(PersonalDetails value)
Sets the value of the personalDetails property.
|
void |
setQualifiedIdentifier(String value)
Sets the value of the qualifiedIdentifier property.
|
protected String qualifiedIdentifier
protected PersonalDetails personalDetails
protected List<IndividualNameRecord> individualNameRecord
protected List<AddressRecord> addressRecord
protected List<ElectronicCommunicationRecord> electronicCommunicationRecord
protected DeathNotificationType deathNotification
protected CertificateType certificate
public ManageProviderAdministrativeIndividual()
public String getQualifiedIdentifier()
Stringpublic void setQualifiedIdentifier(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 DeathNotificationType getDeathNotification()
DeathNotificationTypepublic void setDeathNotification(DeathNotificationType value)
value - allowed object is
DeathNotificationTypepublic CertificateType getCertificate()
CertificateTypepublic void setCertificate(CertificateType value)
value - allowed object is
CertificateTypeCopyright © 2021. All rights reserved.