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

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

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

See Also:
Serialized Form

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

Constructor Detail

CQLGroup

public CQLGroup()

CQLGroup

public CQLGroup(CQLAssociatedObject[] CQLAssociatedObject,
                CQLGroup[] CQLGroup,
                BinaryCQLAttribute[] binaryCQLAttribute,
                GroupLogicalOperator logicalOperation,
                UnaryCQLAttribute[] unaryCQLAttribute)
Method Detail

getCQLAssociatedObject

public CQLAssociatedObject[] getCQLAssociatedObject()
Gets the CQLAssociatedObject value for this CQLGroup.

Returns:
CQLAssociatedObject

setCQLAssociatedObject

public void setCQLAssociatedObject(CQLAssociatedObject[] CQLAssociatedObject)
Sets the CQLAssociatedObject value for this CQLGroup.

Parameters:
CQLAssociatedObject -

getCQLAssociatedObject

public CQLAssociatedObject getCQLAssociatedObject(int i)

setCQLAssociatedObject

public void setCQLAssociatedObject(int i,
                                   CQLAssociatedObject _value)

getCQLGroup

public CQLGroup[] getCQLGroup()
Gets the CQLGroup value for this CQLGroup.

Returns:
CQLGroup

setCQLGroup

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

Parameters:
CQLGroup -

getCQLGroup

public CQLGroup getCQLGroup(int i)

setCQLGroup

public void setCQLGroup(int i,
                        CQLGroup _value)

getBinaryCQLAttribute

public BinaryCQLAttribute[] getBinaryCQLAttribute()
Gets the binaryCQLAttribute value for this CQLGroup.

Returns:
binaryCQLAttribute

setBinaryCQLAttribute

public void setBinaryCQLAttribute(BinaryCQLAttribute[] binaryCQLAttribute)
Sets the binaryCQLAttribute value for this CQLGroup.

Parameters:
binaryCQLAttribute -

getBinaryCQLAttribute

public BinaryCQLAttribute getBinaryCQLAttribute(int i)

setBinaryCQLAttribute

public void setBinaryCQLAttribute(int i,
                                  BinaryCQLAttribute _value)

getUnaryCQLAttribute

public UnaryCQLAttribute[] getUnaryCQLAttribute()
Gets the unaryCQLAttribute value for this CQLGroup.

Returns:
unaryCQLAttribute

setUnaryCQLAttribute

public void setUnaryCQLAttribute(UnaryCQLAttribute[] unaryCQLAttribute)
Sets the unaryCQLAttribute value for this CQLGroup.

Parameters:
unaryCQLAttribute -

getUnaryCQLAttribute

public UnaryCQLAttribute getUnaryCQLAttribute(int i)

setUnaryCQLAttribute

public void setUnaryCQLAttribute(int i,
                                 UnaryCQLAttribute _value)

getLogicalOperation

public GroupLogicalOperator getLogicalOperation()
Gets the logicalOperation value for this CQLGroup.

Returns:
logicalOperation

setLogicalOperation

public void setLogicalOperation(GroupLogicalOperator logicalOperation)
Sets the logicalOperation value for this CQLGroup.

Parameters:
logicalOperation -

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