public class TTimerEvent extends TEvent
<p>Java class for tTimerEvent complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tTimerEvent"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tEvent"> <sequence> <element name="timerExpression" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tExpression" minOccurs="0"/> <element ref="{http://www.omg.org/spec/CMMN/20131201/MODEL}timerStart" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
| Constructor and Description |
|---|
TTimerEvent() |
| Modifier and Type | Method and Description |
|---|---|
TExpression |
getTimerExpression()
Gets the value of the timerExpression property.
|
JAXBElement<? extends TStartTrigger> |
getTimerStart()
timerStart can be used to trigger the timer after a PlanItem or CaseFileItem
lifecycle state transition has occurred.
|
void |
setTimerExpression(TExpression value)
Sets the value of the timerExpression property.
|
void |
setTimerStart(JAXBElement<? extends TStartTrigger> value)
Sets the value of the timerStart property.
|
getDefaultControl, getName, setDefaultControl, setNamegetDescription, getId, getOtherAttributes, setDescription, setIdpublic TExpression getTimerExpression()
Gets the value of the timerExpression property.
TExpressionpublic void setTimerExpression(TExpression value)
Sets the value of the timerExpression property.
value - allowed object is
TExpressionpublic JAXBElement<? extends TStartTrigger> getTimerStart()
timerStart can be used to trigger the timer after a PlanItem or CaseFileItem lifecycle state transition has occurred.
JAXBElement<TPlanItemStartTrigger>
JAXBElement<TCaseFileItemStartTrigger>
JAXBElement<TStartTrigger>public void setTimerStart(JAXBElement<? extends TStartTrigger> value)
Sets the value of the timerStart property.
value - allowed object is
JAXBElement<TPlanItemStartTrigger>
JAXBElement<TCaseFileItemStartTrigger>
JAXBElement<TStartTrigger>Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.