public class ActiveFilter extends Object implements Serializable
| Constructor and Description |
|---|
ActiveFilter() |
ActiveFilter(boolean activeOnly,
boolean inactiveOnly) |
| 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
|
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() |
boolean |
isActiveOnly()
Gets the activeOnly value for this ActiveFilter.
|
boolean |
isInactiveOnly()
Gets the inactiveOnly value for this ActiveFilter.
|
void |
setActiveOnly(boolean activeOnly)
Sets the activeOnly value for this ActiveFilter.
|
void |
setInactiveOnly(boolean inactiveOnly)
Sets the inactiveOnly value for this ActiveFilter.
|
public ActiveFilter()
public ActiveFilter(boolean activeOnly,
boolean inactiveOnly)
public boolean isActiveOnly()
public void setActiveOnly(boolean activeOnly)
activeOnly - public boolean isInactiveOnly()
public void setInactiveOnly(boolean inactiveOnly)
inactiveOnly - 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.