public class IterateDefinition extends Object
Java class for IterateActionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IterateActionType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.citrusframework.org/schema/testcase}description" minOccurs="0"/>
<group ref="{http://www.citrusframework.org/schema/testcase}actionGroup" maxOccurs="unbounded"/>
</sequence>
<attribute name="index" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="condition" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="start" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="step" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
actionsAndSendsAndReceives |
protected String |
condition |
protected String |
description |
protected String |
index |
protected String |
start |
protected String |
step |
| Constructor and Description |
|---|
IterateDefinition() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getActionsAndSendsAndReceives()
Gets the value of the actionsAndSendsAndReceives property.
|
String |
getCondition()
Gets the value of the condition property.
|
String |
getDescription()
Gets the value of the description property.
|
String |
getIndex()
Gets the value of the index property.
|
String |
getStart()
Gets the value of the start property.
|
String |
getStep()
Gets the value of the step property.
|
void |
setCondition(String value)
Sets the value of the condition property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setIndex(String value)
Sets the value of the index property.
|
void |
setStart(String value)
Sets the value of the start property.
|
void |
setStep(String value)
Sets the value of the step property.
|
protected String description
protected String index
protected String condition
protected String start
protected String step
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic List<Object> getActionsAndSendsAndReceives()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the actionsAndSendsAndReceives property.
For example, to add a new item, do as follows:
getActionsAndSendsAndReceives().add(newItem);
Objects of the following type(s) are allowed in the list
WaitDefinition
AntDefinition
IterateDefinition
ParallelDefinition
StartDefinition
CatchDefinition
ExpectTimeoutDefinition
JavaDefinition
StopDefinition
AssertDefinition
SequentialDefinition
CreateVariablesDefinition
ReceiveDefinition
LoadDefinition
GroovyDefinition
SendDefinition
RepeatUntilTrueDefinition
ConditionalDefinition
FailDefinition
TraceTimeDefinition
Object
PurgeChannelDefinition
ActionDefinition
TransformDefinition
EchoDefinition
PlsqlDefinition
RepeatOnerrorUntilTrueDefinition
CallTemplateDefinition
InputDefinition
SqlDefinition
SleepDefinition
PurgeEndpointDefinition
TraceVariablesDefinition
public String getIndex()
Stringpublic void setIndex(String value)
value - allowed object is
Stringpublic String getCondition()
Stringpublic void setCondition(String value)
value - allowed object is
Stringpublic String getStart()
Stringpublic void setStart(String value)
value - allowed object is
Stringpublic String getStep()
StringCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.