au.net.electronichealth.ns.pcehr.xsd.interfaces.removedocument._1
Class RemoveDocumentResponse
java.lang.Object
au.net.electronichealth.ns.pcehr.xsd.interfaces.removedocument._1.RemoveDocumentResponse
public class RemoveDocumentResponse
- 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="responseStatus" type="{http://ns.electronichealth.net.au/pcehr/xsd/common/CommonCoreElements/1.0}responseStatusType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
responseStatus
protected ResponseStatusType responseStatus
RemoveDocumentResponse
public RemoveDocumentResponse()
getResponseStatus
public ResponseStatusType getResponseStatus()
- Gets the value of the responseStatus property.
- Returns:
- possible object is
ResponseStatusType
setResponseStatus
public void setResponseStatus(ResponseStatusType value)
- Sets the value of the responseStatus property.
- Parameters:
value
- allowed object is
ResponseStatusType