org.weblab_project.services.searcher.types
Class SearchReturn
java.lang.Object
org.weblab_project.services.searcher.types.SearchReturn
- All Implemented Interfaces:
- java.io.Serializable
public class SearchReturn
- extends java.lang.Object
- implements java.io.Serializable
A resource collection containing all the results annotated to refer to the query and provide score information.
Java class for searchReturn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="searchReturn">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="resultSet" type="{http://weblab-project.org/core/model/query}resultSet"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resultSet
protected ResultSet resultSet
SearchReturn
public SearchReturn()
getResultSet
public ResultSet getResultSet()
- Gets the value of the resultSet property.
- Returns:
- possible object is
ResultSet
setResultSet
public void setResultSet(ResultSet value)
- Sets the value of the resultSet property.
- Parameters:
value
- allowed object is
ResultSet
Copyright © 2004-2009. All Rights Reserved.