|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.ohf.bridge.type.ResponseType
org.eclipse.ohf.bridge.type.RetrieveDocumentResponseType
public class RetrieveDocumentResponseType
Contains document metadata and the document content that are returned after a retrieve document request is sent to the XDS consumer.
| 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 |
|---|
public RetrieveDocumentResponseType()
| Method Detail |
|---|
public void setDocument(XDSDocType pXdsDocument)
public XDSDocType getDocument()
public java.lang.String toString()
String with all attributes in name = value format.
toString in class ResponseTypeString representation of this object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||