|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.cagrid.cqlquery.CQLQuery
public class CQLQuery
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 |
---|
private Object target
private QueryModifier queryModifier
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public CQLQuery()
public CQLQuery(QueryModifier queryModifier, Object target)
Method Detail |
---|
public Object getTarget()
public void setTarget(Object target)
target
- Defines the target data type of a CQL querypublic QueryModifier getQueryModifier()
public void setQueryModifier(QueryModifier queryModifier)
queryModifier
- Optionally modifies the returned results of the querypublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |