Package org.omg.spec.bpmn.model
Class TTimerEventDefinition
- java.lang.Object
-
- org.omg.spec.bpmn.model.TBaseElement
-
- org.omg.spec.bpmn.model.TRootElement
-
- org.omg.spec.bpmn.model.TEventDefinition
-
- org.omg.spec.bpmn.model.TTimerEventDefinition
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected TExpression
timeCycle
protected TExpression
timeDate
protected TExpression
timeDuration
-
Fields inherited from class org.omg.spec.bpmn.model.TBaseElement
documentation, extensionElements, id
-
-
Constructor Summary
Constructors Constructor Description TTimerEventDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class org.omg.spec.bpmn.model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
-
-
-
Field Detail
-
timeDate
protected TExpression timeDate
-
timeDuration
protected TExpression timeDuration
-
timeCycle
protected TExpression timeCycle
-
-
Method Detail
-
getTimeDate
public TExpression getTimeDate()
Gets the value of the timeDate property.- Returns:
- possible object is
TExpression
-
setTimeDate
public void setTimeDate(TExpression value)
Sets the value of the timeDate property.- Parameters:
value
- allowed object isTExpression
-
getTimeDuration
public TExpression getTimeDuration()
Gets the value of the timeDuration property.- Returns:
- possible object is
TExpression
-
setTimeDuration
public void setTimeDuration(TExpression value)
Sets the value of the timeDuration property.- Parameters:
value
- allowed object isTExpression
-
getTimeCycle
public TExpression getTimeCycle()
Gets the value of the timeCycle property.- Returns:
- possible object is
TExpression
-
setTimeCycle
public void setTimeCycle(TExpression value)
Sets the value of the timeCycle property.- Parameters:
value
- allowed object isTExpression
-
-