cgl.axis.services.WSCTX.wsctx_schema
Class SetContents

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

public class SetContents
extends AssertionType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SetContents()
           
SetContents(ContextType context)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 ContextType getContext()
          Gets the context value for this SetContents.
 int hashCode()
           
 void setContext(ContextType context)
          Sets the context value for this SetContents.
 
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

SetContents

public SetContents()

SetContents

public SetContents(ContextType context)
Method Detail

getContext

public ContextType getContext()
Gets the context value for this SetContents.

Returns:
context

setContext

public void setContext(ContextType context)
Sets the context value for this SetContents.

Parameters:
context -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AssertionType