public class LoopConfig extends Object
Java class for LoopConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LoopConfig"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="conditionXML" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="runFirst" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="properties" type="{http://taverna.sf.net/2008/xml/t2layers}Properties"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
conditionXML |
protected Properties |
properties |
protected boolean |
runFirst |
Constructor and Description |
---|
LoopConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getConditionXML()
Gets the value of the conditionXML property.
|
Properties |
getProperties()
Gets the value of the properties property.
|
boolean |
isRunFirst()
Gets the value of the runFirst property.
|
void |
setConditionXML(String value)
Sets the value of the conditionXML property.
|
void |
setProperties(Properties value)
Sets the value of the properties property.
|
void |
setRunFirst(boolean value)
Sets the value of the runFirst property.
|
protected String conditionXML
protected boolean runFirst
protected Properties properties
public String getConditionXML()
String
public void setConditionXML(String value)
value
- allowed object is
String
public boolean isRunFirst()
public void setRunFirst(boolean value)
public Properties getProperties()
Properties
public void setProperties(Properties value)
value
- allowed object is
Properties
Copyright © 2014 myGrid. All rights reserved.