|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.cagrid.cqlquery.Object
public class Object
Object used as search criteria or target definition
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private Association |
association
|
private Attribute |
attribute
|
private Group |
group
|
private java.lang.String |
name
|
private static org.apache.axis.description.TypeDesc |
typeDesc
|
Constructor Summary | |
---|---|
Object()
|
|
Object(Association association,
Attribute attribute,
Group group,
java.lang.String name)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
Association |
getAssociation()
Gets the association value for this Object. |
Attribute |
getAttribute()
Gets the attribute value for this Object. |
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 Object. |
java.lang.String |
getName()
Gets the name value for this Object. |
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 Object. |
void |
setAttribute(Attribute attribute)
Sets the attribute value for this Object. |
void |
setGroup(Group group)
Sets the group value for this Object. |
void |
setName(java.lang.String name)
Sets the name value for this Object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private Attribute attribute
private Association association
private Group group
private java.lang.String name
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public Object()
public Object(Association association, Attribute attribute, Group group, java.lang.String name)
Method Detail |
---|
public Attribute getAttribute()
public void setAttribute(Attribute attribute)
attribute
- public Association getAssociation()
public void setAssociation(Association association)
association
- public Group getGroup()
public void setGroup(Group group)
group
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public 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 |