public class Filter extends Object implements Serializable
| Constructor and Description |
|---|
Filter() |
Filter(ComplexFilter complexFilter,
SimpleFilter simpleFilter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ComplexFilter |
getComplexFilter()
Gets the complexFilter value for this Filter.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
SimpleFilter |
getSimpleFilter()
Gets the simpleFilter value for this Filter.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setComplexFilter(ComplexFilter complexFilter)
Sets the complexFilter value for this Filter.
|
void |
setSimpleFilter(SimpleFilter simpleFilter)
Sets the simpleFilter value for this Filter.
|
public Filter()
public Filter(ComplexFilter complexFilter, SimpleFilter simpleFilter)
public SimpleFilter getSimpleFilter()
public void setSimpleFilter(SimpleFilter simpleFilter)
simpleFilter - public ComplexFilter getComplexFilter()
public void setComplexFilter(ComplexFilter complexFilter)
complexFilter - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.