cgl.axis.services.WSCTX.wsctx_schema
Class Begin

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

public class Begin
extends AssertionWithProtocolURIType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Begin()
           
Begin(int timeout)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getTimeout()
          Gets the timeout value for this Begin.
 int hashCode()
           
 void setTimeout(int timeout)
          Sets the timeout value for this Begin.
 
Methods inherited from class cgl.axis.services.WSCTX.wsctx_schema.AssertionWithProtocolURIType
getProtocolUri, setProtocolUri
 
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

Begin

public Begin()

Begin

public Begin(int timeout)
Method Detail

getTimeout

public int getTimeout()
Gets the timeout value for this Begin.

Returns:
timeout

setTimeout

public void setTimeout(int timeout)
Sets the timeout value for this Begin.

Parameters:
timeout -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AssertionWithProtocolURIType