public class Query extends Object implements Serializable
| Constructor and Description |
|---|
Query() |
Query(String query,
StringArray sids) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getQuery()
Gets the query value for this Query.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
StringArray |
getSids()
Gets the sids value for this Query.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setQuery(String query)
Sets the query value for this Query.
|
void |
setSids(StringArray sids)
Sets the sids value for this Query.
|
public Query()
public Query(String query, StringArray sids)
public String getQuery()
public void setQuery(String query)
query - 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.