org.gridbus.broker.jobdescription.commands
Class WSCommand

java.lang.Object
  extended by org.gridbus.broker.jobdescription.TaskCommand
      extended by org.gridbus.broker.jobdescription.commands.WSCommand

public class WSCommand
extends TaskCommand

Author:
krishna

Constructor Summary
WSCommand()
           
 
Method Summary
 void addInputParameter(WSInput input)
           
 java.lang.Object clone()
           
 java.util.List getInputs()
           
 java.lang.String getOperation()
           
 WSParameter getOutput()
           
 java.lang.String getPortType()
           
 int getType()
          Gets which type of command this is.
 void setInputs(java.util.List inputs)
           
 void setOperation(java.lang.String operation)
           
 void setOutput(WSParameter output)
           
 void setPortType(java.lang.String portType)
           
 
Methods inherited from class org.gridbus.broker.jobdescription.TaskCommand
toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSCommand

public WSCommand()
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in class TaskCommand
See Also:
TaskCommand.clone()

getType

public int getType()
Description copied from class: TaskCommand
Gets which type of command this is.

Specified by:
getType in class TaskCommand
Returns:
the type of this command.
See Also:
TaskCommand.getType()

getInputs

public java.util.List getInputs()
Returns:
the inputs

setInputs

public void setInputs(java.util.List inputs)
Parameters:
inputs - the inputs to set

getOperation

public java.lang.String getOperation()
Returns:
the operation

setOperation

public void setOperation(java.lang.String operation)
Parameters:
operation - the operation to set

addInputParameter

public void addInputParameter(WSInput input)

getOutput

public WSParameter getOutput()
Returns:
the output

setOutput

public void setOutput(WSParameter output)
Parameters:
output - the output to set

getPortType

public java.lang.String getPortType()
Returns:
the portType

setPortType

public void setPortType(java.lang.String portType)
Parameters:
portType - the portType to set

Copyright © The University of Melbourne. 2006