public class ProviderTypeRecord extends ProviderType
Java class for ProviderTypeRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProviderTypeRecord">
<complexContent>
<extension base="{http://ns.electronichealth.net.au/hi/xsd/providercore/ProviderType/3.2.0}ProviderType">
<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 |
endDate, providerSpecialisation, providerSpecialty, providerTypeCode, registrationId, registrationIssuer, registrationType, startDate| Constructor and Description |
|---|
ProviderTypeRecord() |
| 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.
|
getEndDate, getProviderSpecialisation, getProviderSpecialty, getProviderTypeCode, getRegistrationId, getRegistrationIssuer, getRegistrationType, getStartDate, setEndDate, setProviderSpecialisation, setProviderSpecialty, setProviderTypeCode, setRegistrationId, setRegistrationIssuer, setRegistrationType, setStartDateprotected 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.