|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.weblab_project.services.searcher.types.SearchArgs
public class SearchArgs
Wrapper containing a query to search, and an optional context and two integers the offset and limit values. Note that's, when these parameters exist and the text of the query contains equivalent parameters in its syntax, the offset and limit values to be used are depending of the implementation.
Java class for searchArgs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="searchArgs"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="usageContext" type="{http://weblab-project.org/core/model/user}usageContext" minOccurs="0"/> <element name="query" type="{http://weblab-project.org/core/model/query}query"/> <element name="offset" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="limit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Integer |
limit
|
protected java.lang.Integer |
offset
|
protected Query |
query
|
protected UsageContext |
usageContext
|
Constructor Summary | |
---|---|
SearchArgs()
|
Method Summary | |
---|---|
java.lang.Integer |
getLimit()
Gets the value of the limit property. |
java.lang.Integer |
getOffset()
Gets the value of the offset property. |
Query |
getQuery()
Gets the value of the query property. |
UsageContext |
getUsageContext()
Gets the value of the usageContext property. |
void |
setLimit(java.lang.Integer value)
Sets the value of the limit property. |
void |
setOffset(java.lang.Integer value)
Sets the value of the offset property. |
void |
setQuery(Query value)
Sets the value of the query property. |
void |
setUsageContext(UsageContext value)
Sets the value of the usageContext property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected UsageContext usageContext
protected Query query
protected java.lang.Integer offset
protected java.lang.Integer limit
Constructor Detail |
---|
public SearchArgs()
Method Detail |
---|
public UsageContext getUsageContext()
UsageContext
public void setUsageContext(UsageContext value)
value
- allowed object is
UsageContext
public Query getQuery()
Query
public void setQuery(Query value)
value
- allowed object is
Query
public java.lang.Integer getOffset()
Integer
public void setOffset(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getLimit()
Integer
public void setLimit(java.lang.Integer value)
value
- allowed object is
Integer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |