public class ProviderDirectoryOrganisationEntry extends Object
Java class for ProviderDirectoryOrganisationEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProviderDirectoryOrganisationEntry">
<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="organisationServiceExternalId" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}ExternalIdentifierType" maxOccurs="unbounded" minOccurs="0"/>
<element name="endpointLocatorServiceExternalId" 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="displayPrivateDetails" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalComments |
protected int |
addressExternalId |
protected boolean |
display |
protected boolean |
displayPrivateDetails |
protected List<Integer> |
electronicCommunicationExternalId |
protected List<Integer> |
endpointLocatorServiceExternalId |
protected int |
nameExternalId |
protected List<Integer> |
organisationServiceExternalId |
protected int |
priorityNumber |
| Constructor and Description |
|---|
ProviderDirectoryOrganisationEntry() |
| 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.
|
List<Integer> |
getEndpointLocatorServiceExternalId()
Gets the value of the endpointLocatorServiceExternalId property.
|
int |
getNameExternalId()
Gets the value of the nameExternalId property.
|
List<Integer> |
getOrganisationServiceExternalId()
Gets the value of the organisationServiceExternalId property.
|
int |
getPriorityNumber()
Gets the value of the priorityNumber property.
|
boolean |
isDisplay()
Gets the value of the display property.
|
boolean |
isDisplayPrivateDetails()
Gets the value of the displayPrivateDetails 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 |
setDisplayPrivateDetails(boolean value)
Sets the value of the displayPrivateDetails 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 boolean displayPrivateDetails
protected int priorityNumber
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> getOrganisationServiceExternalId()
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 organisationServiceExternalId property.
For example, to add a new item, do as follows:
getOrganisationServiceExternalId().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public List<Integer> getEndpointLocatorServiceExternalId()
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 endpointLocatorServiceExternalId property.
For example, to add a new item, do as follows:
getEndpointLocatorServiceExternalId().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 boolean isDisplayPrivateDetails()
public void setDisplayPrivateDetails(boolean value)
public int getPriorityNumber()
public void setPriorityNumber(int value)
Copyright © 2021. All rights reserved.