cgl.axis.services.WSCTX.wsctx_schema
Class Timeout

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

public class Timeout
extends AssertionType
implements java.io.Serializable

See Also:
Serialized Form

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

Timeout

public Timeout()

Timeout

public Timeout(int timeout)
Method Detail

getTimeout

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

Returns:
timeout

setTimeout

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

Parameters:
timeout -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AssertionType