public static class AssertFaultModel.When extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.citrusframework.org/schema/testcase}actionGroup"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
When() |
| Modifier and Type | Method and Description |
|---|---|
ActionModel |
getAction()
Gets the value of the action property.
|
AntModel |
getAnt()
Gets the value of the ant property.
|
Object |
getAny()
Gets the value of the any property.
|
AssertModel |
getAssert()
Gets the value of the assert property.
|
AsyncModel |
getAsync()
Gets the value of the async property.
|
CallTemplateModel |
getCallTemplate()
Gets the value of the callTemplate property.
|
CatchModel |
getCatch()
Gets the value of the catch property.
|
ConditionalModel |
getConditional()
Gets the value of the conditional property.
|
CreateVariablesModel |
getCreateVariables()
Gets the value of the createVariables property.
|
EchoModel |
getEcho()
Gets the value of the echo property.
|
ExpectTimeoutModel |
getExpectTimeout()
Gets the value of the expectTimeout property.
|
FailModel |
getFail()
Gets the value of the fail property.
|
GroovyModel |
getGroovy()
Gets the value of the groovy property.
|
InputModel |
getInput()
Gets the value of the input property.
|
IterateModel |
getIterate()
Gets the value of the iterate property.
|
JavaModel |
getJava()
Gets the value of the java property.
|
LoadModel |
getLoad()
Gets the value of the load property.
|
ParallelModel |
getParallel()
Gets the value of the parallel property.
|
PlsqlModel |
getPlsql()
Gets the value of the plsql property.
|
PurgeChannelModel |
getPurgeChannel()
Gets the value of the purgeChannel property.
|
PurgeEndpointModel |
getPurgeEndpoint()
Gets the value of the purgeEndpoint property.
|
ReceiveActionType |
getReceive()
Gets the value of the receive property.
|
RepeatOnerrorUntilTrueModel |
getRepeatOnerrorUntilTrue()
Gets the value of the repeatOnerrorUntilTrue property.
|
RepeatUntilTrueModel |
getRepeatUntilTrue()
Gets the value of the repeatUntilTrue property.
|
SendActionType |
getSend()
Gets the value of the send property.
|
SequentialModel |
getSequential()
Gets the value of the sequential property.
|
SleepModel |
getSleep()
Gets the value of the sleep property.
|
SqlModel |
getSql()
Gets the value of the sql property.
|
StartModel |
getStart()
Gets the value of the start property.
|
StopModel |
getStop()
Gets the value of the stop property.
|
StopTimerModel |
getStopTimer()
Gets the value of the stopTimer property.
|
TimerModel |
getTimer()
Gets the value of the timer property.
|
TraceTimeModel |
getTraceTime()
Gets the value of the traceTime property.
|
TraceVariablesModel |
getTraceVariables()
Gets the value of the traceVariables property.
|
TransformModel |
getTransform()
Gets the value of the transform property.
|
WaitModel |
getWait()
Gets the value of the wait property.
|
void |
setAction(ActionModel value)
Sets the value of the action property.
|
void |
setAnt(AntModel value)
Sets the value of the ant property.
|
void |
setAny(Object value)
Sets the value of the any property.
|
void |
setAssert(AssertModel value)
Sets the value of the assert property.
|
void |
setAsync(AsyncModel value)
Sets the value of the async property.
|
void |
setCallTemplate(CallTemplateModel value)
Sets the value of the callTemplate property.
|
void |
setCatch(CatchModel value)
Sets the value of the catch property.
|
void |
setConditional(ConditionalModel value)
Sets the value of the conditional property.
|
void |
setCreateVariables(CreateVariablesModel value)
Sets the value of the createVariables property.
|
void |
setEcho(EchoModel value)
Sets the value of the echo property.
|
void |
setExpectTimeout(ExpectTimeoutModel value)
Sets the value of the expectTimeout property.
|
void |
setFail(FailModel value)
Sets the value of the fail property.
|
void |
setGroovy(GroovyModel value)
Sets the value of the groovy property.
|
void |
setInput(InputModel value)
Sets the value of the input property.
|
void |
setIterate(IterateModel value)
Sets the value of the iterate property.
|
void |
setJava(JavaModel value)
Sets the value of the java property.
|
void |
setLoad(LoadModel value)
Sets the value of the load property.
|
void |
setParallel(ParallelModel value)
Sets the value of the parallel property.
|
void |
setPlsql(PlsqlModel value)
Sets the value of the plsql property.
|
void |
setPurgeChannel(PurgeChannelModel value)
Sets the value of the purgeChannel property.
|
void |
setPurgeEndpoint(PurgeEndpointModel value)
Sets the value of the purgeEndpoint property.
|
void |
setReceive(ReceiveActionType value)
Sets the value of the receive property.
|
void |
setRepeatOnerrorUntilTrue(RepeatOnerrorUntilTrueModel value)
Sets the value of the repeatOnerrorUntilTrue property.
|
void |
setRepeatUntilTrue(RepeatUntilTrueModel value)
Sets the value of the repeatUntilTrue property.
|
void |
setSend(SendActionType value)
Sets the value of the send property.
|
void |
setSequential(SequentialModel value)
Sets the value of the sequential property.
|
void |
setSleep(SleepModel value)
Sets the value of the sleep property.
|
void |
setSql(SqlModel value)
Sets the value of the sql property.
|
void |
setStart(StartModel value)
Sets the value of the start property.
|
void |
setStop(StopModel value)
Sets the value of the stop property.
|
void |
setStopTimer(StopTimerModel value)
Sets the value of the stopTimer property.
|
void |
setTimer(TimerModel value)
Sets the value of the timer property.
|
void |
setTraceTime(TraceTimeModel value)
Sets the value of the traceTime property.
|
void |
setTraceVariables(TraceVariablesModel value)
Sets the value of the traceVariables property.
|
void |
setTransform(TransformModel value)
Sets the value of the transform property.
|
void |
setWait(WaitModel value)
Sets the value of the wait property.
|
protected Object any
protected WaitModel wait
protected StopModel stop
protected StartModel start
protected AntModel ant
protected TransformModel transform
protected GroovyModel groovy
protected AssertModel _assert
protected CatchModel _catch
protected ParallelModel parallel
protected FailModel fail
protected StopTimerModel stopTimer
protected TimerModel timer
protected AsyncModel async
protected SequentialModel sequential
protected ConditionalModel conditional
protected RepeatOnerrorUntilTrueModel repeatOnerrorUntilTrue
protected RepeatUntilTrueModel repeatUntilTrue
protected LoadModel load
protected IterateModel iterate
protected InputModel input
protected CallTemplateModel callTemplate
protected PurgeChannelModel purgeChannel
protected PurgeEndpointModel purgeEndpoint
protected ExpectTimeoutModel expectTimeout
protected EchoModel echo
protected TraceTimeModel traceTime
protected CreateVariablesModel createVariables
protected TraceVariablesModel traceVariables
protected SleepModel sleep
protected JavaModel java
protected PlsqlModel plsql
protected SqlModel sql
protected ReceiveActionType receive
protected SendActionType send
protected ActionModel action
public Object getAny()
Objectpublic void setAny(Object value)
value - allowed object is
Objectpublic WaitModel getWait()
WaitModelpublic void setWait(WaitModel value)
value - allowed object is
WaitModelpublic StopModel getStop()
StopModelpublic void setStop(StopModel value)
value - allowed object is
StopModelpublic StartModel getStart()
StartModelpublic void setStart(StartModel value)
value - allowed object is
StartModelpublic AntModel getAnt()
AntModelpublic void setAnt(AntModel value)
value - allowed object is
AntModelpublic TransformModel getTransform()
TransformModelpublic void setTransform(TransformModel value)
value - allowed object is
TransformModelpublic GroovyModel getGroovy()
GroovyModelpublic void setGroovy(GroovyModel value)
value - allowed object is
GroovyModelpublic AssertModel getAssert()
AssertModelpublic void setAssert(AssertModel value)
value - allowed object is
AssertModelpublic CatchModel getCatch()
CatchModelpublic void setCatch(CatchModel value)
value - allowed object is
CatchModelpublic ParallelModel getParallel()
ParallelModelpublic void setParallel(ParallelModel value)
value - allowed object is
ParallelModelpublic FailModel getFail()
FailModelpublic void setFail(FailModel value)
value - allowed object is
FailModelpublic StopTimerModel getStopTimer()
StopTimerModelpublic void setStopTimer(StopTimerModel value)
value - allowed object is
StopTimerModelpublic TimerModel getTimer()
TimerModelpublic void setTimer(TimerModel value)
value - allowed object is
TimerModelpublic AsyncModel getAsync()
AsyncModelpublic void setAsync(AsyncModel value)
value - allowed object is
AsyncModelpublic SequentialModel getSequential()
SequentialModelpublic void setSequential(SequentialModel value)
value - allowed object is
SequentialModelpublic ConditionalModel getConditional()
ConditionalModelpublic void setConditional(ConditionalModel value)
value - allowed object is
ConditionalModelpublic RepeatOnerrorUntilTrueModel getRepeatOnerrorUntilTrue()
RepeatOnerrorUntilTrueModelpublic void setRepeatOnerrorUntilTrue(RepeatOnerrorUntilTrueModel value)
value - allowed object is
RepeatOnerrorUntilTrueModelpublic RepeatUntilTrueModel getRepeatUntilTrue()
RepeatUntilTrueModelpublic void setRepeatUntilTrue(RepeatUntilTrueModel value)
value - allowed object is
RepeatUntilTrueModelpublic LoadModel getLoad()
LoadModelpublic void setLoad(LoadModel value)
value - allowed object is
LoadModelpublic IterateModel getIterate()
IterateModelpublic void setIterate(IterateModel value)
value - allowed object is
IterateModelpublic InputModel getInput()
InputModelpublic void setInput(InputModel value)
value - allowed object is
InputModelpublic CallTemplateModel getCallTemplate()
CallTemplateModelpublic void setCallTemplate(CallTemplateModel value)
value - allowed object is
CallTemplateModelpublic PurgeChannelModel getPurgeChannel()
PurgeChannelModelpublic void setPurgeChannel(PurgeChannelModel value)
value - allowed object is
PurgeChannelModelpublic PurgeEndpointModel getPurgeEndpoint()
PurgeEndpointModelpublic void setPurgeEndpoint(PurgeEndpointModel value)
value - allowed object is
PurgeEndpointModelpublic ExpectTimeoutModel getExpectTimeout()
ExpectTimeoutModelpublic void setExpectTimeout(ExpectTimeoutModel value)
value - allowed object is
ExpectTimeoutModelpublic EchoModel getEcho()
EchoModelpublic void setEcho(EchoModel value)
value - allowed object is
EchoModelpublic TraceTimeModel getTraceTime()
TraceTimeModelpublic void setTraceTime(TraceTimeModel value)
value - allowed object is
TraceTimeModelpublic CreateVariablesModel getCreateVariables()
CreateVariablesModelpublic void setCreateVariables(CreateVariablesModel value)
value - allowed object is
CreateVariablesModelpublic TraceVariablesModel getTraceVariables()
TraceVariablesModelpublic void setTraceVariables(TraceVariablesModel value)
value - allowed object is
TraceVariablesModelpublic SleepModel getSleep()
SleepModelpublic void setSleep(SleepModel value)
value - allowed object is
SleepModelpublic JavaModel getJava()
JavaModelpublic void setJava(JavaModel value)
value - allowed object is
JavaModelpublic PlsqlModel getPlsql()
PlsqlModelpublic void setPlsql(PlsqlModel value)
value - allowed object is
PlsqlModelpublic SqlModel getSql()
SqlModelpublic void setSql(SqlModel value)
value - allowed object is
SqlModelpublic ReceiveActionType getReceive()
ReceiveActionTypepublic void setReceive(ReceiveActionType value)
value - allowed object is
ReceiveActionTypepublic SendActionType getSend()
SendActionTypepublic void setSend(SendActionType value)
value - allowed object is
SendActionTypepublic ActionModel getAction()
ActionModelpublic void setAction(ActionModel value)
value - allowed object is
ActionModelCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.