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

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

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


Field Summary
protected  AddressTypeSupp address
           
protected  java.lang.String id
           
protected  NameTypeSupp name
           
protected  java.lang.String type
           
 
Constructor Summary
GetRepresentativeListResponse.PCEHRRecord.RepresentativeList.Representative()
           
 
Method Summary
 AddressTypeSupp getAddress()
          Gets the value of the address property.
 java.lang.String getID()
          Gets the value of the id property.
 NameTypeSupp getName()
          Gets the value of the name property.
 java.lang.String getType()
          Gets the value of the type property.
 void setAddress(AddressTypeSupp value)
          Sets the value of the address property.
 void setID(java.lang.String value)
          Sets the value of the id property.
 void setName(NameTypeSupp value)
          Sets the value of the name property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

type

protected java.lang.String type

name

protected NameTypeSupp name

address

protected AddressTypeSupp address
Constructor Detail

GetRepresentativeListResponse.PCEHRRecord.RepresentativeList.Representative

public GetRepresentativeListResponse.PCEHRRecord.RepresentativeList.Representative()
Method Detail

getID

public java.lang.String getID()
Gets the value of the id property.

Returns:
possible object is String

setID

public void setID(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getName

public NameTypeSupp getName()
Gets the value of the name property.

Returns:
possible object is NameTypeSupp

setName

public void setName(NameTypeSupp value)
Sets the value of the name property.

Parameters:
value - allowed object is NameTypeSupp

getAddress

public AddressTypeSupp getAddress()
Gets the value of the address property.

Returns:
possible object is AddressTypeSupp

setAddress

public void setAddress(AddressTypeSupp value)
Sets the value of the address property.

Parameters:
value - allowed object is AddressTypeSupp