cgl.axis.services.WSCTX.wsctx_schema
Class CompletionType

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

public class CompletionType
extends AssertionWithProtocolURIType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CompletionType()
           
CompletionType(CompletionCommandType completionCommand)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 CompletionCommandType getCompletionCommand()
          Gets the completionCommand value for this CompletionType.
 int hashCode()
           
 void setCompletionCommand(CompletionCommandType completionCommand)
          Sets the completionCommand value for this CompletionType.
 
Methods inherited from class cgl.axis.services.WSCTX.wsctx_schema.AssertionWithProtocolURIType
getProtocolUri, setProtocolUri
 
Methods inherited from class cgl.axis.services.WSCTX.wsctx_schema.AssertionType
getCorrelationId, setCorrelationId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompletionType

public CompletionType()

CompletionType

public CompletionType(CompletionCommandType completionCommand)
Method Detail

getCompletionCommand

public CompletionCommandType getCompletionCommand()
Gets the completionCommand value for this CompletionType.

Returns:
completionCommand

setCompletionCommand

public void setCompletionCommand(CompletionCommandType completionCommand)
Sets the completionCommand value for this CompletionType.

Parameters:
completionCommand -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class AssertionWithProtocolURIType

hashCode

public int hashCode()
Overrides:
hashCode in class AssertionWithProtocolURIType