cgl.axis.services.WSCTX.wsctx_schema
Class SetTimeout

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.SetTimeout
All Implemented Interfaces:
java.io.Serializable

public class SetTimeout
extends AssertionWithProtocolURIType
implements java.io.Serializable

See Also:
Serialized Form

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

SetTimeout

public SetTimeout()

SetTimeout

public SetTimeout(int timeout)
Method Detail

getTimeout

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

Returns:
timeout

setTimeout

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

Parameters:
timeout -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AssertionWithProtocolURIType