org.eclipse.ohf.bridge.type
Class SubmitDocumentResponseType

java.lang.Object
  extended by org.eclipse.ohf.bridge.type.ResponseType
      extended by 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

Constructor Summary
SubmitDocumentResponseType()
           
 
Method Summary
 java.lang.String getDocumentEntryUUID()
           
 java.lang.String getSubmissioSetUniqueId()
           
 void setDocumentEntryUUID(java.lang.String pDocumentEntryUUID)
           
 void setSubmissioSetUniqueId(java.lang.String pSubmissioSetUniqueId)
           
 java.lang.String toString()
          Constructs a String with all attributes in name = value format.
 
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
 

Constructor Detail

SubmitDocumentResponseType

public SubmitDocumentResponseType()
Method Detail

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.