public class TestActionsType extends Object
Java class for TestActionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TestActionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<group ref="{http://www.citrusframework.org/schema/testcase}actionGroup" maxOccurs="unbounded"/>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
actionsAndSendsAndReceives |
| Constructor and Description |
|---|
TestActionsType() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
getActionsAndSendsAndReceives()
Gets the value of the actionsAndSendsAndReceives property.
|
public 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
StopDefinition
JavaDefinition
SequentialDefinition
AssertDefinition
CreateVariablesDefinition
ReceiveDefinition
LoadDefinition
GroovyDefinition
SendDefinition
RepeatUntilTrueDefinition
ConditionalDefinition
FailDefinition
TraceTimeDefinition
Object
PurgeChannelDefinition
ActionDefinition
TransformDefinition
PlsqlDefinition
EchoDefinition
RepeatOnerrorUntilTrueDefinition
InputDefinition
CallTemplateDefinition
SqlDefinition
SleepDefinition
PurgeEndpointDefinition
TraceVariablesDefinition
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.