public class TTimerEventDefinition extends TEventDefinition
Java class for tTimerEventDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tTimerEventDefinition">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tEventDefinition">
<choice>
<element name="timeDate" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
<element name="timeDuration" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
<element name="timeCycle" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression" minOccurs="0"/>
</choice>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TExpression |
timeCycle |
protected TExpression |
timeDate |
protected TExpression |
timeDuration |
documentation, extensionElements, id| Constructor and Description |
|---|
TTimerEventDefinition() |
| Modifier and Type | Method and Description |
|---|---|
TExpression |
getTimeCycle()
Gets the value of the timeCycle property.
|
TExpression |
getTimeDate()
Gets the value of the timeDate property.
|
TExpression |
getTimeDuration()
Gets the value of the timeDuration property.
|
void |
setTimeCycle(TExpression value)
Sets the value of the timeCycle property.
|
void |
setTimeDate(TExpression value)
Sets the value of the timeDate property.
|
void |
setTimeDuration(TExpression value)
Sets the value of the timeDuration property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TExpression timeDate
protected TExpression timeDuration
protected TExpression timeCycle
public TExpression getTimeDate()
TExpressionpublic void setTimeDate(TExpression value)
value - allowed object is
TExpressionpublic TExpression getTimeDuration()
TExpressionpublic void setTimeDuration(TExpression value)
value - allowed object is
TExpressionpublic TExpression getTimeCycle()
TExpressionpublic void setTimeCycle(TExpression value)
value - allowed object is
TExpressionCopyright © 2018 SAP SE. All Rights Reserved.