Class TTimerEventDefinition
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TRootElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TEventDefinition
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TTimerEventDefinition
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
FieldsModifier and TypeFieldDescriptionprotected TExpression
protected TExpression
protected TExpression
Fields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the timeCycle property.Gets the value of the timeDate property.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 ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
timeDate
-
timeDuration
-
timeCycle
-
-
Constructor Details
-
TTimerEventDefinition
public TTimerEventDefinition()
-
-
Method Details
-
getTimeDate
Gets the value of the timeDate property.- Returns:
- possible object is
TExpression
-
setTimeDate
Sets the value of the timeDate property.- Parameters:
value
- allowed object isTExpression
-
getTimeDuration
Gets the value of the timeDuration property.- Returns:
- possible object is
TExpression
-
setTimeDuration
Sets the value of the timeDuration property.- Parameters:
value
- allowed object isTExpression
-
getTimeCycle
Gets the value of the timeCycle property.- Returns:
- possible object is
TExpression
-
setTimeCycle
Sets the value of the timeCycle property.- Parameters:
value
- allowed object isTExpression
-