|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.interfaces.getrepresentativelist._1.GetRepresentativeListResponse
public class GetRepresentativeListResponse
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 |
---|
protected ResponseStatusType responseStatus
protected GetRepresentativeListResponse.PCEHRRecord pcehrRecord
Constructor Detail |
---|
public GetRepresentativeListResponse()
Method Detail |
---|
public ResponseStatusType getResponseStatus()
ResponseStatusType
public void setResponseStatus(ResponseStatusType value)
value
- allowed object is
ResponseStatusType
public GetRepresentativeListResponse.PCEHRRecord getPCEHRRecord()
GetRepresentativeListResponse.PCEHRRecord
public void setPCEHRRecord(GetRepresentativeListResponse.PCEHRRecord value)
value
- allowed object is
GetRepresentativeListResponse.PCEHRRecord
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |