public class SearchForProviderIndividualResult 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/providercore/ProviderCoreElements/5.0.0}status" 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/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}australianAddress" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/AddressCore/5.0.0}internationalAddress" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/CommonCoreElements/3.0}serviceMessages" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AustralianAddressType |
australianAddress |
protected XMLGregorianCalendar |
dateOfBirth |
protected String |
familyName |
protected List<String> |
givenName |
protected String |
hpiiNumber |
protected InternationalAddressType |
internationalAddress |
protected Boolean |
onlyNameIndicator |
protected String |
postcode |
protected String |
registrationId |
protected ServiceMessagesType |
serviceMessages |
protected SexType |
sex |
protected StateType |
state |
protected String |
status |
| Constructor and Description |
|---|
SearchForProviderIndividualResult() |
| Modifier and Type | Method and Description |
|---|---|
AustralianAddressType |
getAustralianAddress()
Gets the value of the australianAddress property.
|
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.
|
InternationalAddressType |
getInternationalAddress()
Gets the value of the internationalAddress property.
|
String |
getPostcode()
Gets the value of the postcode property.
|
String |
getRegistrationId()
Gets the value of the registrationId property.
|
ServiceMessagesType |
getServiceMessages()
Gets the value of the serviceMessages property.
|
SexType |
getSex()
Gets the value of the sex property.
|
StateType |
getState()
Gets the value of the state property.
|
String |
getStatus()
Gets the value of the status property.
|
Boolean |
isOnlyNameIndicator()
Gets the value of the onlyNameIndicator property.
|
void |
setAustralianAddress(AustralianAddressType value)
Sets the value of the australianAddress 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 |
setInternationalAddress(InternationalAddressType value)
Sets the value of the internationalAddress 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 |
setServiceMessages(ServiceMessagesType value)
Sets the value of the serviceMessages property.
|
void |
setSex(SexType value)
Sets the value of the sex property.
|
void |
setState(StateType value)
Sets the value of the state property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected String hpiiNumber
protected String registrationId
protected String status
protected String familyName
protected Boolean onlyNameIndicator
protected XMLGregorianCalendar dateOfBirth
protected SexType sex
protected StateType state
protected String postcode
protected AustralianAddressType australianAddress
protected InternationalAddressType internationalAddress
protected ServiceMessagesType serviceMessages
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 getStatus()
Stringpublic void setStatus(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 AustralianAddressType getAustralianAddress()
AustralianAddressTypepublic void setAustralianAddress(AustralianAddressType value)
value - allowed object is
AustralianAddressTypepublic InternationalAddressType getInternationalAddress()
InternationalAddressTypepublic void setInternationalAddress(InternationalAddressType value)
value - allowed object is
InternationalAddressTypepublic ServiceMessagesType getServiceMessages()
ServiceMessagesTypepublic void setServiceMessages(ServiceMessagesType value)
value - allowed object is
ServiceMessagesTypeCopyright © 2021. All rights reserved.