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

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.getrepresentativelist._1.GetRepresentativeListResponse.PCEHRRecord.RepresentativeList
Enclosing class:
GetRepresentativeListResponse.PCEHRRecord

public static class GetRepresentativeListResponse.PCEHRRecord.RepresentativeList
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="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>
 


Nested Class Summary
static class GetRepresentativeListResponse.PCEHRRecord.RepresentativeList.Representative
          Java class for anonymous complex type.
 
Field Summary
protected  java.util.List<GetRepresentativeListResponse.PCEHRRecord.RepresentativeList.Representative> representatives
           
 
Constructor Summary
GetRepresentativeListResponse.PCEHRRecord.RepresentativeList()
           
 
Method Summary
 java.util.List<GetRepresentativeListResponse.PCEHRRecord.RepresentativeList.Representative> getRepresentatives()
          Gets the value of the representatives property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

representatives

protected java.util.List<GetRepresentativeListResponse.PCEHRRecord.RepresentativeList.Representative> representatives
Constructor Detail

GetRepresentativeListResponse.PCEHRRecord.RepresentativeList

public GetRepresentativeListResponse.PCEHRRecord.RepresentativeList()
Method Detail

getRepresentatives

public java.util.List<GetRepresentativeListResponse.PCEHRRecord.RepresentativeList.Representative> getRepresentatives()
Gets the value of the representatives property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the representatives property.

For example, to add a new item, do as follows:

    getRepresentatives().add(newItem);
 

Objects of the following type(s) are allowed in the list GetRepresentativeListResponse.PCEHRRecord.RepresentativeList.Representative