public class ProviderDirectoryIndividualEntryRecord extends ProviderDirectoryIndividualEntry
Java class for ProviderDirectoryIndividualEntryRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProviderDirectoryIndividualEntryRecord">
<complexContent>
<extension base="{http://ns.electronichealth.net.au/hi/xsd/providercore/ProviderdirectoryService/3.2.0}ProviderDirectoryIndividualEntry">
<sequence>
<element name="clientRef" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}ClientRefType" minOccurs="0"/>
<element name="externalIdentifier" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}ExternalIdentifierType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
clientRef |
protected Integer |
externalIdentifier |
additionalComments, addressExternalId, display, displayPersonalDetails, electronicCommunicationExternalId, nameExternalId, priorityNumber, providerTypeExternalId| Constructor and Description |
|---|
ProviderDirectoryIndividualEntryRecord() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientRef()
Gets the value of the clientRef property.
|
Integer |
getExternalIdentifier()
Gets the value of the externalIdentifier property.
|
void |
setClientRef(String value)
Sets the value of the clientRef property.
|
void |
setExternalIdentifier(Integer value)
Sets the value of the externalIdentifier property.
|
getAdditionalComments, getAddressExternalId, getElectronicCommunicationExternalId, getNameExternalId, getPriorityNumber, getProviderTypeExternalId, isDisplay, isDisplayPersonalDetails, setAdditionalComments, setAddressExternalId, setDisplay, setDisplayPersonalDetails, setNameExternalId, setPriorityNumberprotected String clientRef
protected Integer externalIdentifier
public ProviderDirectoryIndividualEntryRecord()
public String getClientRef()
Stringpublic void setClientRef(String value)
value - allowed object is
Stringpublic Integer getExternalIdentifier()
IntegerCopyright © 2021. All rights reserved.