org.gcube_system.namespaces.application.aquamaps.types
Class Filter

java.lang.Object
  extended by org.gcube_system.namespaces.application.aquamaps.types.Filter
All Implemented Interfaces:
Serializable

public class Filter
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Filter()
           
Filter(String fieldType, String name, String type, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 String getFieldType()
          Gets the fieldType value for this Filter.
 String getName()
          Gets the name value for this Filter.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getType()
          Gets the type value for this Filter.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getValue()
          Gets the value value for this Filter.
 int hashCode()
           
 void setFieldType(String fieldType)
          Sets the fieldType value for this Filter.
 void setName(String name)
          Sets the name value for this Filter.
 void setType(String type)
          Sets the type value for this Filter.
 void setValue(String value)
          Sets the value 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(String fieldType,
              String name,
              String type,
              String value)
Method Detail

getType

public String getType()
Gets the type value for this Filter.

Returns:
type

setType

public void setType(String type)
Sets the type value for this Filter.

Parameters:
type -

getName

public String getName()
Gets the name value for this Filter.

Returns:
name

setName

public void setName(String name)
Sets the name value for this Filter.

Parameters:
name -

getValue

public String getValue()
Gets the value value for this Filter.

Returns:
value

setValue

public void setValue(String value)
Sets the value value for this Filter.

Parameters:
value -

getFieldType

public String getFieldType()
Gets the fieldType value for this Filter.

Returns:
fieldType

setFieldType

public void setFieldType(String fieldType)
Sets the fieldType value for this Filter.

Parameters:
fieldType -

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 © 2013. All Rights Reserved.