cgl.axis.services.WSCTX.uddi_wsctx_schema
Class ContextInfo

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

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

See Also:
Serialized Form

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

Constructor Detail

ContextInfo

public ContextInfo()

ContextInfo

public ContextInfo(org.apache.axis.types.URI contextKey,
                   Name[] name)
Method Detail

getContextKey

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

Returns:
contextKey

setContextKey

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

Parameters:
contextKey -

getName

public Name[] getName()
Gets the name value for this ContextInfo.

Returns:
name

setName

public void setName(Name[] name)
Sets the name value for this ContextInfo.

Parameters:
name -

getName

public Name getName(int i)

setName

public void setName(int i,
                    Name _value)

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()