public class TPlanItemStartTrigger extends TStartTrigger
<p>Java class for tPlanItemStartTrigger complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tPlanItemStartTrigger"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tStartTrigger"> <sequence> <element name="standardEvent" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}PlanItemTransition" minOccurs="0"/> </sequence> <attribute name="sourceRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
Constructor and Description |
---|
TPlanItemStartTrigger() |
Modifier and Type | Method and Description |
---|---|
Object |
getSourceRef()
Gets the value of the sourceRef property.
|
PlanItemTransition |
getStandardEvent()
Gets the value of the standardEvent property.
|
void |
setSourceRef(Object value)
Sets the value of the sourceRef property.
|
void |
setStandardEvent(PlanItemTransition value)
Sets the value of the standardEvent property.
|
getDescription, getId, getOtherAttributes, setDescription, setId
public PlanItemTransition getStandardEvent()
Gets the value of the standardEvent property.
PlanItemTransition
public void setStandardEvent(PlanItemTransition value)
Sets the value of the standardEvent property.
value
- allowed object is
PlanItemTransition
public Object getSourceRef()
Gets the value of the sourceRef property.
Object
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.