au.net.electronichealth.ns.pcehr.xsd.interfaces.pcehrprofile._1
Class DoesPCEHRExistResponse

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.pcehrprofile._1.DoesPCEHRExistResponse

public class DoesPCEHRExistResponse
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="PCEHRExists" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="accessCodeRequired" minOccurs="0">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="WithCode"/>
               <enumeration value="WithoutCode"/>
               <enumeration value="AccessGranted"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class DoesPCEHRExistResponse.AccessCodeRequired
          Java class for null.
 
Field Summary
protected  DoesPCEHRExistResponse.AccessCodeRequired accessCodeRequired
           
protected  boolean pcehrExists
           
 
Constructor Summary
DoesPCEHRExistResponse()
           
 
Method Summary
 DoesPCEHRExistResponse.AccessCodeRequired getAccessCodeRequired()
          Gets the value of the accessCodeRequired property.
 boolean isPCEHRExists()
          Gets the value of the pcehrExists property.
 void setAccessCodeRequired(DoesPCEHRExistResponse.AccessCodeRequired value)
          Sets the value of the accessCodeRequired property.
 void setPCEHRExists(boolean value)
          Sets the value of the pcehrExists property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pcehrExists

protected boolean pcehrExists

accessCodeRequired

protected DoesPCEHRExistResponse.AccessCodeRequired accessCodeRequired
Constructor Detail

DoesPCEHRExistResponse

public DoesPCEHRExistResponse()
Method Detail

isPCEHRExists

public boolean isPCEHRExists()
Gets the value of the pcehrExists property.


setPCEHRExists

public void setPCEHRExists(boolean value)
Sets the value of the pcehrExists property.


getAccessCodeRequired

public DoesPCEHRExistResponse.AccessCodeRequired getAccessCodeRequired()
Gets the value of the accessCodeRequired property.

Returns:
possible object is DoesPCEHRExistResponse.AccessCodeRequired

setAccessCodeRequired

public void setAccessCodeRequired(DoesPCEHRExistResponse.AccessCodeRequired value)
Sets the value of the accessCodeRequired property.

Parameters:
value - allowed object is DoesPCEHRExistResponse.AccessCodeRequired