cgl.axis.services.WSCTX.wsctx_schema
Class FaultType

java.lang.Object
  extended bycgl.axis.services.WSCTX.wsctx_schema.AssertionType
      extended bycgl.axis.services.WSCTX.wsctx_schema.FaultType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TimeoutOutOfRangeFault, UnknownContextFault

public class FaultType
extends AssertionType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FaultType()
           
FaultType(org.apache.axis.types.URI originator, org.apache.axis.types.URI errorCode, java.lang.String description)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Gets the description value for this FaultType.
 org.apache.axis.types.URI getErrorCode()
          Gets the errorCode value for this FaultType.
 org.apache.axis.types.URI getOriginator()
          Gets the originator value for this FaultType.
 int hashCode()
           
 void setDescription(java.lang.String description)
          Sets the description value for this FaultType.
 void setErrorCode(org.apache.axis.types.URI errorCode)
          Sets the errorCode value for this FaultType.
 void setOriginator(org.apache.axis.types.URI originator)
          Sets the originator value for this FaultType.
 
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

FaultType

public FaultType()

FaultType

public FaultType(org.apache.axis.types.URI originator,
                 org.apache.axis.types.URI errorCode,
                 java.lang.String description)
Method Detail

getOriginator

public org.apache.axis.types.URI getOriginator()
Gets the originator value for this FaultType.

Returns:
originator

setOriginator

public void setOriginator(org.apache.axis.types.URI originator)
Sets the originator value for this FaultType.

Parameters:
originator -

getErrorCode

public org.apache.axis.types.URI getErrorCode()
Gets the errorCode value for this FaultType.

Returns:
errorCode

setErrorCode

public void setErrorCode(org.apache.axis.types.URI errorCode)
Sets the errorCode value for this FaultType.

Parameters:
errorCode -

getDescription

public java.lang.String getDescription()
Gets the description value for this FaultType.

Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this FaultType.

Parameters:
description -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AssertionType