cgl.axis.services.WSCTX.wsctx_schema
Class TimeoutSet

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

public class TimeoutSet
extends AssertionType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TimeoutSet()
           
TimeoutSet(int timeout)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getTimeout()
          Gets the timeout value for this TimeoutSet.
 int hashCode()
           
 void setTimeout(int timeout)
          Sets the timeout value for this TimeoutSet.
 
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

TimeoutSet

public TimeoutSet()

TimeoutSet

public TimeoutSet(int timeout)
Method Detail

getTimeout

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

Returns:
timeout

setTimeout

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

Parameters:
timeout -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AssertionType