au.net.electronichealth.ns.pcehr.xsd.interfaces.registerpcehr._2
Class RegisterPCEHR.Assertions.DocumentConsent.Document

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.registerpcehr._2.RegisterPCEHR.Assertions.DocumentConsent.Document
Enclosing class:
RegisterPCEHR.Assertions.DocumentConsent

public static class RegisterPCEHR.Assertions.DocumentConsent.Document
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="type">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="MBS"/>
               <enumeration value="ACIR"/>
               <enumeration value="AODR"/>
               <enumeration value="PBSPastAssimilation"/>
               <enumeration value="MBSPastAssimilation"/>
               <enumeration value="PBS"/>
             </restriction>
           </simpleType>
         </element>
         <element name="status">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="ConsentGiven"/>
               <enumeration value="ConsentNotGiven"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String status
           
protected  java.lang.String type
           
 
Constructor Summary
RegisterPCEHR.Assertions.DocumentConsent.Document()
           
 
Method Summary
 java.lang.String getStatus()
          Gets the value of the status property.
 java.lang.String getType()
          Gets the value of the type property.
 void setStatus(java.lang.String value)
          Sets the value of the status 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

type

protected java.lang.String type

status

protected java.lang.String status
Constructor Detail

RegisterPCEHR.Assertions.DocumentConsent.Document

public RegisterPCEHR.Assertions.DocumentConsent.Document()
Method Detail

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

getStatus

public java.lang.String getStatus()
Gets the value of the status property.

Returns:
possible object is String

setStatus

public void setStatus(java.lang.String value)
Sets the value of the status property.

Parameters:
value - allowed object is String