|
|||||||||
| 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.QueryDocumentsResponseType
public class QueryDocumentsResponseType
Contains the list of document metadata returned from an XDS query.
| Constructor Summary | |
|---|---|
QueryDocumentsResponseType()
The constructor assumes that documents will arrive or that the set is empty. |
|
| Method Summary | |
|---|---|
XDSDocType[] |
getDocumentTypeArray()
This method returns the document array which holds the documents retrieved |
void |
setDocumentTypeArray(XDSDocType[] documentTypeArray)
This method sets the array of documents that are held in this collection |
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 QueryDocumentsResponseType()
| Method Detail |
|---|
public XDSDocType[] getDocumentTypeArray()
public void setDocumentTypeArray(XDSDocType[] documentTypeArray)
documentTypeArray - The array of documents that this collection will holdpublic 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 | ||||||||