|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eaglei.search.provider.ncbi.ESearch.ESearchResult
public static class ESearch.ESearchResult
Simple representation of an eSearch result and, optionally, the results of a subsequent set of sSummary or eFetch calls.
| Field Summary | |
|---|---|
int |
count
Total number of results returned |
org.w3c.dom.Document |
details
XML Document that represent the associated eSummary or eFetch results. |
java.util.List<java.lang.String> |
ids
IDs of result set. |
int |
max
Max number of results |
java.lang.String |
queryTranslation
Translation of the query |
int |
start
Start of the result set |
| Constructor Summary | |
|---|---|
ESearch.ESearchResult(org.w3c.dom.Document doc)
Creates an ESearchResult from an XML Document. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int count
public int start
public int max
public java.lang.String queryTranslation
public java.util.List<java.lang.String> ids
public org.w3c.dom.Document details
| Constructor Detail |
|---|
public ESearch.ESearchResult(org.w3c.dom.Document doc)
throws java.io.IOException
doc -
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||