org.gcube.dir.master.stubs
Class IDefaultQueryTerm

java.lang.Object
  extended by org.gcube.dir.master.stubs.IQueryTerm
      extended by org.gcube.dir.master.stubs.IDefaultQueryTerm
All Implemented Interfaces:
java.io.Serializable

public class IDefaultQueryTerm
extends IQueryTerm
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
IDefaultQueryTerm()
           
IDefaultQueryTerm(float weight)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 float getWeight()
          Gets the weight value for this IDefaultQueryTerm.
 int hashCode()
           
 void setWeight(float weight)
          Sets the weight value for this IDefaultQueryTerm.
 
Methods inherited from class org.gcube.dir.master.stubs.IQueryTerm
getName, setName
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDefaultQueryTerm

public IDefaultQueryTerm()

IDefaultQueryTerm

public IDefaultQueryTerm(float weight)
Method Detail

getWeight

public float getWeight()
Gets the weight value for this IDefaultQueryTerm.

Returns:
weight

setWeight

public void setWeight(float weight)
Sets the weight value for this IDefaultQueryTerm.

Parameters:
weight -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class IQueryTerm

hashCode

public int hashCode()
Overrides:
hashCode in class IQueryTerm

getTypeDesc

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


getSerializer

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


getDeserializer

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