cgl.axis.services.WSCTX.wsctx_schema
Class TimeoutOutOfRangeFault

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

public class TimeoutOutOfRangeFault
extends FaultType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TimeoutOutOfRangeFault()
           
TimeoutOutOfRangeFault(int specifiedTimeout, int maximumTimeout)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getMaximumTimeout()
          Gets the maximumTimeout value for this TimeoutOutOfRangeFault.
 int getSpecifiedTimeout()
          Gets the specifiedTimeout value for this TimeoutOutOfRangeFault.
 int hashCode()
           
 void setMaximumTimeout(int maximumTimeout)
          Sets the maximumTimeout value for this TimeoutOutOfRangeFault.
 void setSpecifiedTimeout(int specifiedTimeout)
          Sets the specifiedTimeout value for this TimeoutOutOfRangeFault.
 
Methods inherited from class cgl.axis.services.WSCTX.wsctx_schema.FaultType
getDescription, getErrorCode, getOriginator, setDescription, setErrorCode, setOriginator
 
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

TimeoutOutOfRangeFault

public TimeoutOutOfRangeFault()

TimeoutOutOfRangeFault

public TimeoutOutOfRangeFault(int specifiedTimeout,
                              int maximumTimeout)
Method Detail

getSpecifiedTimeout

public int getSpecifiedTimeout()
Gets the specifiedTimeout value for this TimeoutOutOfRangeFault.

Returns:
specifiedTimeout

setSpecifiedTimeout

public void setSpecifiedTimeout(int specifiedTimeout)
Sets the specifiedTimeout value for this TimeoutOutOfRangeFault.

Parameters:
specifiedTimeout -

getMaximumTimeout

public int getMaximumTimeout()
Gets the maximumTimeout value for this TimeoutOutOfRangeFault.

Returns:
maximumTimeout

setMaximumTimeout

public void setMaximumTimeout(int maximumTimeout)
Sets the maximumTimeout value for this TimeoutOutOfRangeFault.

Parameters:
maximumTimeout -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class FaultType