gov.nih.nci.cagrid.dcql
Class Object

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

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

Description of an Object instance

See Also:
Serialized Form

Constructor Summary
Object()
           
Object(Association association, Attribute attribute, ForeignAssociation foreignAssociation, 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
 ForeignAssociation getForeignAssociation()
          Gets the foreignAssociation value for this Object.
 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 setForeignAssociation(ForeignAssociation foreignAssociation)
          Sets the foreignAssociation 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
 

Constructor Detail

Object

public Object()

Object

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

getAttribute

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

Returns:
attribute The description of the object being targeted by the query; the return type.

setAttribute

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

Parameters:
attribute - The description of the object being targeted by the query; the return type.

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 -

getForeignAssociation

public ForeignAssociation getForeignAssociation()
Gets the foreignAssociation value for this Object.

Returns:
foreignAssociation

setForeignAssociation

public void setForeignAssociation(ForeignAssociation foreignAssociation)
Sets the foreignAssociation value for this Object.

Parameters:
foreignAssociation -

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