public class Operator extends Object implements Serializable
| Constructor and Description |
|---|
Operator() |
Operator(DateOperator dateOperator,
NumberOperator numberOperator,
TextOperator textOperator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
DateOperator |
getDateOperator()
Gets the dateOperator value for this Operator.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
NumberOperator |
getNumberOperator()
Gets the numberOperator value for this Operator.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
TextOperator |
getTextOperator()
Gets the textOperator value for this Operator.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setDateOperator(DateOperator dateOperator)
Sets the dateOperator value for this Operator.
|
void |
setNumberOperator(NumberOperator numberOperator)
Sets the numberOperator value for this Operator.
|
void |
setTextOperator(TextOperator textOperator)
Sets the textOperator value for this Operator.
|
public Operator()
public Operator(DateOperator dateOperator, NumberOperator numberOperator, TextOperator textOperator)
public NumberOperator getNumberOperator()
public void setNumberOperator(NumberOperator numberOperator)
numberOperator - public TextOperator getTextOperator()
public void setTextOperator(TextOperator textOperator)
textOperator - public DateOperator getDateOperator()
public void setDateOperator(DateOperator dateOperator)
dateOperator - 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.