|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.cql2.components.CQLGroup
public class CQLGroup
| 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 |
|---|
public CQLGroup()
public CQLGroup(CQLAssociatedObject[] CQLAssociatedObject,
CQLGroup[] CQLGroup,
BinaryCQLAttribute[] binaryCQLAttribute,
GroupLogicalOperator logicalOperation,
UnaryCQLAttribute[] unaryCQLAttribute)
| Method Detail |
|---|
public CQLAssociatedObject[] getCQLAssociatedObject()
public void setCQLAssociatedObject(CQLAssociatedObject[] CQLAssociatedObject)
CQLAssociatedObject - public CQLAssociatedObject getCQLAssociatedObject(int i)
public void setCQLAssociatedObject(int i,
CQLAssociatedObject _value)
public CQLGroup[] getCQLGroup()
public void setCQLGroup(CQLGroup[] CQLGroup)
CQLGroup - public CQLGroup getCQLGroup(int i)
public void setCQLGroup(int i,
CQLGroup _value)
public BinaryCQLAttribute[] getBinaryCQLAttribute()
public void setBinaryCQLAttribute(BinaryCQLAttribute[] binaryCQLAttribute)
binaryCQLAttribute - public BinaryCQLAttribute getBinaryCQLAttribute(int i)
public void setBinaryCQLAttribute(int i,
BinaryCQLAttribute _value)
public UnaryCQLAttribute[] getUnaryCQLAttribute()
public void setUnaryCQLAttribute(UnaryCQLAttribute[] unaryCQLAttribute)
unaryCQLAttribute - public UnaryCQLAttribute getUnaryCQLAttribute(int i)
public void setUnaryCQLAttribute(int i,
UnaryCQLAttribute _value)
public GroupLogicalOperator getLogicalOperation()
public void setLogicalOperation(GroupLogicalOperator logicalOperation)
logicalOperation - 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 | ||||||||