public class Filters extends Object implements Serializable
| Constructor and Description |
|---|
Filters() |
Filters(AssociativeEntity[] filter,
ComplexFilter[] complex_filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ComplexFilter[] |
getComplex_filter()
Gets the complex_filter value for this Filters.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
AssociativeEntity[] |
getFilter()
Gets the filter value for this Filters.
|
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
|
int |
hashCode() |
void |
setComplex_filter(ComplexFilter[] complex_filter)
Sets the complex_filter value for this Filters.
|
void |
setFilter(AssociativeEntity[] filter)
Sets the filter value for this Filters.
|
public Filters()
public Filters(AssociativeEntity[] filter, ComplexFilter[] complex_filter)
public AssociativeEntity[] getFilter()
public void setFilter(AssociativeEntity[] filter)
filter - public ComplexFilter[] getComplex_filter()
public void setComplex_filter(ComplexFilter[] complex_filter)
complex_filter - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019 Imixs Software Solutions GmbH. All rights reserved.