cgl.axis.services.WSCTX.uddi_wsctx_schema
Class Delete_context

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

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

See Also:
Serialized Form

Constructor Summary
Delete_context()
           
Delete_context(AuthInfo authInfo, org.apache.axis.types.URI[] contextKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AuthInfo getAuthInfo()
          Gets the authInfo value for this Delete_context.
 org.apache.axis.types.URI[] getContextKey()
          Gets the contextKey value for this Delete_context.
 org.apache.axis.types.URI getContextKey(int i)
           
 int hashCode()
           
 void setAuthInfo(AuthInfo authInfo)
          Sets the authInfo value for this Delete_context.
 void setContextKey(int i, org.apache.axis.types.URI _value)
           
 void setContextKey(org.apache.axis.types.URI[] contextKey)
          Sets the contextKey value for this Delete_context.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delete_context

public Delete_context()

Delete_context

public Delete_context(AuthInfo authInfo,
                      org.apache.axis.types.URI[] contextKey)
Method Detail

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getContextKey

public org.apache.axis.types.URI[] getContextKey()
Gets the contextKey value for this Delete_context.

Returns:
contextKey

setContextKey

public void setContextKey(org.apache.axis.types.URI[] contextKey)
Sets the contextKey value for this Delete_context.

Parameters:
contextKey -

getContextKey

public org.apache.axis.types.URI getContextKey(int i)

setContextKey

public void setContextKey(int i,
                          org.apache.axis.types.URI _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()