gov.nih.nci.cagrid.cqlquery
Class Object

java.lang.Object
  extended by gov.nih.nci.cagrid.cqlquery.Object
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Association

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

Object used as search criteria or target definition

See Also:
Serialized Form

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

attribute

private Attribute attribute

association

private Association association

group

private Group group

name

private java.lang.String name

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

Object

public Object()

Object

public Object(Association association,
              Attribute attribute,
              Group group,
              java.lang.String name)
Method Detail

getAttribute

public Attribute getAttribute()
Gets the attribute value for this Object.

Returns:
attribute

setAttribute

public void setAttribute(Attribute attribute)
Sets the attribute value for this Object.

Parameters:
attribute -

getAssociation

public Association getAssociation()
Gets the association value for this Object.

Returns:
association

setAssociation

public void setAssociation(Association association)
Sets the association value for this Object.

Parameters:
association -

getGroup

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

Returns:
group

setGroup

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

Parameters:
group -

getName

public java.lang.String getName()
Gets the name value for this Object.

Returns:
name

setName

public void setName(java.lang.String name)
Sets the name value for this Object.

Parameters:
name -

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