|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nci.cagrid.cql2.components.CQLObject
public abstract class CQLObject
| 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 |
|---|
public CQLObject()
public CQLObject(CQLAssociatedObject CQLAssociatedObject,
CQLGroup CQLGroup,
BinaryCQLAttribute binaryCQLAttribute,
java.lang.String className,
UnaryCQLAttribute unaryCQLAttribute)
| Method Detail |
|---|
public CQLAssociatedObject getCQLAssociatedObject()
public void setCQLAssociatedObject(CQLAssociatedObject CQLAssociatedObject)
CQLAssociatedObject - public CQLGroup getCQLGroup()
public void setCQLGroup(CQLGroup CQLGroup)
CQLGroup - public BinaryCQLAttribute getBinaryCQLAttribute()
public void setBinaryCQLAttribute(BinaryCQLAttribute binaryCQLAttribute)
binaryCQLAttribute - public UnaryCQLAttribute getUnaryCQLAttribute()
public void setUnaryCQLAttribute(UnaryCQLAttribute unaryCQLAttribute)
unaryCQLAttribute - public java.lang.String getClassName()
public void setClassName(java.lang.String className)
className - 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 | ||||||||