au.net.electronichealth.ns.pcehr.xsd.interfaces.removedocument._1
Class RemoveDocument

java.lang.Object
  extended by au.net.electronichealth.ns.pcehr.xsd.interfaces.removedocument._1.RemoveDocument

public class RemoveDocument
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="documentID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="reasonForRemoval">
           <simpleType>
             <restriction base="{http://www.w3.org/2001/XMLSchema}string">
               <enumeration value="Withdrawn"/>
               <enumeration value="ElectToRemove"/>
               <enumeration value="IncorrectIdentity"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class RemoveDocument.DocumentRemovalReason
          Java class for null.
 
Field Summary
protected  java.lang.String documentID
           
protected  RemoveDocument.DocumentRemovalReason reasonForRemoval
           
 
Constructor Summary
RemoveDocument()
           
 
Method Summary
 java.lang.String getDocumentID()
          Gets the value of the documentID property.
 RemoveDocument.DocumentRemovalReason getReasonForRemoval()
          Gets the value of the reasonForRemoval property.
 void setDocumentID(java.lang.String value)
          Sets the value of the documentID property.
 void setReasonForRemoval(RemoveDocument.DocumentRemovalReason value)
          Sets the value of the reasonForRemoval property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

documentID

protected java.lang.String documentID

reasonForRemoval

protected RemoveDocument.DocumentRemovalReason reasonForRemoval
Constructor Detail

RemoveDocument

public RemoveDocument()
Method Detail

getDocumentID

public java.lang.String getDocumentID()
Gets the value of the documentID property.

Returns:
possible object is String

setDocumentID

public void setDocumentID(java.lang.String value)
Sets the value of the documentID property.

Parameters:
value - allowed object is String

getReasonForRemoval

public RemoveDocument.DocumentRemovalReason getReasonForRemoval()
Gets the value of the reasonForRemoval property.

Returns:
possible object is RemoveDocument.DocumentRemovalReason

setReasonForRemoval

public void setReasonForRemoval(RemoveDocument.DocumentRemovalReason value)
Sets the value of the reasonForRemoval property.

Parameters:
value - allowed object is RemoveDocument.DocumentRemovalReason