gov.nih.nci.cagrid.cadsrservice
Class UMLAssociationExclude

java.lang.Object
  extended by gov.nih.nci.cagrid.cadsrservice.UMLAssociationExclude
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
UMLAssociationExclude()
           
UMLAssociationExclude(java.lang.String sourceClassName, java.lang.String sourceRoleName, java.lang.String targetClassName, java.lang.String targetRoleName)
           
 
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
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getSourceClassName()
          Gets the sourceClassName value for this UMLAssociationExclude.
 java.lang.String getSourceRoleName()
          Gets the sourceRoleName value for this UMLAssociationExclude.
 java.lang.String getTargetClassName()
          Gets the targetClassName value for this UMLAssociationExclude.
 java.lang.String getTargetRoleName()
          Gets the targetRoleName value for this UMLAssociationExclude.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setSourceClassName(java.lang.String sourceClassName)
          Sets the sourceClassName value for this UMLAssociationExclude.
 void setSourceRoleName(java.lang.String sourceRoleName)
          Sets the sourceRoleName value for this UMLAssociationExclude.
 void setTargetClassName(java.lang.String targetClassName)
          Sets the targetClassName value for this UMLAssociationExclude.
 void setTargetRoleName(java.lang.String targetRoleName)
          Sets the targetRoleName value for this UMLAssociationExclude.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UMLAssociationExclude

public UMLAssociationExclude()

UMLAssociationExclude

public UMLAssociationExclude(java.lang.String sourceClassName,
                             java.lang.String sourceRoleName,
                             java.lang.String targetClassName,
                             java.lang.String targetRoleName)
Method Detail

getSourceRoleName

public java.lang.String getSourceRoleName()
Gets the sourceRoleName value for this UMLAssociationExclude.

Returns:
sourceRoleName

setSourceRoleName

public void setSourceRoleName(java.lang.String sourceRoleName)
Sets the sourceRoleName value for this UMLAssociationExclude.

Parameters:
sourceRoleName -

getSourceClassName

public java.lang.String getSourceClassName()
Gets the sourceClassName value for this UMLAssociationExclude.

Returns:
sourceClassName

setSourceClassName

public void setSourceClassName(java.lang.String sourceClassName)
Sets the sourceClassName value for this UMLAssociationExclude.

Parameters:
sourceClassName -

getTargetRoleName

public java.lang.String getTargetRoleName()
Gets the targetRoleName value for this UMLAssociationExclude.

Returns:
targetRoleName

setTargetRoleName

public void setTargetRoleName(java.lang.String targetRoleName)
Sets the targetRoleName value for this UMLAssociationExclude.

Parameters:
targetRoleName -

getTargetClassName

public java.lang.String getTargetClassName()
Gets the targetClassName value for this UMLAssociationExclude.

Returns:
targetClassName

setTargetClassName

public void setTargetClassName(java.lang.String targetClassName)
Sets the targetClassName value for this UMLAssociationExclude.

Parameters:
targetClassName -

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