|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.cqlquery.Group
public class Group
Binary joint
| 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 |
| Constructor Detail |
|---|
public Group()
public Group(Association[] association,
Attribute[] attribute,
Group[] group,
LogicalOperator logicRelation)
| Method Detail |
|---|
public Association[] getAssociation()
public void setAssociation(Association[] association)
association - public Association getAssociation(int i)
public void setAssociation(int i,
Association _value)
public Attribute[] getAttribute()
public void setAttribute(Attribute[] attribute)
attribute - public Attribute getAttribute(int i)
public void setAttribute(int i,
Attribute _value)
public Group[] getGroup()
public void setGroup(Group[] group)
group - public Group getGroup(int i)
public void setGroup(int i,
Group _value)
public LogicalOperator getLogicRelation()
public void setLogicRelation(LogicalOperator logicRelation)
logicRelation - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||