cgl.axis.services.WSCTX.wsctx_schema
Class UnknownContextFault

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

public class UnknownContextFault
extends FaultType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
UnknownContextFault()
           
UnknownContextFault(org.apache.axis.types.URI contextIdentifier)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI getContextIdentifier()
          Gets the contextIdentifier value for this UnknownContextFault.
 int hashCode()
           
 void setContextIdentifier(org.apache.axis.types.URI contextIdentifier)
          Sets the contextIdentifier value for this UnknownContextFault.
 
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

UnknownContextFault

public UnknownContextFault()

UnknownContextFault

public UnknownContextFault(org.apache.axis.types.URI contextIdentifier)
Method Detail

getContextIdentifier

public org.apache.axis.types.URI getContextIdentifier()
Gets the contextIdentifier value for this UnknownContextFault.

Returns:
contextIdentifier

setContextIdentifier

public void setContextIdentifier(org.apache.axis.types.URI contextIdentifier)
Sets the contextIdentifier value for this UnknownContextFault.

Parameters:
contextIdentifier -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class FaultType