|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.scape_project.xa.tw.toolspec.Operation
public class Operation
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 |
|---|
protected String description
protected String command
protected Inputs inputs
protected Outputs outputs
protected String name
| Constructor Detail |
|---|
public Operation()
| Method Detail |
|---|
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getCommand()
Stringpublic void setCommand(String value)
value - allowed object is
Stringpublic Inputs getInputs()
Inputspublic void setInputs(Inputs value)
value - allowed object is
Inputspublic Outputs getOutputs()
Outputspublic void setOutputs(Outputs value)
value - allowed object is
Outputspublic String getName()
Stringpublic void setName(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||