eu.scape_project.xa.tw.toolspec
Class Operation

java.lang.Object
  extended by eu.scape_project.xa.tw.toolspec.Operation

public class Operation
extends Object

Java class for Operation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Operation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="command" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="inputs" type="{http://scape-project.eu/tool}Inputs"/>
         <element name="outputs" type="{http://scape-project.eu/tool}Outputs"/>
       </sequence>
       <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String command
           
protected  String description
           
protected  Inputs inputs
           
protected  String name
           
protected  Outputs outputs
           
 
Constructor Summary
Operation()
           
 
Method Summary
 String getCommand()
          Gets the value of the command property.
 String getDescription()
          Gets the value of the description property.
 Inputs getInputs()
          Gets the value of the inputs property.
 String getName()
          Gets the value of the name property.
 Outputs getOutputs()
          Gets the value of the outputs property.
 void setCommand(String value)
          Sets the value of the command property.
 void setDescription(String value)
          Sets the value of the description property.
 void setInputs(Inputs value)
          Sets the value of the inputs property.
 void setName(String value)
          Sets the value of the name property.
 void setOutputs(Outputs value)
          Sets the value of the outputs property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected String description

command

protected String command

inputs

protected Inputs inputs

outputs

protected Outputs outputs

name

protected String name
Constructor Detail

Operation

public Operation()
Method Detail

getDescription

public String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getCommand

public String getCommand()
Gets the value of the command property.

Returns:
possible object is String

setCommand

public void setCommand(String value)
Sets the value of the command property.

Parameters:
value - allowed object is String

getInputs

public Inputs getInputs()
Gets the value of the inputs property.

Returns:
possible object is Inputs

setInputs

public void setInputs(Inputs value)
Sets the value of the inputs property.

Parameters:
value - allowed object is Inputs

getOutputs

public Outputs getOutputs()
Gets the value of the outputs property.

Returns:
possible object is Outputs

setOutputs

public void setOutputs(Outputs value)
Sets the value of the outputs property.

Parameters:
value - allowed object is Outputs

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String


Copyright © 2013. All Rights Reserved.