cgl.axis.services.WSCTX.uddi_wsctx_schema
Class ContextBag

java.lang.Object
  extended bycgl.axis.services.WSCTX.uddi_wsctx_schema.ContextBag
All Implemented Interfaces:
java.io.Serializable

public class ContextBag
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ContextBag()
           
ContextBag(Context[] context)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Context[] getContext()
          Gets the context value for this ContextBag.
 Context getContext(int i)
           
 int hashCode()
           
 void setContext(Context[] context)
          Sets the context value for this ContextBag.
 void setContext(int i, Context _value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextBag

public ContextBag()

ContextBag

public ContextBag(Context[] context)
Method Detail

getContext

public Context[] getContext()
Gets the context value for this ContextBag.

Returns:
context

setContext

public void setContext(Context[] context)
Sets the context value for this ContextBag.

Parameters:
context -

getContext

public Context getContext(int i)

setContext

public void setContext(int i,
                       Context _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()