au.net.electronichealth.ns.pcehr.xsd.interfaces.pcehrprofile._1
Class GainPCEHRAccess.PCEHRRecord.AuthorisationDetails

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.pcehrprofile._1.GainPCEHRAccess.PCEHRRecord.AuthorisationDetails
Enclosing class:
GainPCEHRAccess.PCEHRRecord

public static class GainPCEHRAccess.PCEHRRecord.AuthorisationDetails
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="accessType">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="AccessCode"/>
               <enumeration value="EmergencyAccess"/>
             </restriction>
           </simpleType>
         </element>
         <element name="accessCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType
          Java class for null.
 
Field Summary
protected  java.lang.String accessCode
           
protected  GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType accessType
           
 
Constructor Summary
GainPCEHRAccess.PCEHRRecord.AuthorisationDetails()
           
 
Method Summary
 java.lang.String getAccessCode()
          Gets the value of the accessCode property.
 GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType getAccessType()
          Gets the value of the accessType property.
 void setAccessCode(java.lang.String value)
          Sets the value of the accessCode property.
 void setAccessType(GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType value)
          Sets the value of the accessType property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accessType

protected GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType accessType

accessCode

protected java.lang.String accessCode
Constructor Detail

GainPCEHRAccess.PCEHRRecord.AuthorisationDetails

public GainPCEHRAccess.PCEHRRecord.AuthorisationDetails()
Method Detail

getAccessType

public GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType getAccessType()
Gets the value of the accessType property.

Returns:
possible object is GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType

setAccessType

public void setAccessType(GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType value)
Sets the value of the accessType property.

Parameters:
value - allowed object is GainPCEHRAccess.PCEHRRecord.AuthorisationDetails.AccessType

getAccessCode

public java.lang.String getAccessCode()
Gets the value of the accessCode property.

Returns:
possible object is String

setAccessCode

public void setAccessCode(java.lang.String value)
Sets the value of the accessCode property.

Parameters:
value - allowed object is String