public class ProviderType extends Object
Java class for ProviderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProviderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="providerTypeCode" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/ProviderType/3.2.0}ProviderTypeCode"/>
<element name="startDate" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}DateAndAccuracyType"/>
<element name="endDate" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/Elements/3.2.0}DateAndAccuracyType" minOccurs="0"/>
<element name="providerSpecialty" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/ProviderType/3.2.0}ProviderSpecialtyType" minOccurs="0"/>
<element name="providerSpecialisation" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/ProviderType/3.2.0}ProviderSpecialisationType" minOccurs="0"/>
<element name="registrationId" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/ProviderType/3.2.0}RegistrationIdType" minOccurs="0"/>
<element name="registrationType" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/ProviderType/3.2.0}RegistrationType" minOccurs="0"/>
<element name="registrationIssuer" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/ProviderType/3.2.0}RegistrationIssuerType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DateAndAccuracyType |
endDate |
protected String |
providerSpecialisation |
protected String |
providerSpecialty |
protected String |
providerTypeCode |
protected String |
registrationId |
protected String |
registrationIssuer |
protected String |
registrationType |
protected DateAndAccuracyType |
startDate |
| Constructor and Description |
|---|
ProviderType() |
| Modifier and Type | Method and Description |
|---|---|
DateAndAccuracyType |
getEndDate()
Gets the value of the endDate property.
|
String |
getProviderSpecialisation()
Gets the value of the providerSpecialisation property.
|
String |
getProviderSpecialty()
Gets the value of the providerSpecialty property.
|
String |
getProviderTypeCode()
Gets the value of the providerTypeCode property.
|
String |
getRegistrationId()
Gets the value of the registrationId property.
|
String |
getRegistrationIssuer()
Gets the value of the registrationIssuer property.
|
String |
getRegistrationType()
Gets the value of the registrationType property.
|
DateAndAccuracyType |
getStartDate()
Gets the value of the startDate property.
|
void |
setEndDate(DateAndAccuracyType value)
Sets the value of the endDate property.
|
void |
setProviderSpecialisation(String value)
Sets the value of the providerSpecialisation property.
|
void |
setProviderSpecialty(String value)
Sets the value of the providerSpecialty property.
|
void |
setProviderTypeCode(String value)
Sets the value of the providerTypeCode property.
|
void |
setRegistrationId(String value)
Sets the value of the registrationId property.
|
void |
setRegistrationIssuer(String value)
Sets the value of the registrationIssuer property.
|
void |
setRegistrationType(String value)
Sets the value of the registrationType property.
|
void |
setStartDate(DateAndAccuracyType value)
Sets the value of the startDate property.
|
protected String providerTypeCode
protected DateAndAccuracyType startDate
protected DateAndAccuracyType endDate
protected String providerSpecialty
protected String providerSpecialisation
protected String registrationId
protected String registrationType
protected String registrationIssuer
public String getProviderTypeCode()
Stringpublic void setProviderTypeCode(String value)
value - allowed object is
Stringpublic DateAndAccuracyType getStartDate()
DateAndAccuracyTypepublic void setStartDate(DateAndAccuracyType value)
value - allowed object is
DateAndAccuracyTypepublic DateAndAccuracyType getEndDate()
DateAndAccuracyTypepublic void setEndDate(DateAndAccuracyType value)
value - allowed object is
DateAndAccuracyTypepublic String getProviderSpecialty()
Stringpublic void setProviderSpecialty(String value)
value - allowed object is
Stringpublic String getProviderSpecialisation()
Stringpublic void setProviderSpecialisation(String value)
value - allowed object is
Stringpublic String getRegistrationId()
Stringpublic void setRegistrationId(String value)
value - allowed object is
Stringpublic String getRegistrationType()
Stringpublic void setRegistrationType(String value)
value - allowed object is
Stringpublic String getRegistrationIssuer()
StringCopyright © 2021. All rights reserved.