cgl.axis.services.WSCTX.wsctx_schema
Class TimeoutOutOfRangeFault
java.lang.Object
cgl.axis.services.WSCTX.wsctx_schema.AssertionType
cgl.axis.services.WSCTX.wsctx_schema.FaultType
cgl.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
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TimeoutOutOfRangeFault
public TimeoutOutOfRangeFault()
TimeoutOutOfRangeFault
public TimeoutOutOfRangeFault(int specifiedTimeout,
int maximumTimeout)
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