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

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

public class Filter
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Filter()
           
Filter(ComplexFilter complexFilter, SimpleFilter simpleFilter)
           
 
Method Summary
 boolean equals(Object obj)
           
 ComplexFilter getComplexFilter()
          Gets the complexFilter value for this Filter.
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
 SimpleFilter getSimpleFilter()
          Gets the simpleFilter value for this Filter.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setComplexFilter(ComplexFilter complexFilter)
          Sets the complexFilter value for this Filter.
 void setSimpleFilter(SimpleFilter simpleFilter)
          Sets the simpleFilter value for this Filter.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter()

Filter

public Filter(ComplexFilter complexFilter,
              SimpleFilter simpleFilter)
Method Detail

getSimpleFilter

public SimpleFilter getSimpleFilter()
Gets the simpleFilter value for this Filter.

Returns:
simpleFilter

setSimpleFilter

public void setSimpleFilter(SimpleFilter simpleFilter)
Sets the simpleFilter value for this Filter.

Parameters:
simpleFilter -

getComplexFilter

public ComplexFilter getComplexFilter()
Gets the complexFilter value for this Filter.

Returns:
complexFilter

setComplexFilter

public void setComplexFilter(ComplexFilter complexFilter)
Sets the complexFilter value for this Filter.

Parameters:
complexFilter -

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.