gov.nih.nci.cagrid.dcqlresult
Class DCQLResult

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

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

See Also:
Serialized Form

Constructor Summary
DCQLResult()
           
DCQLResult(CQLQueryResults CQLQueryResultCollection, java.lang.String targetServiceURL)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CQLQueryResults getCQLQueryResultCollection()
          Gets the CQLQueryResultCollection value for this DCQLResult.
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
 java.lang.String getTargetServiceURL()
          Gets the targetServiceURL value for this DCQLResult.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setCQLQueryResultCollection(CQLQueryResults CQLQueryResultCollection)
          Sets the CQLQueryResultCollection value for this DCQLResult.
 void setTargetServiceURL(java.lang.String targetServiceURL)
          Sets the targetServiceURL value for this DCQLResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DCQLResult

public DCQLResult()

DCQLResult

public DCQLResult(CQLQueryResults CQLQueryResultCollection,
                  java.lang.String targetServiceURL)
Method Detail

getCQLQueryResultCollection

public CQLQueryResults getCQLQueryResultCollection()
Gets the CQLQueryResultCollection value for this DCQLResult.

Returns:
CQLQueryResultCollection

setCQLQueryResultCollection

public void setCQLQueryResultCollection(CQLQueryResults CQLQueryResultCollection)
Sets the CQLQueryResultCollection value for this DCQLResult.

Parameters:
CQLQueryResultCollection -

getTargetServiceURL

public java.lang.String getTargetServiceURL()
Gets the targetServiceURL value for this DCQLResult.

Returns:
targetServiceURL

setTargetServiceURL

public void setTargetServiceURL(java.lang.String targetServiceURL)
Sets the targetServiceURL value for this DCQLResult.

Parameters:
targetServiceURL -

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