gov.nih.nci.cagrid.cql2.modifiers
Class CQLQueryModifier

java.lang.Object
  extended by gov.nih.nci.cagrid.cql2.modifiers.CQLQueryModifier
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
CQLQueryModifier()
           
CQLQueryModifier(DistinctAttribute distinctAttribute, NamedAttribute[] namedAttribute)
           
 
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
 DistinctAttribute getDistinctAttribute()
          Gets the distinctAttribute value for this CQLQueryModifier.
 NamedAttribute[] getNamedAttribute()
          Gets the namedAttribute value for this CQLQueryModifier.
 NamedAttribute getNamedAttribute(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
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setDistinctAttribute(DistinctAttribute distinctAttribute)
          Sets the distinctAttribute value for this CQLQueryModifier.
 void setNamedAttribute(int i, NamedAttribute _value)
           
 void setNamedAttribute(NamedAttribute[] namedAttribute)
          Sets the namedAttribute value for this CQLQueryModifier.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CQLQueryModifier

public CQLQueryModifier()

CQLQueryModifier

public CQLQueryModifier(DistinctAttribute distinctAttribute,
                        NamedAttribute[] namedAttribute)
Method Detail

getNamedAttribute

public NamedAttribute[] getNamedAttribute()
Gets the namedAttribute value for this CQLQueryModifier.

Returns:
namedAttribute

setNamedAttribute

public void setNamedAttribute(NamedAttribute[] namedAttribute)
Sets the namedAttribute value for this CQLQueryModifier.

Parameters:
namedAttribute -

getNamedAttribute

public NamedAttribute getNamedAttribute(int i)

setNamedAttribute

public void setNamedAttribute(int i,
                              NamedAttribute _value)

getDistinctAttribute

public DistinctAttribute getDistinctAttribute()
Gets the distinctAttribute value for this CQLQueryModifier.

Returns:
distinctAttribute

setDistinctAttribute

public void setDistinctAttribute(DistinctAttribute distinctAttribute)
Sets the distinctAttribute value for this CQLQueryModifier.

Parameters:
distinctAttribute -

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