public class QueryLimited extends Object implements Serializable
| Constructor and Description |
|---|
QueryLimited() |
QueryLimited(int count,
int from,
String query,
StringArray sids) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getCount()
Gets the count value for this QueryLimited.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
int |
getFrom()
Gets the from value for this QueryLimited.
|
String |
getQuery()
Gets the query value for this QueryLimited.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
StringArray |
getSids()
Gets the sids value for this QueryLimited.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCount(int count)
Sets the count value for this QueryLimited.
|
void |
setFrom(int from)
Sets the from value for this QueryLimited.
|
void |
setQuery(String query)
Sets the query value for this QueryLimited.
|
void |
setSids(StringArray sids)
Sets the sids value for this QueryLimited.
|
public QueryLimited()
public QueryLimited(int count,
int from,
String query,
StringArray sids)
public String getQuery()
public void setQuery(String query)
query - public int getCount()
public void setCount(int count)
count - public int getFrom()
public void setFrom(int from)
from - public StringArray getSids()
public void setSids(StringArray sids)
sids - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.