org.gridbus.broker.jobdescription.commands
Class WSCommand
java.lang.Object
org.gridbus.broker.jobdescription.TaskCommand
org.gridbus.broker.jobdescription.commands.WSCommand
public class WSCommand
- extends TaskCommand
- Author:
- krishna
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
WSCommand
public WSCommand()
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