TimerEventDefinition

data class TimerEventDefinition(val id: String, val extensionElements: ExtensionElements)(source)

Constructors

Link copied to clipboard
constructor(id: String, extensionElements: ExtensionElements)

Properties

Link copied to clipboard
@XmlSerialName(value = "extensionElements", namespace = "http://www.omg.org/spec/BPMN/20100524/MODEL", prefix = "bpmn2")
val extensionElements: ExtensionElements
Link copied to clipboard
val id: String