au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1
Class HealthRecordOverviewResponse.ViewMetadata.IndividualProfile

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.healthrecordoverview._1.HealthRecordOverviewResponse.ViewMetadata.IndividualProfile
Enclosing class:
HealthRecordOverviewResponse.ViewMetadata

public static class HealthRecordOverviewResponse.ViewMetadata.IndividualProfile
extends java.lang.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/pcehr/xsd/common/CommonCoreElements/1.0}ihiNumber"/>
         <element name="individual" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}individualTypeSupp"/>
         <element name="indigenousStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="veteranAndADFStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String ihiNumber
           
protected  java.lang.String indigenousStatus
           
protected  IndividualTypeSupp individual
           
protected  java.lang.String veteranAndADFStatus
           
 
Constructor Summary
HealthRecordOverviewResponse.ViewMetadata.IndividualProfile()
           
 
Method Summary
 java.lang.String getIhiNumber()
          Gets the value of the ihiNumber property.
 java.lang.String getIndigenousStatus()
          Gets the value of the indigenousStatus property.
 IndividualTypeSupp getIndividual()
          Gets the value of the individual property.
 java.lang.String getVeteranAndADFStatus()
          Gets the value of the veteranAndADFStatus property.
 void setIhiNumber(java.lang.String value)
          Sets the value of the ihiNumber property.
 void setIndigenousStatus(java.lang.String value)
          Sets the value of the indigenousStatus property.
 void setIndividual(IndividualTypeSupp value)
          Sets the value of the individual property.
 void setVeteranAndADFStatus(java.lang.String value)
          Sets the value of the veteranAndADFStatus property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ihiNumber

protected java.lang.String ihiNumber

individual

protected IndividualTypeSupp individual

indigenousStatus

protected java.lang.String indigenousStatus

veteranAndADFStatus

protected java.lang.String veteranAndADFStatus
Constructor Detail

HealthRecordOverviewResponse.ViewMetadata.IndividualProfile

public HealthRecordOverviewResponse.ViewMetadata.IndividualProfile()
Method Detail

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

getIndividual

public IndividualTypeSupp getIndividual()
Gets the value of the individual property.

Returns:
possible object is IndividualTypeSupp

setIndividual

public void setIndividual(IndividualTypeSupp value)
Sets the value of the individual property.

Parameters:
value - allowed object is IndividualTypeSupp

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

getVeteranAndADFStatus

public java.lang.String getVeteranAndADFStatus()
Gets the value of the veteranAndADFStatus property.

Returns:
possible object is String

setVeteranAndADFStatus

public void setVeteranAndADFStatus(java.lang.String value)
Sets the value of the veteranAndADFStatus property.

Parameters:
value - allowed object is String