cgl.axis.services.WSCTX.wsctx_schema
Class Contents

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

public class Contents
extends AssertionType
implements java.io.Serializable

See Also:
Serialized Form

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

Contents

public Contents()

Contents

public Contents(ContextType context)
Method Detail

getContext

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

Returns:
context

setContext

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

Parameters:
context -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class AssertionType