public class TPlanItemOnPart extends TOnPart
<p>Java class for tPlanItemOnPart complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tPlanItemOnPart"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tOnPart"> <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" /> <attribute name="sentryRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
| Constructor and Description |
|---|
TPlanItemOnPart() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getSentryRef()
Gets the value of the sentryRef property.
|
Object |
getSourceRef()
Gets the value of the sourceRef property.
|
PlanItemTransition |
getStandardEvent()
Gets the value of the standardEvent property.
|
void |
setSentryRef(Object value)
Sets the value of the sentryRef 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, setIdpublic PlanItemTransition getStandardEvent()
Gets the value of the standardEvent property.
PlanItemTransitionpublic void setStandardEvent(PlanItemTransition value)
Sets the value of the standardEvent property.
value - allowed object is
PlanItemTransitionpublic Object getSourceRef()
Gets the value of the sourceRef property.
Objectpublic void setSourceRef(Object value)
Sets the value of the sourceRef property.
value - allowed object is
Objectpublic Object getSentryRef()
Gets the value of the sentryRef property.
ObjectCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.