cgl.axis.services.WSCTX.wsctx_schema
Class AssertionType

java.lang.Object
  extended bycgl.axis.services.WSCTX.wsctx_schema.AssertionType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActivityName, AssertionWithProtocolURIType, Contents, FaultType, GotStatus, SetContents, Timeout, TimeoutSet

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

See Also:
Serialized Form

Constructor Summary
AssertionType()
           
AssertionType(java.lang.String correlationId)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getCorrelationId()
          Gets the correlationId value for this AssertionType.
 int hashCode()
           
 void setCorrelationId(java.lang.String correlationId)
          Sets the correlationId value for this AssertionType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertionType

public AssertionType()

AssertionType

public AssertionType(java.lang.String correlationId)
Method Detail

getCorrelationId

public java.lang.String getCorrelationId()
Gets the correlationId value for this AssertionType.

Returns:
correlationId

setCorrelationId

public void setCorrelationId(java.lang.String correlationId)
Sets the correlationId value for this AssertionType.

Parameters:
correlationId -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()