public class SearchIHIResult 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/consumercore/ConsumerCoreElements/3.0}ihiNumber" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/consumercore/ConsumerCoreElements/3.0}medicareCardNumber" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/consumercore/ConsumerCoreElements/3.0}medicareIRN" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/consumercore/ConsumerCoreElements/3.0}dvaFileNumber" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/consumercore/ConsumerCoreElements/3.0}ihiRecordStatus" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/consumercore/ConsumerCoreElements/3.0}ihiStatus" 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/IndividualNameCore/3.0}familyName" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/CommonCoreElements/3.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/CommonCoreElements/3.0}dateOfBirthAccuracyIndicator" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/CommonCoreElements/3.0}dateOfDeath" minOccurs="0"/>
<element ref="{http://ns.electronichealth.net.au/hi/xsd/common/CommonCoreElements/3.0}dateOfDeathAccuracyIndicator" 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 XMLGregorianCalendar |
dateOfBirth |
protected DateAccuracyIndicatorType |
dateOfBirthAccuracyIndicator |
protected XMLGregorianCalendar |
dateOfDeath |
protected DateAccuracyIndicatorType |
dateOfDeathAccuracyIndicator |
protected String |
dvaFileNumber |
protected String |
familyName |
protected String |
givenName |
protected String |
ihiNumber |
protected IHIRecordStatusType |
ihiRecordStatus |
protected IHIStatusType |
ihiStatus |
protected String |
medicareCardNumber |
protected Integer |
medicareIRN |
protected ServiceMessagesType |
serviceMessages |
protected SexType |
sex |
| Constructor and Description |
|---|
SearchIHIResult() |
| Modifier and Type | Method and Description |
|---|---|
XMLGregorianCalendar |
getDateOfBirth()
Gets the value of the dateOfBirth property.
|
DateAccuracyIndicatorType |
getDateOfBirthAccuracyIndicator()
Gets the value of the dateOfBirthAccuracyIndicator property.
|
XMLGregorianCalendar |
getDateOfDeath()
Gets the value of the dateOfDeath property.
|
DateAccuracyIndicatorType |
getDateOfDeathAccuracyIndicator()
Gets the value of the dateOfDeathAccuracyIndicator property.
|
String |
getDvaFileNumber()
Gets the value of the dvaFileNumber property.
|
String |
getFamilyName()
Gets the value of the familyName property.
|
String |
getGivenName()
Gets the value of the givenName property.
|
String |
getIhiNumber()
Gets the value of the ihiNumber property.
|
IHIRecordStatusType |
getIhiRecordStatus()
Gets the value of the ihiRecordStatus property.
|
IHIStatusType |
getIhiStatus()
Gets the value of the ihiStatus property.
|
String |
getMedicareCardNumber()
Gets the value of the medicareCardNumber property.
|
Integer |
getMedicareIRN()
Gets the value of the medicareIRN property.
|
ServiceMessagesType |
getServiceMessages()
Gets the value of the serviceMessages property.
|
SexType |
getSex()
Gets the value of the sex property.
|
void |
setDateOfBirth(XMLGregorianCalendar value)
Sets the value of the dateOfBirth property.
|
void |
setDateOfBirthAccuracyIndicator(DateAccuracyIndicatorType value)
Sets the value of the dateOfBirthAccuracyIndicator property.
|
void |
setDateOfDeath(XMLGregorianCalendar value)
Sets the value of the dateOfDeath property.
|
void |
setDateOfDeathAccuracyIndicator(DateAccuracyIndicatorType value)
Sets the value of the dateOfDeathAccuracyIndicator property.
|
void |
setDvaFileNumber(String value)
Sets the value of the dvaFileNumber property.
|
void |
setFamilyName(String value)
Sets the value of the familyName property.
|
void |
setGivenName(String value)
Sets the value of the givenName property.
|
void |
setIhiNumber(String value)
Sets the value of the ihiNumber property.
|
void |
setIhiRecordStatus(IHIRecordStatusType value)
Sets the value of the ihiRecordStatus property.
|
void |
setIhiStatus(IHIStatusType value)
Sets the value of the ihiStatus property.
|
void |
setMedicareCardNumber(String value)
Sets the value of the medicareCardNumber property.
|
void |
setMedicareIRN(Integer value)
Sets the value of the medicareIRN property.
|
void |
setServiceMessages(ServiceMessagesType value)
Sets the value of the serviceMessages property.
|
void |
setSex(SexType value)
Sets the value of the sex property.
|
protected String ihiNumber
protected String medicareCardNumber
protected Integer medicareIRN
protected String dvaFileNumber
protected IHIRecordStatusType ihiRecordStatus
protected IHIStatusType ihiStatus
protected String givenName
protected String familyName
protected XMLGregorianCalendar dateOfBirth
protected SexType sex
protected DateAccuracyIndicatorType dateOfBirthAccuracyIndicator
protected XMLGregorianCalendar dateOfDeath
protected DateAccuracyIndicatorType dateOfDeathAccuracyIndicator
protected ServiceMessagesType serviceMessages
public String getIhiNumber()
Stringpublic void setIhiNumber(String value)
value - allowed object is
Stringpublic String getMedicareCardNumber()
Stringpublic void setMedicareCardNumber(String value)
value - allowed object is
Stringpublic Integer getMedicareIRN()
Integerpublic void setMedicareIRN(Integer value)
value - allowed object is
Integerpublic String getDvaFileNumber()
Stringpublic void setDvaFileNumber(String value)
value - allowed object is
Stringpublic IHIRecordStatusType getIhiRecordStatus()
IHIRecordStatusTypepublic void setIhiRecordStatus(IHIRecordStatusType value)
value - allowed object is
IHIRecordStatusTypepublic IHIStatusType getIhiStatus()
IHIStatusTypepublic void setIhiStatus(IHIStatusType value)
value - allowed object is
IHIStatusTypepublic String getGivenName()
Stringpublic void setGivenName(String value)
value - allowed object is
Stringpublic String getFamilyName()
Stringpublic void setFamilyName(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getDateOfBirth()
XMLGregorianCalendarpublic void setDateOfBirth(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic SexType getSex()
SexTypepublic void setSex(SexType value)
value - allowed object is
SexTypepublic DateAccuracyIndicatorType getDateOfBirthAccuracyIndicator()
DateAccuracyIndicatorTypepublic void setDateOfBirthAccuracyIndicator(DateAccuracyIndicatorType value)
value - allowed object is
DateAccuracyIndicatorTypepublic XMLGregorianCalendar getDateOfDeath()
XMLGregorianCalendarpublic void setDateOfDeath(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic DateAccuracyIndicatorType getDateOfDeathAccuracyIndicator()
DateAccuracyIndicatorTypepublic void setDateOfDeathAccuracyIndicator(DateAccuracyIndicatorType value)
value - allowed object is
DateAccuracyIndicatorTypepublic ServiceMessagesType getServiceMessages()
ServiceMessagesTypepublic void setServiceMessages(ServiceMessagesType value)
value - allowed object is
ServiceMessagesTypeCopyright © 2021. All rights reserved.