org.gcube.contentmanagement.timeseriesservice.stubs.types
Class Operator

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.types.Operator
All Implemented Interfaces:
Serializable

public class Operator
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Operator()
           
Operator(DateOperator dateOperator, NumberOperator numberOperator, TextOperator textOperator)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operator

public Operator()

Operator

public Operator(DateOperator dateOperator,
                NumberOperator numberOperator,
                TextOperator textOperator)
Method Detail

getNumberOperator

public NumberOperator getNumberOperator()
Gets the numberOperator value for this Operator.

Returns:
numberOperator

setNumberOperator

public void setNumberOperator(NumberOperator numberOperator)
Sets the numberOperator value for this Operator.

Parameters:
numberOperator -

getTextOperator

public TextOperator getTextOperator()
Gets the textOperator value for this Operator.

Returns:
textOperator

setTextOperator

public void setTextOperator(TextOperator textOperator)
Sets the textOperator value for this Operator.

Parameters:
textOperator -

getDateOperator

public DateOperator getDateOperator()
Gets the dateOperator value for this Operator.

Returns:
dateOperator

setDateOperator

public void setDateOperator(DateOperator dateOperator)
Sets the dateOperator value for this Operator.

Parameters:
dateOperator -

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2012. All Rights Reserved.