All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.gazebo.protocol.Search
java.lang.Object
|
+----ncsa.gazebo.protocol.Request
|
+----ncsa.gazebo.protocol.Search
- public class Search
- extends Request
A SEARCH request, containing a Query.
Has accessors for record type, content type, record count,
and DBs.
- See Also:
- Query
-
Search(Query)
- Create a new search for a given Query.
-
setQuery(Query)
- Set the Query.
-
toXML()
- Return this SEARCH request as XML
Search
public Search(Query q)
- Create a new search for a given Query.
- Parameters:
- q - the Query
setQuery
public void setQuery(Query q)
- Set the Query.
- Parameters:
- q - the Query
toXML
public String toXML()
- Return this SEARCH request as XML
- Returns:
- the XML string
- Overrides:
- toXML in class Request
All Packages Class Hierarchy This Package Previous Next Index