au.net.electronichealth.ns.pcehr.xsd.interfaces.getindividualdetailsview._2
Class GetIndividualDetailsViewResponse.Individual

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.IndividualTypeSupp
      extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.getindividualdetailsview._2.GetIndividualDetailsViewResponse.Individual
Enclosing class:
GetIndividualDetailsViewResponse

public static class GetIndividualDetailsViewResponse.Individual
extends IndividualTypeSupp

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}individualTypeSupp">
       <sequence>
         <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}dateAccuracyIndicatorType" minOccurs="0"/>
         <element name="ihiRecordStatus" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}recordStatusType" minOccurs="0"/>
         <element name="ihiStatus" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}statusType" minOccurs="0"/>
         <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}ihiNumber"/>
         <element name="contactDetails" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}contactDetailsType" minOccurs="0"/>
         <element name="contactPersons" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="contactPerson" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}contactPersonTypeSupp" maxOccurs="unbounded"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="indigenousStatus">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <enumeration value="1"/>
               <enumeration value="2"/>
               <enumeration value="3"/>
               <enumeration value="4"/>
               <enumeration value="9"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GetIndividualDetailsViewResponse.Individual.ContactPersons
          Java class for anonymous complex type.
 
Field Summary
protected  ContactDetailsType contactDetails
           
protected  GetIndividualDetailsViewResponse.Individual.ContactPersons contactPersons
           
protected  DateAccuracyIndicatorType dateAccuracyIndicatorType
           
protected  java.lang.String ihiNumber
           
protected  RecordStatusType ihiRecordStatus
           
protected  StatusType ihiStatus
           
protected  java.lang.String indigenousStatus
           
 
Fields inherited from class au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.IndividualTypeSupp
dateOfBirth, name, sex
 
Constructor Summary
GetIndividualDetailsViewResponse.Individual()
           
 
Method Summary
 ContactDetailsType getContactDetails()
          Gets the value of the contactDetails property.
 GetIndividualDetailsViewResponse.Individual.ContactPersons getContactPersons()
          Gets the value of the contactPersons property.
 DateAccuracyIndicatorType getDateAccuracyIndicatorType()
          Gets the value of the dateAccuracyIndicatorType property.
 java.lang.String getIhiNumber()
          Gets the value of the ihiNumber property.
 RecordStatusType getIhiRecordStatus()
          Gets the value of the ihiRecordStatus property.
 StatusType getIhiStatus()
          Gets the value of the ihiStatus property.
 java.lang.String getIndigenousStatus()
          Gets the value of the indigenousStatus property.
 void setContactDetails(ContactDetailsType value)
          Sets the value of the contactDetails property.
 void setContactPersons(GetIndividualDetailsViewResponse.Individual.ContactPersons value)
          Sets the value of the contactPersons property.
 void setDateAccuracyIndicatorType(DateAccuracyIndicatorType value)
          Sets the value of the dateAccuracyIndicatorType property.
 void setIhiNumber(java.lang.String value)
          Sets the value of the ihiNumber property.
 void setIhiRecordStatus(RecordStatusType value)
          Sets the value of the ihiRecordStatus property.
 void setIhiStatus(StatusType value)
          Sets the value of the ihiStatus property.
 void setIndigenousStatus(java.lang.String value)
          Sets the value of the indigenousStatus property.
 
Methods inherited from class au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.IndividualTypeSupp
getDateOfBirth, getName, getSex, setDateOfBirth, setName, setSex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dateAccuracyIndicatorType

protected DateAccuracyIndicatorType dateAccuracyIndicatorType

ihiRecordStatus

protected RecordStatusType ihiRecordStatus

ihiStatus

protected StatusType ihiStatus

ihiNumber

protected java.lang.String ihiNumber

contactDetails

protected ContactDetailsType contactDetails

contactPersons

protected GetIndividualDetailsViewResponse.Individual.ContactPersons contactPersons

indigenousStatus

protected java.lang.String indigenousStatus
Constructor Detail

GetIndividualDetailsViewResponse.Individual

public GetIndividualDetailsViewResponse.Individual()
Method Detail

getDateAccuracyIndicatorType

public DateAccuracyIndicatorType getDateAccuracyIndicatorType()
Gets the value of the dateAccuracyIndicatorType property.

Returns:
possible object is DateAccuracyIndicatorType

setDateAccuracyIndicatorType

public void setDateAccuracyIndicatorType(DateAccuracyIndicatorType value)
Sets the value of the dateAccuracyIndicatorType property.

Parameters:
value - allowed object is DateAccuracyIndicatorType

getIhiRecordStatus

public RecordStatusType getIhiRecordStatus()
Gets the value of the ihiRecordStatus property.

Returns:
possible object is RecordStatusType

setIhiRecordStatus

public void setIhiRecordStatus(RecordStatusType value)
Sets the value of the ihiRecordStatus property.

Parameters:
value - allowed object is RecordStatusType

getIhiStatus

public StatusType getIhiStatus()
Gets the value of the ihiStatus property.

Returns:
possible object is StatusType

setIhiStatus

public void setIhiStatus(StatusType value)
Sets the value of the ihiStatus property.

Parameters:
value - allowed object is StatusType

getIhiNumber

public java.lang.String getIhiNumber()
Gets the value of the ihiNumber property.

Returns:
possible object is String

setIhiNumber

public void setIhiNumber(java.lang.String value)
Sets the value of the ihiNumber property.

Parameters:
value - allowed object is String

getContactDetails

public ContactDetailsType getContactDetails()
Gets the value of the contactDetails property.

Returns:
possible object is ContactDetailsType

setContactDetails

public void setContactDetails(ContactDetailsType value)
Sets the value of the contactDetails property.

Parameters:
value - allowed object is ContactDetailsType

getContactPersons

public GetIndividualDetailsViewResponse.Individual.ContactPersons getContactPersons()
Gets the value of the contactPersons property.

Returns:
possible object is GetIndividualDetailsViewResponse.Individual.ContactPersons

setContactPersons

public void setContactPersons(GetIndividualDetailsViewResponse.Individual.ContactPersons value)
Sets the value of the contactPersons property.

Parameters:
value - allowed object is GetIndividualDetailsViewResponse.Individual.ContactPersons

getIndigenousStatus

public java.lang.String getIndigenousStatus()
Gets the value of the indigenousStatus property.

Returns:
possible object is String

setIndigenousStatus

public void setIndigenousStatus(java.lang.String value)
Sets the value of the indigenousStatus property.

Parameters:
value - allowed object is String