public class SearchHIProviderDirectoryForIndividual 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/SearchIndividual/3.2.0}hpiiNumber" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/IndividualNameCore/3.0}familyName" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/IndividualNameCore/3.0}givenName" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/CommonCoreElements/3.0}sex" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/SearchIndividual/3.2.0}providerTypeCode" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/SearchIndividual/3.2.0}providerSpecialty" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/SearchIndividual/3.2.0}providerSpecialisation" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/SearchIndividual/3.2.0}australianAddressCriteria" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providermessages/SearchIndividual/3.2.0}internationalAddressCriteria" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AustralianAddressCriteriaType |
australianAddressCriteria |
protected String |
familyName |
protected String |
givenName |
protected String |
hpiiNumber |
protected InternationalAddressCriteriaType |
internationalAddressCriteria |
protected String |
providerSpecialisation |
protected String |
providerSpecialty |
protected String |
providerTypeCode |
protected SexType |
sex |
| Constructor and Description |
|---|
SearchHIProviderDirectoryForIndividual() |
| Modifier and Type | Method and Description |
|---|---|
AustralianAddressCriteriaType |
getAustralianAddressCriteria()
Gets the value of the australianAddressCriteria property.
|
String |
getFamilyName()
Gets the value of the familyName property.
|
String |
getGivenName()
Gets the value of the givenName property.
|
String |
getHpiiNumber()
Gets the value of the hpiiNumber property.
|
InternationalAddressCriteriaType |
getInternationalAddressCriteria()
Gets the value of the internationalAddressCriteria 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.
|
SexType |
getSex()
Gets the value of the sex property.
|
void |
setAustralianAddressCriteria(AustralianAddressCriteriaType value)
Sets the value of the australianAddressCriteria property.
|
void |
setFamilyName(String value)
Sets the value of the familyName property.
|
void |
setGivenName(String value)
Sets the value of the givenName property.
|
void |
setHpiiNumber(String value)
Sets the value of the hpiiNumber property.
|
void |
setInternationalAddressCriteria(InternationalAddressCriteriaType value)
Sets the value of the internationalAddressCriteria 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 |
setSex(SexType value)
Sets the value of the sex property.
|
protected String hpiiNumber
protected String familyName
protected String givenName
protected SexType sex
protected String providerTypeCode
protected String providerSpecialty
protected String providerSpecialisation
protected AustralianAddressCriteriaType australianAddressCriteria
protected InternationalAddressCriteriaType internationalAddressCriteria
public SearchHIProviderDirectoryForIndividual()
public String getHpiiNumber()
Stringpublic void setHpiiNumber(String value)
value - allowed object is
Stringpublic String getFamilyName()
Stringpublic void setFamilyName(String value)
value - allowed object is
Stringpublic String getGivenName()
Stringpublic void setGivenName(String value)
value - allowed object is
Stringpublic SexType getSex()
SexTypepublic void setSex(SexType value)
value - allowed object is
SexTypepublic String getProviderTypeCode()
Stringpublic void setProviderTypeCode(String value)
value - allowed object is
Stringpublic String getProviderSpecialty()
Stringpublic void setProviderSpecialty(String value)
value - allowed object is
Stringpublic String getProviderSpecialisation()
Stringpublic void setProviderSpecialisation(String value)
value - allowed object is
Stringpublic AustralianAddressCriteriaType getAustralianAddressCriteria()
AustralianAddressCriteriaTypepublic void setAustralianAddressCriteria(AustralianAddressCriteriaType value)
value - allowed object is
AustralianAddressCriteriaTypepublic InternationalAddressCriteriaType getInternationalAddressCriteria()
InternationalAddressCriteriaTypepublic void setInternationalAddressCriteria(InternationalAddressCriteriaType value)
value - allowed object is
InternationalAddressCriteriaTypeCopyright © 2021. All rights reserved.