public class OrganisationService extends Object
Java class for OrganisationService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganisationService">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="organisationType" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/OrganisationService/3.2.0}OrganisationType"/>
<element name="organisationServiceType" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/OrganisationService/3.2.0}ServiceType"/>
<element name="organisationServiceUnit" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/OrganisationService/3.2.0}ServiceUnitType" minOccurs="0"/>
<element name="organisationServiceComments" type="{http://ns.electronichealth.net.au/hi/xsd/providercore/OrganisationService/3.2.0}ServiceCommentsType" minOccurs="0"/>
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DateAndAccuracyType |
endDate |
protected String |
organisationServiceComments |
protected String |
organisationServiceType |
protected String |
organisationServiceUnit |
protected String |
organisationType |
protected DateAndAccuracyType |
startDate |
| Constructor and Description |
|---|
OrganisationService() |
| Modifier and Type | Method and Description |
|---|---|
DateAndAccuracyType |
getEndDate()
Gets the value of the endDate property.
|
String |
getOrganisationServiceComments()
Gets the value of the organisationServiceComments property.
|
String |
getOrganisationServiceType()
Gets the value of the organisationServiceType property.
|
String |
getOrganisationServiceUnit()
Gets the value of the organisationServiceUnit property.
|
String |
getOrganisationType()
Gets the value of the organisationType property.
|
DateAndAccuracyType |
getStartDate()
Gets the value of the startDate property.
|
void |
setEndDate(DateAndAccuracyType value)
Sets the value of the endDate property.
|
void |
setOrganisationServiceComments(String value)
Sets the value of the organisationServiceComments property.
|
void |
setOrganisationServiceType(String value)
Sets the value of the organisationServiceType property.
|
void |
setOrganisationServiceUnit(String value)
Sets the value of the organisationServiceUnit property.
|
void |
setOrganisationType(String value)
Sets the value of the organisationType property.
|
void |
setStartDate(DateAndAccuracyType value)
Sets the value of the startDate property.
|
protected String organisationType
protected String organisationServiceType
protected String organisationServiceUnit
protected String organisationServiceComments
protected DateAndAccuracyType startDate
protected DateAndAccuracyType endDate
public String getOrganisationType()
Stringpublic void setOrganisationType(String value)
value - allowed object is
Stringpublic String getOrganisationServiceType()
Stringpublic void setOrganisationServiceType(String value)
value - allowed object is
Stringpublic String getOrganisationServiceUnit()
Stringpublic void setOrganisationServiceUnit(String value)
value - allowed object is
Stringpublic String getOrganisationServiceComments()
Stringpublic void setOrganisationServiceComments(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
DateAndAccuracyTypeCopyright © 2021. All rights reserved.