gov.nih.nci.cagrid.cqlquery
Class CQLQuery

java.lang.Object
  extended by gov.nih.nci.cagrid.cqlquery.CQLQuery
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  QueryModifier queryModifier
          Optionally modifies the returned results of the query
private  Object target
          Defines the target data type of a CQL query
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
CQLQuery()
           
CQLQuery(QueryModifier queryModifier, Object target)
           
 
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
 QueryModifier getQueryModifier()
          Gets the queryModifier value for this CQLQuery.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 Object getTarget()
          Gets the target value for this CQLQuery.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setQueryModifier(QueryModifier queryModifier)
          Sets the queryModifier value for this CQLQuery.
 void setTarget(Object target)
          Sets the target value for this CQLQuery.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

private Object target
Defines the target data type of a CQL query


queryModifier

private QueryModifier queryModifier
Optionally modifies the returned results of the query


__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

CQLQuery

public CQLQuery()

CQLQuery

public CQLQuery(QueryModifier queryModifier,
                Object target)
Method Detail

getTarget

public Object getTarget()
Gets the target value for this CQLQuery.

Returns:
target Defines the target data type of a CQL query

setTarget

public void setTarget(Object target)
Sets the target value for this CQLQuery.

Parameters:
target - Defines the target data type of a CQL query

getQueryModifier

public QueryModifier getQueryModifier()
Gets the queryModifier value for this CQLQuery.

Returns:
queryModifier Optionally modifies the returned results of the query

setQueryModifier

public void setQueryModifier(QueryModifier queryModifier)
Sets the queryModifier value for this CQLQuery.

Parameters:
queryModifier - Optionally modifies the returned results of the query

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