public class SearchHIProviderDirectoryForOrganisation extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/SearchOrganisation/3.2.0}hpioNumber" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/SearchOrganisation/3.2.0}name" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/SearchOrganisation/3.2.0}organisationType" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/SearchOrganisation/3.2.0}serviceType" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/SearchOrganisation/3.2.0}unitType" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/OrganisationDetails/3.2.0}organisationDetails" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/SearchOrganisation/3.2.0}australianAddressCriteria" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/SearchOrganisation/3.2.0}internationalAddressCriteria" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/SearchOrganisation/3.2.0}linkSearchType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AustralianAddressCriteriaType |
australianAddressCriteria |
protected String |
hpioNumber |
protected InternationalAddressCriteriaType |
internationalAddressCriteria |
protected String |
linkSearchType |
protected String |
name |
protected OrganisationDetails |
organisationDetails |
protected String |
organisationType |
protected String |
serviceType |
protected String |
unitType |
| Constructor and Description |
|---|
SearchHIProviderDirectoryForOrganisation() |
| Modifier and Type | Method and Description |
|---|---|
AustralianAddressCriteriaType |
getAustralianAddressCriteria()
Gets the value of the australianAddressCriteria property.
|
String |
getHpioNumber()
Gets the value of the hpioNumber property.
|
InternationalAddressCriteriaType |
getInternationalAddressCriteria()
Gets the value of the internationalAddressCriteria property.
|
String |
getLinkSearchType()
Gets the value of the linkSearchType property.
|
String |
getName()
Gets the value of the name property.
|
OrganisationDetails |
getOrganisationDetails()
Gets the value of the organisationDetails property.
|
String |
getOrganisationType()
Gets the value of the organisationType property.
|
String |
getServiceType()
Gets the value of the serviceType property.
|
String |
getUnitType()
Gets the value of the unitType property.
|
void |
setAustralianAddressCriteria(AustralianAddressCriteriaType value)
Sets the value of the australianAddressCriteria property.
|
void |
setHpioNumber(String value)
Sets the value of the hpioNumber property.
|
void |
setInternationalAddressCriteria(InternationalAddressCriteriaType value)
Sets the value of the internationalAddressCriteria property.
|
void |
setLinkSearchType(String value)
Sets the value of the linkSearchType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOrganisationDetails(OrganisationDetails value)
Sets the value of the organisationDetails property.
|
void |
setOrganisationType(String value)
Sets the value of the organisationType property.
|
void |
setServiceType(String value)
Sets the value of the serviceType property.
|
void |
setUnitType(String value)
Sets the value of the unitType property.
|
protected String hpioNumber
protected String name
protected String organisationType
protected String serviceType
protected String unitType
protected OrganisationDetails organisationDetails
protected AustralianAddressCriteriaType australianAddressCriteria
protected InternationalAddressCriteriaType internationalAddressCriteria
protected String linkSearchType
public SearchHIProviderDirectoryForOrganisation()
public String getHpioNumber()
Stringpublic void setHpioNumber(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getOrganisationType()
Stringpublic void setOrganisationType(String value)
value - allowed object is
Stringpublic String getServiceType()
Stringpublic void setServiceType(String value)
value - allowed object is
Stringpublic String getUnitType()
Stringpublic void setUnitType(String value)
value - allowed object is
Stringpublic OrganisationDetails getOrganisationDetails()
OrganisationDetailspublic void setOrganisationDetails(OrganisationDetails value)
value - allowed object is
OrganisationDetailspublic AustralianAddressCriteriaType getAustralianAddressCriteria()
AustralianAddressCriteriaTypepublic void setAustralianAddressCriteria(AustralianAddressCriteriaType value)
value - allowed object is
AustralianAddressCriteriaTypepublic InternationalAddressCriteriaType getInternationalAddressCriteria()
InternationalAddressCriteriaTypepublic void setInternationalAddressCriteria(InternationalAddressCriteriaType value)
value - allowed object is
InternationalAddressCriteriaTypepublic String getLinkSearchType()
StringCopyright © 2021. All rights reserved.