public class OrganisationServiceRecord extends OrganisationService
Java class for OrganisationServiceRecord complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganisationServiceRecord">
<complexContent>
<extension base="{http://ns.electronichealth.net.au/hi/xsd/providercore/OrganisationService/3.2.0}OrganisationService">
<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, organisationServiceComments, organisationServiceType, organisationServiceUnit, organisationType, startDate| Constructor and Description |
|---|
OrganisationServiceRecord() |
| 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, getOrganisationServiceComments, getOrganisationServiceType, getOrganisationServiceUnit, getOrganisationType, getStartDate, setEndDate, setOrganisationServiceComments, setOrganisationServiceType, setOrganisationServiceUnit, setOrganisationType, 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.