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

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.getindividualdetailsview._2.GetIndividualDetailsViewResponse

public class GetIndividualDetailsViewResponse
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 name="responseStatus" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}responseStatusType"/>
         <element name="individual" minOccurs="0">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GetIndividualDetailsViewResponse.Individual
          Java class for anonymous complex type.
 
Field Summary
protected  GetIndividualDetailsViewResponse.Individual individual
           
protected  ResponseStatusType responseStatus
           
 
Constructor Summary
GetIndividualDetailsViewResponse()
           
 
Method Summary
 GetIndividualDetailsViewResponse.Individual getIndividual()
          Gets the value of the individual property.
 ResponseStatusType getResponseStatus()
          Gets the value of the responseStatus property.
 void setIndividual(GetIndividualDetailsViewResponse.Individual value)
          Sets the value of the individual property.
 void setResponseStatus(ResponseStatusType value)
          Sets the value of the responseStatus property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

responseStatus

protected ResponseStatusType responseStatus

individual

protected GetIndividualDetailsViewResponse.Individual individual
Constructor Detail

GetIndividualDetailsViewResponse

public GetIndividualDetailsViewResponse()
Method Detail

getResponseStatus

public ResponseStatusType getResponseStatus()
Gets the value of the responseStatus property.

Returns:
possible object is ResponseStatusType

setResponseStatus

public void setResponseStatus(ResponseStatusType value)
Sets the value of the responseStatus property.

Parameters:
value - allowed object is ResponseStatusType

getIndividual

public GetIndividualDetailsViewResponse.Individual getIndividual()
Gets the value of the individual property.

Returns:
possible object is GetIndividualDetailsViewResponse.Individual

setIndividual

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

Parameters:
value - allowed object is GetIndividualDetailsViewResponse.Individual