Class RepeatUntilTrueModel
Java-Klasse für RepeatUntilTrueActionType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="RepeatUntilTrueActionType">
<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" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actionsAndSendsAndReceives property.Ruft den Wert der condition-Eigenschaft ab.Ruft den Wert der description-Eigenschaft ab.getIndex()Ruft den Wert der index-Eigenschaft ab.voidsetCondition(String value) Legt den Wert der condition-Eigenschaft fest.voidsetDescription(String value) Legt den Wert der description-Eigenschaft fest.voidLegt den Wert der index-Eigenschaft fest.
-
Field Details
-
description
-
actionsAndSendsAndReceives
-
index
-
condition
-
-
Constructor Details
-
RepeatUntilTrueModel
public RepeatUntilTrueModel()
-
-
Method Details
-
getDescription
Ruft den Wert der description-Eigenschaft ab.- Returns:
- possible object is
String
-
setDescription
Legt den Wert der description-Eigenschaft fest.- Parameters:
value- allowed object isString
-
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.
-
getIndex
Ruft den Wert der index-Eigenschaft ab.- Returns:
- possible object is
String
-
setIndex
Legt den Wert der index-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getCondition
Ruft den Wert der condition-Eigenschaft ab.- Returns:
- possible object is
String
-
setCondition
Legt den Wert der condition-Eigenschaft fest.- Parameters:
value- allowed object isString
-