cgl.axis.services.WSCTX.wsctx_schema
Class ActivityName

java.lang.Object
  extended bycgl.axis.services.WSCTX.wsctx_schema.AssertionType
      extended bycgl.axis.services.WSCTX.wsctx_schema.ActivityName
All Implemented Interfaces:
java.io.Serializable

public class ActivityName
extends AssertionType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ActivityName()
           
ActivityName(java.lang.String activityName)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getActivityName()
          Gets the activityName value for this ActivityName.
 int hashCode()
           
 void setActivityName(java.lang.String activityName)
          Sets the activityName value for this ActivityName.
 
Methods inherited from class cgl.axis.services.WSCTX.wsctx_schema.AssertionType
getCorrelationId, setCorrelationId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityName

public ActivityName()

ActivityName

public ActivityName(java.lang.String activityName)
Method Detail

getActivityName

public java.lang.String getActivityName()
Gets the activityName value for this ActivityName.

Returns:
activityName

setActivityName

public void setActivityName(java.lang.String activityName)
Sets the activityName value for this ActivityName.

Parameters:
activityName -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class AssertionType

hashCode

public int hashCode()
Overrides:
hashCode in class AssertionType