Class StepModel
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType>
<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" minOccurs="0"/>
</sequence>
<attribute name="given" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="when" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="then" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="parameter-names" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="global-context" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the actionsAndSendsAndReceives property.Ruft den Wert der description-Eigenschaft ab.getGiven()Ruft den Wert der given-Eigenschaft ab.Ruft den Wert der parameterNames-Eigenschaft ab.getThen()Ruft den Wert der then-Eigenschaft ab.getWhen()Ruft den Wert der when-Eigenschaft ab.Ruft den Wert der globalContext-Eigenschaft ab.voidsetDescription(String value) Legt den Wert der description-Eigenschaft fest.voidLegt den Wert der given-Eigenschaft fest.voidsetGlobalContext(Boolean value) Legt den Wert der globalContext-Eigenschaft fest.voidsetParameterNames(String value) Legt den Wert der parameterNames-Eigenschaft fest.voidLegt den Wert der then-Eigenschaft fest.voidLegt den Wert der when-Eigenschaft fest.
-
Field Details
-
description
-
actionsAndSendsAndReceives
-
given
-
when
-
then
-
parameterNames
-
globalContext
-
-
Constructor Details
-
StepModel
public StepModel()
-
-
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.
-
getGiven
Ruft den Wert der given-Eigenschaft ab.- Returns:
- possible object is
String
-
setGiven
Legt den Wert der given-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getWhen
Ruft den Wert der when-Eigenschaft ab.- Returns:
- possible object is
String
-
setWhen
Legt den Wert der when-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getThen
Ruft den Wert der then-Eigenschaft ab.- Returns:
- possible object is
String
-
setThen
Legt den Wert der then-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getParameterNames
Ruft den Wert der parameterNames-Eigenschaft ab.- Returns:
- possible object is
String
-
setParameterNames
Legt den Wert der parameterNames-Eigenschaft fest.- Parameters:
value- allowed object isString
-
isGlobalContext
Ruft den Wert der globalContext-Eigenschaft ab.- Returns:
- possible object is
Boolean
-
setGlobalContext
Legt den Wert der globalContext-Eigenschaft fest.- Parameters:
value- allowed object isBoolean
-