gov.nih.nci.cagrid.metadata.dataservice
Class UMLClassReference

java.lang.Object
  extended by gov.nih.nci.cagrid.metadata.dataservice.UMLClassReference
All Implemented Interfaces:
java.io.Serializable

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

Represents a "pointer/reference" to a UMLClass exposed by this DomainModel. The refid attribute must share the value of an UMLClass.id on the exposedClassCollection of this model. This exists solely as an optimization for not duplicating the UMLClass (in XML) everywhere it is associated (which is a significant savings).

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  java.lang.String refid
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
UMLClassReference()
           
UMLClassReference(java.lang.String refid)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getRefid()
          Gets the refid value for this UMLClassReference.
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 setRefid(java.lang.String refid)
          Sets the refid value for this UMLClassReference.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

refid

private java.lang.String refid

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

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

UMLClassReference

public UMLClassReference()

UMLClassReference

public UMLClassReference(java.lang.String refid)
Method Detail

getRefid

public java.lang.String getRefid()
Gets the refid value for this UMLClassReference.

Returns:
refid

setRefid

public void setRefid(java.lang.String refid)
Sets the refid value for this UMLClassReference.

Parameters:
refid -

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