cgl.axis.services.WSCTX.uddi_wsctx_schema
Class Get_contextDetail

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

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

See Also:
Serialized Form

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

Constructor Detail

Get_contextDetail

public Get_contextDetail()

Get_contextDetail

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

getAuthInfo

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

Returns:
authInfo

setAuthInfo

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

Parameters:
authInfo -

getContextKey

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

Returns:
contextKey

setContextKey

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

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()