cgl.axis.services.WSCTX.uddi_wsctx_schema
Class Save_context

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

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

See Also:
Serialized Form

Constructor Summary
Save_context()
           
Save_context(AuthInfo authInfo, ContextBag contextBag)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this Save_context.
 ContextBag getContextBag()
          Gets the contextBag value for this Save_context.
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Save_context.
 void setContextBag(ContextBag contextBag)
          Sets the contextBag value for this Save_context.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Save_context

public Save_context()

Save_context

public Save_context(AuthInfo authInfo,
                    ContextBag contextBag)
Method Detail

getAuthInfo

public AuthInfo getAuthInfo()
Gets the authInfo value for this Save_context.

Returns:
authInfo

setAuthInfo

public void setAuthInfo(AuthInfo authInfo)
Sets the authInfo value for this Save_context.

Parameters:
authInfo -

getContextBag

public ContextBag getContextBag()
Gets the contextBag value for this Save_context.

Returns:
contextBag

setContextBag

public void setContextBag(ContextBag contextBag)
Sets the contextBag value for this Save_context.

Parameters:
contextBag -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()