au.net.electronichealth.ns.pcehr.xsd.interfaces.pcehrprofile._1
Class GainPCEHRAccessResponse

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.pcehrprofile._1.GainPCEHRAccessResponse

public class GainPCEHRAccessResponse
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>
               <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 ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}medicareCardNumber" minOccurs="0"/>
                   <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}medicareIRN" minOccurs="0"/>
                   <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}dvaFileNumber" minOccurs="0"/>
                   <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}militaryHealthNumber" minOccurs="0"/>
                   <element name="ihiRecordStatus" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}recordStatusType"/>
                   <element name="ihiStatus" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}statusType"/>
                   <element name="dateOfBirth" type="{http://www.w3.org/2001/XMLSchema}date"/>
                   <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}dateAccuracyIndicatorType"/>
                   <element ref="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}sex"/>
                   <element name="name" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}nameType"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GainPCEHRAccessResponse.Individual
          Java class for anonymous complex type.
 
Field Summary
protected  GainPCEHRAccessResponse.Individual individual
           
protected  ResponseStatusType responseStatus
           
 
Constructor Summary
GainPCEHRAccessResponse()
           
 
Method Summary
 GainPCEHRAccessResponse.Individual getIndividual()
          Gets the value of the individual property.
 ResponseStatusType getResponseStatus()
          Gets the value of the responseStatus property.
 void setIndividual(GainPCEHRAccessResponse.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 GainPCEHRAccessResponse.Individual individual
Constructor Detail

GainPCEHRAccessResponse

public GainPCEHRAccessResponse()
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 GainPCEHRAccessResponse.Individual getIndividual()
Gets the value of the individual property.

Returns:
possible object is GainPCEHRAccessResponse.Individual

setIndividual

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

Parameters:
value - allowed object is GainPCEHRAccessResponse.Individual