public class Statement extends Object implements Serializable
| Constructor and Description |
|---|
Statement() |
Statement(String query,
String_ValueMapEntry[] values) |
| 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 Statement.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String_ValueMapEntry[] |
getValues()
Gets the values value for this Statement.
|
String_ValueMapEntry |
getValues(int i) |
int |
hashCode() |
void |
setQuery(String query)
Sets the query value for this Statement.
|
void |
setValues(int i,
String_ValueMapEntry _value) |
void |
setValues(String_ValueMapEntry[] values)
Sets the values value for this Statement.
|
String |
toString() |
public Statement()
public Statement(String query, String_ValueMapEntry[] values)
public String getQuery()
public void setQuery(String query)
query - public String_ValueMapEntry[] getValues()
public void setValues(String_ValueMapEntry[] values)
values - public String_ValueMapEntry getValues(int i)
public void setValues(int i,
String_ValueMapEntry _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2022. All rights reserved.