public class RShellConfig extends Object
Java class for RShellConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RShellConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="inputs" type="{http://taverna.sf.net/2008/xml/t2activities}ActivityInputPorts"/>
<element name="outputs" type="{http://taverna.sf.net/2008/xml/t2activities}ActivityOutputPorts"/>
<element name="rVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="script" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="connectionSettings" type="{http://taverna.sf.net/2008/xml/t2activities}RShellConnection"/>
<element name="inputSymanticTypes" type="{http://taverna.sf.net/2008/xml/t2activities}RShellSymanticType"/>
<element name="outputSymanticTypes" type="{http://taverna.sf.net/2008/xml/t2activities}RShellSymanticType"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected RShellConnection |
connectionSettings |
protected ActivityInputPorts |
inputs |
protected RShellSymanticType |
inputSymanticTypes |
protected ActivityOutputPorts |
outputs |
protected RShellSymanticType |
outputSymanticTypes |
protected String |
rVersion |
protected String |
script |
| Constructor and Description |
|---|
RShellConfig() |
| Modifier and Type | Method and Description |
|---|---|
RShellConnection |
getConnectionSettings()
Gets the value of the connectionSettings property.
|
ActivityInputPorts |
getInputs()
Gets the value of the inputs property.
|
RShellSymanticType |
getInputSymanticTypes()
Gets the value of the inputSymanticTypes property.
|
ActivityOutputPorts |
getOutputs()
Gets the value of the outputs property.
|
RShellSymanticType |
getOutputSymanticTypes()
Gets the value of the outputSymanticTypes property.
|
String |
getRVersion()
Gets the value of the rVersion property.
|
String |
getScript()
Gets the value of the script property.
|
void |
setConnectionSettings(RShellConnection value)
Sets the value of the connectionSettings property.
|
void |
setInputs(ActivityInputPorts value)
Sets the value of the inputs property.
|
void |
setInputSymanticTypes(RShellSymanticType value)
Sets the value of the inputSymanticTypes property.
|
void |
setOutputs(ActivityOutputPorts value)
Sets the value of the outputs property.
|
void |
setOutputSymanticTypes(RShellSymanticType value)
Sets the value of the outputSymanticTypes property.
|
void |
setRVersion(String value)
Sets the value of the rVersion property.
|
void |
setScript(String value)
Sets the value of the script property.
|
protected ActivityInputPorts inputs
protected ActivityOutputPorts outputs
protected String rVersion
protected String script
protected RShellConnection connectionSettings
protected RShellSymanticType inputSymanticTypes
protected RShellSymanticType outputSymanticTypes
public ActivityInputPorts getInputs()
ActivityInputPortspublic void setInputs(ActivityInputPorts value)
value - allowed object is
ActivityInputPortspublic ActivityOutputPorts getOutputs()
ActivityOutputPortspublic void setOutputs(ActivityOutputPorts value)
value - allowed object is
ActivityOutputPortspublic String getRVersion()
Stringpublic void setRVersion(String value)
value - allowed object is
Stringpublic String getScript()
Stringpublic void setScript(String value)
value - allowed object is
Stringpublic RShellConnection getConnectionSettings()
RShellConnectionpublic void setConnectionSettings(RShellConnection value)
value - allowed object is
RShellConnectionpublic RShellSymanticType getInputSymanticTypes()
RShellSymanticTypepublic void setInputSymanticTypes(RShellSymanticType value)
value - allowed object is
RShellSymanticTypepublic RShellSymanticType getOutputSymanticTypes()
RShellSymanticTypepublic void setOutputSymanticTypes(RShellSymanticType value)
value - allowed object is
RShellSymanticTypeCopyright © 2014 myGrid. All rights reserved.