cgl.axis.services.WSCTX.wsctx_schema
Class CompletionCommandType

java.lang.Object
  extended bycgl.axis.services.WSCTX.wsctx_schema.CompletionCommandType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
CompletionCommandType()
           
CompletionCommandType(org.apache.axis.types.URI namespace)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.apache.axis.types.URI getNamespace()
          Gets the namespace value for this CompletionCommandType.
 int hashCode()
           
 void setNamespace(org.apache.axis.types.URI namespace)
          Sets the namespace value for this CompletionCommandType.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompletionCommandType

public CompletionCommandType()

CompletionCommandType

public CompletionCommandType(org.apache.axis.types.URI namespace)
Method Detail

getNamespace

public org.apache.axis.types.URI getNamespace()
Gets the namespace value for this CompletionCommandType.

Returns:
namespace

setNamespace

public void setNamespace(org.apache.axis.types.URI namespace)
Sets the namespace value for this CompletionCommandType.

Parameters:
namespace -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()