cgl.axis.services.WSCTX.wsctx_schema
Class GotStatus

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

public class GotStatus
extends AssertionType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
GotStatus()
           
GotStatus(StatusType status)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 StatusType getStatus()
          Gets the status value for this GotStatus.
 int hashCode()
           
 void setStatus(StatusType status)
          Sets the status value for this GotStatus.
 
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

GotStatus

public GotStatus()

GotStatus

public GotStatus(StatusType status)
Method Detail

getStatus

public StatusType getStatus()
Gets the status value for this GotStatus.

Returns:
status

setStatus

public void setStatus(StatusType status)
Sets the status value for this GotStatus.

Parameters:
status -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AssertionType