gov.nih.nci.cagrid.cqlresultset
Class CQLQueryResults

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

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

Results from a CQL query executed against a caGrid data service

See Also:
Serialized Form

Constructor Summary
CQLQueryResults()
           
CQLQueryResults(CQLAttributeResult[] attributeResult, CQLCountResult countResult, CQLIdentifierResult[] identifierResult, CQLObjectResult[] objectResult, java.lang.String targetClassname)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CQLAttributeResult[] getAttributeResult()
          Gets the attributeResult value for this CQLQueryResults.
 CQLAttributeResult getAttributeResult(int i)
           
 CQLCountResult getCountResult()
          Gets the countResult value for this CQLQueryResults.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 CQLIdentifierResult[] getIdentifierResult()
          Gets the identifierResult value for this CQLQueryResults.
 CQLIdentifierResult getIdentifierResult(int i)
           
 CQLObjectResult[] getObjectResult()
          Gets the objectResult value for this CQLQueryResults.
 CQLObjectResult getObjectResult(int i)
           
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getTargetClassname()
          Gets the targetClassname value for this CQLQueryResults.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAttributeResult(CQLAttributeResult[] attributeResult)
          Sets the attributeResult value for this CQLQueryResults.
 void setAttributeResult(int i, CQLAttributeResult _value)
           
 void setCountResult(CQLCountResult countResult)
          Sets the countResult value for this CQLQueryResults.
 void setIdentifierResult(CQLIdentifierResult[] identifierResult)
          Sets the identifierResult value for this CQLQueryResults.
 void setIdentifierResult(int i, CQLIdentifierResult _value)
           
 void setObjectResult(CQLObjectResult[] objectResult)
          Sets the objectResult value for this CQLQueryResults.
 void setObjectResult(int i, CQLObjectResult _value)
           
 void setTargetClassname(java.lang.String targetClassname)
          Sets the targetClassname value for this CQLQueryResults.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CQLQueryResults

public CQLQueryResults()

CQLQueryResults

public CQLQueryResults(CQLAttributeResult[] attributeResult,
                       CQLCountResult countResult,
                       CQLIdentifierResult[] identifierResult,
                       CQLObjectResult[] objectResult,
                       java.lang.String targetClassname)
Method Detail

getObjectResult

public CQLObjectResult[] getObjectResult()
Gets the objectResult value for this CQLQueryResults.

Returns:
objectResult

setObjectResult

public void setObjectResult(CQLObjectResult[] objectResult)
Sets the objectResult value for this CQLQueryResults.

Parameters:
objectResult -

getObjectResult

public CQLObjectResult getObjectResult(int i)

setObjectResult

public void setObjectResult(int i,
                            CQLObjectResult _value)

getIdentifierResult

public CQLIdentifierResult[] getIdentifierResult()
Gets the identifierResult value for this CQLQueryResults.

Returns:
identifierResult

setIdentifierResult

public void setIdentifierResult(CQLIdentifierResult[] identifierResult)
Sets the identifierResult value for this CQLQueryResults.

Parameters:
identifierResult -

getIdentifierResult

public CQLIdentifierResult getIdentifierResult(int i)

setIdentifierResult

public void setIdentifierResult(int i,
                                CQLIdentifierResult _value)

getAttributeResult

public CQLAttributeResult[] getAttributeResult()
Gets the attributeResult value for this CQLQueryResults.

Returns:
attributeResult

setAttributeResult

public void setAttributeResult(CQLAttributeResult[] attributeResult)
Sets the attributeResult value for this CQLQueryResults.

Parameters:
attributeResult -

getAttributeResult

public CQLAttributeResult getAttributeResult(int i)

setAttributeResult

public void setAttributeResult(int i,
                               CQLAttributeResult _value)

getCountResult

public CQLCountResult getCountResult()
Gets the countResult value for this CQLQueryResults.

Returns:
countResult

setCountResult

public void setCountResult(CQLCountResult countResult)
Sets the countResult value for this CQLQueryResults.

Parameters:
countResult -

getTargetClassname

public java.lang.String getTargetClassname()
Gets the targetClassname value for this CQLQueryResults.

Returns:
targetClassname

setTargetClassname

public void setTargetClassname(java.lang.String targetClassname)
Sets the targetClassname value for this CQLQueryResults.

Parameters:
targetClassname -

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