gov.nih.nci.cagrid.cqlresultset
Class CQLAttributeResult

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

public class CQLAttributeResult
extends CQLResult
implements java.io.Serializable

Result Attribute

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  TargetAttribute[] attribute
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
CQLAttributeResult()
           
CQLAttributeResult(TargetAttribute[] attribute)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 TargetAttribute[] getAttribute()
          Gets the attribute value for this CQLAttributeResult.
 TargetAttribute getAttribute(int i)
           
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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAttribute(int i, TargetAttribute _value)
           
 void setAttribute(TargetAttribute[] attribute)
          Sets the attribute value for this CQLAttributeResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attribute

private TargetAttribute[] attribute

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

CQLAttributeResult

public CQLAttributeResult()

CQLAttributeResult

public CQLAttributeResult(TargetAttribute[] attribute)
Method Detail

getAttribute

public TargetAttribute[] getAttribute()
Gets the attribute value for this CQLAttributeResult.

Returns:
attribute

setAttribute

public void setAttribute(TargetAttribute[] attribute)
Sets the attribute value for this CQLAttributeResult.

Parameters:
attribute -

getAttribute

public TargetAttribute getAttribute(int i)

setAttribute

public void setAttribute(int i,
                         TargetAttribute _value)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class CQLResult

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