org.gcube.dir.master.stubs
Class ISelectionParameters

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

public class ISelectionParameters
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ISelectionParameters()
           
ISelectionParameters(ISelectionCriterion criterion, IQuery query)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ISelectionCriterion getCriterion()
          Gets the criterion value for this ISelectionParameters.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 IQuery getQuery()
          Gets the query value for this ISelectionParameters.
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
 int hashCode()
           
 void setCriterion(ISelectionCriterion criterion)
          Sets the criterion value for this ISelectionParameters.
 void setQuery(IQuery query)
          Sets the query value for this ISelectionParameters.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISelectionParameters

public ISelectionParameters()

ISelectionParameters

public ISelectionParameters(ISelectionCriterion criterion,
                            IQuery query)
Method Detail

getQuery

public IQuery getQuery()
Gets the query value for this ISelectionParameters.

Returns:
query

setQuery

public void setQuery(IQuery query)
Sets the query value for this ISelectionParameters.

Parameters:
query -

getCriterion

public ISelectionCriterion getCriterion()
Gets the criterion value for this ISelectionParameters.

Returns:
criterion

setCriterion

public void setCriterion(ISelectionCriterion criterion)
Sets the criterion value for this ISelectionParameters.

Parameters:
criterion -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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