gov.nih.nci.cagrid.cqlquery
Class Group

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

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

Binary joint

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  Association[] association
           
private  Attribute[] attribute
           
private  Group[] group
           
private  LogicalOperator logicRelation
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Group()
           
Group(Association[] association, Attribute[] attribute, Group[] group, LogicalOperator logicRelation)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Association[] getAssociation()
          Gets the association value for this Group.
 Association getAssociation(int i)
           
 Attribute[] getAttribute()
          Gets the attribute value for this Group.
 Attribute 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
 Group[] getGroup()
          Gets the group value for this Group.
 Group getGroup(int i)
           
 LogicalOperator getLogicRelation()
          Gets the logicRelation value for this Group.
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 setAssociation(Association[] association)
          Sets the association value for this Group.
 void setAssociation(int i, Association _value)
           
 void setAttribute(Attribute[] attribute)
          Sets the attribute value for this Group.
 void setAttribute(int i, Attribute _value)
           
 void setGroup(Group[] group)
          Sets the group value for this Group.
 void setGroup(int i, Group _value)
           
 void setLogicRelation(LogicalOperator logicRelation)
          Sets the logicRelation value for this Group.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

association

private Association[] association

attribute

private Attribute[] attribute

group

private Group[] group

logicRelation

private LogicalOperator logicRelation

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

Group

public Group()

Group

public Group(Association[] association,
             Attribute[] attribute,
             Group[] group,
             LogicalOperator logicRelation)
Method Detail

getAssociation

public Association[] getAssociation()
Gets the association value for this Group.

Returns:
association

setAssociation

public void setAssociation(Association[] association)
Sets the association value for this Group.

Parameters:
association -

getAssociation

public Association getAssociation(int i)

setAssociation

public void setAssociation(int i,
                           Association _value)

getAttribute

public Attribute[] getAttribute()
Gets the attribute value for this Group.

Returns:
attribute

setAttribute

public void setAttribute(Attribute[] attribute)
Sets the attribute value for this Group.

Parameters:
attribute -

getAttribute

public Attribute getAttribute(int i)

setAttribute

public void setAttribute(int i,
                         Attribute _value)

getGroup

public Group[] getGroup()
Gets the group value for this Group.

Returns:
group

setGroup

public void setGroup(Group[] group)
Sets the group value for this Group.

Parameters:
group -

getGroup

public Group getGroup(int i)

setGroup

public void setGroup(int i,
                     Group _value)

getLogicRelation

public LogicalOperator getLogicRelation()
Gets the logicRelation value for this Group.

Returns:
logicRelation

setLogicRelation

public void setLogicRelation(LogicalOperator logicRelation)
Sets the logicRelation value for this Group.

Parameters:
logicRelation -

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