au.net.electronichealth.ns.pcehr.xsd.interfaces.getrepresentativelist._1
Class GetRepresentativeListResponse.PCEHRRecord
java.lang.Object
au.net.electronichealth.ns.pcehr.xsd.interfaces.getrepresentativelist._1.GetRepresentativeListResponse.PCEHRRecord
- Enclosing class:
- GetRepresentativeListResponse
public static class GetRepresentativeListResponse.PCEHRRecord
- 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="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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
representativeList
protected GetRepresentativeListResponse.PCEHRRecord.RepresentativeList representativeList
GetRepresentativeListResponse.PCEHRRecord
public GetRepresentativeListResponse.PCEHRRecord()
getRepresentativeList
public GetRepresentativeListResponse.PCEHRRecord.RepresentativeList getRepresentativeList()
- Gets the value of the representativeList property.
- Returns:
- possible object is
GetRepresentativeListResponse.PCEHRRecord.RepresentativeList
setRepresentativeList
public void setRepresentativeList(GetRepresentativeListResponse.PCEHRRecord.RepresentativeList value)
- Sets the value of the representativeList property.
- Parameters:
value
- allowed object is
GetRepresentativeListResponse.PCEHRRecord.RepresentativeList