public class SearchForProviderIndividual 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/providercore/ProviderCoreElements/5.0.0}hpiiNumber" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/ProviderType/5.0.0}registrationId" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/IndividualNameCore/3.0}familyName"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/IndividualName/5.0.0}onlyNameIndicator" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/IndividualNameCore/3.0}givenName" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/providercore/PersonalDetails/5.0.0}dateOfBirth" 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/common/AddressCore/3.0}state" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/3.0}postcode" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/5.0.0}searchAustralianAddress" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/5.0.0}searchInternationalAddress" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
dateOfBirth |
protected String |
familyName |
protected List<String> |
givenName |
protected String |
hpiiNumber |
protected Boolean |
onlyNameIndicator |
protected String |
postcode |
protected String |
registrationId |
protected SearchAustralianAddressType |
searchAustralianAddress |
protected SearchInternationalAddressType |
searchInternationalAddress |
protected SexType |
sex |
protected StateType |
state |
| Constructor and Description |
|---|
SearchForProviderIndividual() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDateOfBirth()
Gets the value of the dateOfBirth property.
|
String |
getFamilyName()
Gets the value of the familyName property.
|
List<String> |
getGivenName()
Gets the value of the givenName property.
|
String |
getHpiiNumber()
Gets the value of the hpiiNumber property.
|
String |
getPostcode()
Gets the value of the postcode property.
|
String |
getRegistrationId()
Gets the value of the registrationId property.
|
SearchAustralianAddressType |
getSearchAustralianAddress()
Gets the value of the searchAustralianAddress property.
|
SearchInternationalAddressType |
getSearchInternationalAddress()
Gets the value of the searchInternationalAddress property.
|
SexType |
getSex()
Gets the value of the sex property.
|
StateType |
getState()
Gets the value of the state property.
|
Boolean |
isOnlyNameIndicator()
Gets the value of the onlyNameIndicator property.
|
void |
setDateOfBirth(XMLGregorianCalendar value)
Sets the value of the dateOfBirth property.
|
void |
setFamilyName(String value)
Sets the value of the familyName property.
|
void |
setHpiiNumber(String value)
Sets the value of the hpiiNumber property.
|
void |
setOnlyNameIndicator(Boolean value)
Sets the value of the onlyNameIndicator property.
|
void |
setPostcode(String value)
Sets the value of the postcode property.
|
void |
setRegistrationId(String value)
Sets the value of the registrationId property.
|
void |
setSearchAustralianAddress(SearchAustralianAddressType value)
Sets the value of the searchAustralianAddress property.
|
void |
setSearchInternationalAddress(SearchInternationalAddressType value)
Sets the value of the searchInternationalAddress property.
|
void |
setSex(SexType value)
Sets the value of the sex property.
|
void |
setState(StateType value)
Sets the value of the state property.
|
protected String hpiiNumber
protected String registrationId
protected String familyName
protected Boolean onlyNameIndicator
protected XMLGregorianCalendar dateOfBirth
protected SexType sex
protected StateType state
protected String postcode
protected SearchAustralianAddressType searchAustralianAddress
protected SearchInternationalAddressType searchInternationalAddress
public String getHpiiNumber()
Stringpublic void setHpiiNumber(String value)
value - allowed object is
Stringpublic String getRegistrationId()
Stringpublic void setRegistrationId(String value)
value - allowed object is
Stringpublic String getFamilyName()
Stringpublic void setFamilyName(String value)
value - allowed object is
Stringpublic Boolean isOnlyNameIndicator()
Booleanpublic void setOnlyNameIndicator(Boolean value)
value - allowed object is
Booleanpublic List<String> getGivenName()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the givenName property.
For example, to add a new item, do as follows:
getGivenName().add(newItem);
Objects of the following type(s) are allowed in the list
String
public XMLGregorianCalendar getDateOfBirth()
XMLGregorianCalendarpublic void setDateOfBirth(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic SexType getSex()
SexTypepublic void setSex(SexType value)
value - allowed object is
SexTypepublic StateType getState()
StateTypepublic void setState(StateType value)
value - allowed object is
StateTypepublic String getPostcode()
Stringpublic void setPostcode(String value)
value - allowed object is
Stringpublic SearchAustralianAddressType getSearchAustralianAddress()
SearchAustralianAddressTypepublic void setSearchAustralianAddress(SearchAustralianAddressType value)
value - allowed object is
SearchAustralianAddressTypepublic SearchInternationalAddressType getSearchInternationalAddress()
SearchInternationalAddressTypepublic void setSearchInternationalAddress(SearchInternationalAddressType value)
value - allowed object is
SearchInternationalAddressTypeCopyright © 2021. All rights reserved.