|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectau.net.electronichealth.ns.pcehr.xsd.interfaces.removedocument._1.RemoveDocument
public class RemoveDocument
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 |
---|
protected java.lang.String documentID
protected RemoveDocument.DocumentRemovalReason reasonForRemoval
Constructor Detail |
---|
public RemoveDocument()
Method Detail |
---|
public java.lang.String getDocumentID()
String
public void setDocumentID(java.lang.String value)
value
- allowed object is
String
public RemoveDocument.DocumentRemovalReason getReasonForRemoval()
RemoveDocument.DocumentRemovalReason
public void setReasonForRemoval(RemoveDocument.DocumentRemovalReason value)
value
- allowed object is
RemoveDocument.DocumentRemovalReason
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |