org.eclipse.ohf.bridge.type
Class SubmitDocumentResponseType
java.lang.Object
org.eclipse.ohf.bridge.type.ResponseType
org.eclipse.ohf.bridge.type.SubmitDocumentResponseType
- All Implemented Interfaces:
- java.io.Serializable
public class SubmitDocumentResponseType
- extends ResponseType
Contains document identification information returned from a
document submit to an XDS repository.
- See Also:
- Serialized Form
| Methods inherited from class org.eclipse.ohf.bridge.type.ResponseType |
getFailMessage, getLog, getSessionID, getSuccessMessage, isSuccess, setFailMessage, setLog, setSessionID, setSuccess, setSuccessMessage, successSet |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SubmitDocumentResponseType
public SubmitDocumentResponseType()
setDocumentEntryUUID
public void setDocumentEntryUUID(java.lang.String pDocumentEntryUUID)
getDocumentEntryUUID
public java.lang.String getDocumentEntryUUID()
setSubmissioSetUniqueId
public void setSubmissioSetUniqueId(java.lang.String pSubmissioSetUniqueId)
getSubmissioSetUniqueId
public java.lang.String getSubmissioSetUniqueId()
toString
public java.lang.String toString()
- Constructs a
String with all attributes in name = value format.
- Overrides:
toString in class ResponseType
- Returns:
- a
String representation of this object.