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

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

public class FilterCondition
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FilterCondition()
           
FilterCondition(ComplexCondition condition, Filter filter)
           
 
Method Summary
 boolean equals(Object obj)
           
 ComplexCondition getCondition()
          Gets the condition value for this FilterCondition.
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Filter getFilter()
          Gets the filter value for this FilterCondition.
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 setCondition(ComplexCondition condition)
          Sets the condition value for this FilterCondition.
 void setFilter(Filter filter)
          Sets the filter value for this FilterCondition.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterCondition

public FilterCondition()

FilterCondition

public FilterCondition(ComplexCondition condition,
                       Filter filter)
Method Detail

getFilter

public Filter getFilter()
Gets the filter value for this FilterCondition.

Returns:
filter

setFilter

public void setFilter(Filter filter)
Sets the filter value for this FilterCondition.

Parameters:
filter -

getCondition

public ComplexCondition getCondition()
Gets the condition value for this FilterCondition.

Returns:
condition

setCondition

public void setCondition(ComplexCondition condition)
Sets the condition value for this FilterCondition.

Parameters:
condition -

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.