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()
ActivityInputPorts
public void setInputs(ActivityInputPorts value)
value
- allowed object is
ActivityInputPorts
public ActivityOutputPorts getOutputs()
ActivityOutputPorts
public void setOutputs(ActivityOutputPorts value)
value
- allowed object is
ActivityOutputPorts
public String getRVersion()
String
public void setRVersion(String value)
value
- allowed object is
String
public String getScript()
String
public void setScript(String value)
value
- allowed object is
String
public RShellConnection getConnectionSettings()
RShellConnection
public void setConnectionSettings(RShellConnection value)
value
- allowed object is
RShellConnection
public RShellSymanticType getInputSymanticTypes()
RShellSymanticType
public void setInputSymanticTypes(RShellSymanticType value)
value
- allowed object is
RShellSymanticType
public RShellSymanticType getOutputSymanticTypes()
RShellSymanticType
public void setOutputSymanticTypes(RShellSymanticType value)
value
- allowed object is
RShellSymanticType
Copyright © 2014 myGrid. All rights reserved.