public class ElectronicCommunicationRecord extends ElectronicCommunication
Java class for ElectronicCommunicationRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElectronicCommunicationRecord">
<complexContent>
<extension base="{http://ns.electronichealth.net.au/hi/xsd/providercore/ElectronicCommunication/3.2.0}ElectronicCommunication">
<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 |
details, medium, preferred, usage| Constructor and Description |
|---|
ElectronicCommunicationRecord() |
| 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.
|
getDetails, getMedium, getUsage, isPreferred, setDetails, setMedium, setPreferred, setUsageprotected String clientRef
protected Integer externalIdentifier
public String getClientRef()
Stringpublic void setClientRef(String value)
value - allowed object is
Stringpublic Integer getExternalIdentifier()
IntegerCopyright © 2021. All rights reserved.