public class ProviderDirectoryIndividualEntry extends Object
Java class for ProviderDirectoryIndividualEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProviderDirectoryIndividualEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="nameExternalId" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}ExternalIdentifierType"/>
<element name="addressExternalId" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}ExternalIdentifierType"/>
<element name="electronicCommunicationExternalId" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}ExternalIdentifierType" maxOccurs="unbounded" minOccurs="0"/>
<element name="providerTypeExternalId" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}ExternalIdentifierType" 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="display" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="priorityNumber" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}PriorityNumberType"/>
<element name="displayPersonalDetails" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalComments |
protected int |
addressExternalId |
protected boolean |
display |
protected boolean |
displayPersonalDetails |
protected List<Integer> |
electronicCommunicationExternalId |
protected int |
nameExternalId |
protected int |
priorityNumber |
protected List<Integer> |
providerTypeExternalId |
| Constructor and Description |
|---|
ProviderDirectoryIndividualEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalComments()
Gets the value of the additionalComments property.
|
int |
getAddressExternalId()
Gets the value of the addressExternalId property.
|
List<Integer> |
getElectronicCommunicationExternalId()
Gets the value of the electronicCommunicationExternalId property.
|
int |
getNameExternalId()
Gets the value of the nameExternalId property.
|
int |
getPriorityNumber()
Gets the value of the priorityNumber property.
|
List<Integer> |
getProviderTypeExternalId()
Gets the value of the providerTypeExternalId property.
|
boolean |
isDisplay()
Gets the value of the display property.
|
boolean |
isDisplayPersonalDetails()
Gets the value of the displayPersonalDetails property.
|
void |
setAdditionalComments(String value)
Sets the value of the additionalComments property.
|
void |
setAddressExternalId(int value)
Sets the value of the addressExternalId property.
|
void |
setDisplay(boolean value)
Sets the value of the display property.
|
void |
setDisplayPersonalDetails(boolean value)
Sets the value of the displayPersonalDetails property.
|
void |
setNameExternalId(int value)
Sets the value of the nameExternalId property.
|
void |
setPriorityNumber(int value)
Sets the value of the priorityNumber property.
|
protected int nameExternalId
protected int addressExternalId
protected String additionalComments
protected boolean display
protected int priorityNumber
protected boolean displayPersonalDetails
public int getNameExternalId()
public void setNameExternalId(int value)
public int getAddressExternalId()
public void setAddressExternalId(int value)
public List<Integer> getElectronicCommunicationExternalId()
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 electronicCommunicationExternalId property.
For example, to add a new item, do as follows:
getElectronicCommunicationExternalId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public List<Integer> getProviderTypeExternalId()
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 providerTypeExternalId property.
For example, to add a new item, do as follows:
getProviderTypeExternalId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public String getAdditionalComments()
Stringpublic void setAdditionalComments(String value)
value - allowed object is
Stringpublic boolean isDisplay()
public void setDisplay(boolean value)
public int getPriorityNumber()
public void setPriorityNumber(int value)
public boolean isDisplayPersonalDetails()
public void setDisplayPersonalDetails(boolean value)
Copyright © 2021. All rights reserved.