org.eclipse.ohf.bridge.type
Class RetrieveDocumentResponseType

java.lang.Object
  extended by org.eclipse.ohf.bridge.type.ResponseType
      extended by org.eclipse.ohf.bridge.type.RetrieveDocumentResponseType
All Implemented Interfaces:
java.io.Serializable

public class RetrieveDocumentResponseType
extends ResponseType

Contains document metadata and the document content that are returned after a retrieve document request is sent to the XDS consumer.

See Also:
Serialized Form

Constructor Summary
RetrieveDocumentResponseType()
           
 
Method Summary
 XDSDocType getDocument()
           
 void setDocument(XDSDocType pXdsDocument)
           
 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

RetrieveDocumentResponseType

public RetrieveDocumentResponseType()
Method Detail

setDocument

public void setDocument(XDSDocType pXdsDocument)

getDocument

public XDSDocType getDocument()

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.