cgl.axis.services.WSCTX.uddi_wsctx_schema
Class ContextBag
java.lang.Object
cgl.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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ContextBag
public ContextBag()
ContextBag
public ContextBag(Context[] context)
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()