au.net.electronichealth.ns.pcehr.xsd.interfaces.getrepresentativelist._1
Class GetRepresentativeListResponse

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.getrepresentativelist._1.GetRepresentativeListResponse

public class GetRepresentativeListResponse
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="PCEHRRecord" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="representativeList">
                     <complexType>
                       <complexContent>
                         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                           <sequence>
                             <element name="representative" maxOccurs="unbounded">
                               <complexType>
                                 <complexContent>
                                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                                     <sequence>
                                       <element name="ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
                                       <element name="type">
                                         <simpleType>
                                           <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                                             <enumeration value="Authorised Representative"/>
                                             <enumeration value="Legally Appointed Authorised Representative"/>
                                             <enumeration value="Parent"/>
                                             <enumeration value="Guardian"/>
                                             <enumeration value="Nominated Representative"/>
                                           </restriction>
                                         </simpleType>
                                       </element>
                                       <element name="name" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}nameTypeSupp"/>
                                       <element name="address" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}addressTypeSupp" minOccurs="0"/>
                                     </sequence>
                                   </restriction>
                                 </complexContent>
                               </complexType>
                             </element>
                           </sequence>
                         </restriction>
                       </complexContent>
                     </complexType>
                   </element>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GetRepresentativeListResponse.PCEHRRecord
          Java class for anonymous complex type.
 
Field Summary
protected  GetRepresentativeListResponse.PCEHRRecord pcehrRecord
           
protected  ResponseStatusType responseStatus
           
 
Constructor Summary
GetRepresentativeListResponse()
           
 
Method Summary
 GetRepresentativeListResponse.PCEHRRecord getPCEHRRecord()
          Gets the value of the pcehrRecord property.
 ResponseStatusType getResponseStatus()
          Gets the value of the responseStatus property.
 void setPCEHRRecord(GetRepresentativeListResponse.PCEHRRecord value)
          Sets the value of the pcehrRecord 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

pcehrRecord

protected GetRepresentativeListResponse.PCEHRRecord pcehrRecord
Constructor Detail

GetRepresentativeListResponse

public GetRepresentativeListResponse()
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

getPCEHRRecord

public GetRepresentativeListResponse.PCEHRRecord getPCEHRRecord()
Gets the value of the pcehrRecord property.

Returns:
possible object is GetRepresentativeListResponse.PCEHRRecord

setPCEHRRecord

public void setPCEHRRecord(GetRepresentativeListResponse.PCEHRRecord value)
Sets the value of the pcehrRecord property.

Parameters:
value - allowed object is GetRepresentativeListResponse.PCEHRRecord