public class IndividualProviderDirectoryEntryType extends Object
Java class for IndividualProviderDirectoryEntryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IndividualProviderDirectoryEntryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="hpiiNumber" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}HpiiNumberType"/>
<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}individualName"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/Address/3.2.0}address"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/ElectronicCommunication/3.2.0}electronicCommunication" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/ProviderType/3.2.0}providerType" 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="additionalComments" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}AdditionalCommentsType" minOccurs="0"/>
<element name="priorityNumber" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}PriorityNumberType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalComments |
protected Address |
address |
protected List<ElectronicCommunication> |
electronicCommunication |
protected String |
hpiiNumber |
protected IndividualName |
individualName |
protected List<LinkedOrganisationType> |
linkedOrganisations |
protected PersonalDetails |
personalDetails |
protected int |
priorityNumber |
protected List<ProviderType> |
providerType |
| Constructor and Description |
|---|
IndividualProviderDirectoryEntryType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalComments()
Gets the value of the additionalComments property.
|
Address |
getAddress()
Gets the value of the address property.
|
List<ElectronicCommunication> |
getElectronicCommunication()
Gets the value of the electronicCommunication property.
|
String |
getHpiiNumber()
Gets the value of the hpiiNumber property.
|
IndividualName |
getIndividualName()
Gets the value of the individualName property.
|
List<LinkedOrganisationType> |
getLinkedOrganisations()
Gets the value of the linkedOrganisations property.
|
PersonalDetails |
getPersonalDetails()
Gets the value of the personalDetails property.
|
int |
getPriorityNumber()
Gets the value of the priorityNumber property.
|
List<ProviderType> |
getProviderType()
Gets the value of the providerType property.
|
void |
setAdditionalComments(String value)
Sets the value of the additionalComments property.
|
void |
setAddress(Address value)
Sets the value of the address property.
|
void |
setHpiiNumber(String value)
Sets the value of the hpiiNumber property.
|
void |
setIndividualName(IndividualName value)
Sets the value of the individualName property.
|
void |
setPersonalDetails(PersonalDetails value)
Sets the value of the personalDetails property.
|
void |
setPriorityNumber(int value)
Sets the value of the priorityNumber property.
|
protected String hpiiNumber
protected PersonalDetails personalDetails
protected IndividualName individualName
protected Address address
protected List<ElectronicCommunication> electronicCommunication
protected List<ProviderType> providerType
protected List<LinkedOrganisationType> linkedOrganisations
protected String additionalComments
protected int priorityNumber
public IndividualProviderDirectoryEntryType()
public String getHpiiNumber()
Stringpublic void setHpiiNumber(String value)
value - allowed object is
Stringpublic PersonalDetails getPersonalDetails()
PersonalDetailspublic void setPersonalDetails(PersonalDetails value)
value - allowed object is
PersonalDetailspublic IndividualName getIndividualName()
IndividualNamepublic void setIndividualName(IndividualName value)
value - allowed object is
IndividualNamepublic Address getAddress()
Addresspublic void setAddress(Address value)
value - allowed object is
Addresspublic List<ElectronicCommunication> getElectronicCommunication()
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 electronicCommunication property.
For example, to add a new item, do as follows:
getElectronicCommunication().add(newItem);
Objects of the following type(s) are allowed in the list
ElectronicCommunication
public List<ProviderType> getProviderType()
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 providerType property.
For example, to add a new item, do as follows:
getProviderType().add(newItem);
Objects of the following type(s) are allowed in the list
ProviderType
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 String getAdditionalComments()
Stringpublic void setAdditionalComments(String value)
value - allowed object is
Stringpublic int getPriorityNumber()
public void setPriorityNumber(int value)
Copyright © 2021. All rights reserved.