gov.nih.nci.cagrid.cql2.components
Class CQLObject

java.lang.Object
  extended by gov.nih.nci.cagrid.cql2.components.CQLObject
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CQLAssociatedObject, CQLTargetObject

public abstract class CQLObject
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CQLObject()
           
CQLObject(CQLAssociatedObject CQLAssociatedObject, CQLGroup CQLGroup, BinaryCQLAttribute binaryCQLAttribute, java.lang.String className, UnaryCQLAttribute unaryCQLAttribute)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 BinaryCQLAttribute getBinaryCQLAttribute()
          Gets the binaryCQLAttribute value for this CQLObject.
 java.lang.String getClassName()
          Gets the className value for this CQLObject.
 CQLAssociatedObject getCQLAssociatedObject()
          Gets the CQLAssociatedObject value for this CQLObject.
 CQLGroup getCQLGroup()
          Gets the CQLGroup value for this CQLObject.
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
 UnaryCQLAttribute getUnaryCQLAttribute()
          Gets the unaryCQLAttribute value for this CQLObject.
 int hashCode()
           
 void setBinaryCQLAttribute(BinaryCQLAttribute binaryCQLAttribute)
          Sets the binaryCQLAttribute value for this CQLObject.
 void setClassName(java.lang.String className)
          Sets the className value for this CQLObject.
 void setCQLAssociatedObject(CQLAssociatedObject CQLAssociatedObject)
          Sets the CQLAssociatedObject value for this CQLObject.
 void setCQLGroup(CQLGroup CQLGroup)
          Sets the CQLGroup value for this CQLObject.
 void setUnaryCQLAttribute(UnaryCQLAttribute unaryCQLAttribute)
          Sets the unaryCQLAttribute value for this CQLObject.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CQLObject

public CQLObject()

CQLObject

public CQLObject(CQLAssociatedObject CQLAssociatedObject,
                 CQLGroup CQLGroup,
                 BinaryCQLAttribute binaryCQLAttribute,
                 java.lang.String className,
                 UnaryCQLAttribute unaryCQLAttribute)
Method Detail

getCQLAssociatedObject

public CQLAssociatedObject getCQLAssociatedObject()
Gets the CQLAssociatedObject value for this CQLObject.

Returns:
CQLAssociatedObject

setCQLAssociatedObject

public void setCQLAssociatedObject(CQLAssociatedObject CQLAssociatedObject)
Sets the CQLAssociatedObject value for this CQLObject.

Parameters:
CQLAssociatedObject -

getCQLGroup

public CQLGroup getCQLGroup()
Gets the CQLGroup value for this CQLObject.

Returns:
CQLGroup

setCQLGroup

public void setCQLGroup(CQLGroup CQLGroup)
Sets the CQLGroup value for this CQLObject.

Parameters:
CQLGroup -

getBinaryCQLAttribute

public BinaryCQLAttribute getBinaryCQLAttribute()
Gets the binaryCQLAttribute value for this CQLObject.

Returns:
binaryCQLAttribute

setBinaryCQLAttribute

public void setBinaryCQLAttribute(BinaryCQLAttribute binaryCQLAttribute)
Sets the binaryCQLAttribute value for this CQLObject.

Parameters:
binaryCQLAttribute -

getUnaryCQLAttribute

public UnaryCQLAttribute getUnaryCQLAttribute()
Gets the unaryCQLAttribute value for this CQLObject.

Returns:
unaryCQLAttribute

setUnaryCQLAttribute

public void setUnaryCQLAttribute(UnaryCQLAttribute unaryCQLAttribute)
Sets the unaryCQLAttribute value for this CQLObject.

Parameters:
unaryCQLAttribute -

getClassName

public java.lang.String getClassName()
Gets the className value for this CQLObject.

Returns:
className

setClassName

public void setClassName(java.lang.String className)
Sets the className value for this CQLObject.

Parameters:
className -

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