public class Filter extends Object implements Serializable
| Constructor and Description |
|---|
Filter() |
Filter(String fieldType,
String name,
String type,
String value) |
| 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 |
getFieldType()
Gets the fieldType value for this Filter.
|
String |
getName()
Gets the name value for this Filter.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getType()
Gets the type value for this Filter.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue()
Gets the value value for this Filter.
|
int |
hashCode() |
void |
setFieldType(String fieldType)
Sets the fieldType value for this Filter.
|
void |
setName(String name)
Sets the name value for this Filter.
|
void |
setType(String type)
Sets the type value for this Filter.
|
void |
setValue(String value)
Sets the value value for this Filter.
|
public String getType()
public void setType(String type)
type - public String getName()
public void setName(String name)
name - public String getValue()
public void setValue(String value)
value - public String getFieldType()
public void setFieldType(String fieldType)
fieldType - 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.