Class TestActionsType
Java-Klasse für TestActionsType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actionsAndSendsAndReceives property.
-
Field Details
-
actionsAndSendsAndReceives
-
-
Constructor Details
-
TestActionsType
public TestActionsType()
-
-
Method Details
-
getActionsAndSendsAndReceives
Gets the value of the actionsAndSendsAndReceives property.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 Jakarta XML Binding object. This is why there is not a
setmethod 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
JAXBElement<EchoActionType>JAXBElement<SleepActionType>ObjectActionModelAntModelAssertModelAsyncModelCallTemplateModelCatchModelConditionalModelCreateVariablesModelDelayModelExpectTimeoutModelFailModelGroovyModelInputModelIterateModelJavaModelLoadModelParallelModelPlsqlModelPrintModelPurgeChannelModelPurgeEndpointModelPurgeJmsQueuesModelReceiveModelRepeatOnerrorUntilTrueModelRepeatUntilTrueModelSendModelSequentialModelSqlModelStartModelStopModelStopTimerModelTimerModelTraceTimeModelTraceVariablesModelTransformModelWaitModel- Returns:
- The value of the actionsAndSendsAndReceives property.
-