public class TPlanItem extends TCmmnElement
<p>Java class for tPlanItem complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tPlanItem"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCmmnElement"> <sequence> <element name="itemControl" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tPlanItemControl" minOccurs="0"/> </sequence> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="definitionRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="entryCriteriaRefs" type="{http://www.w3.org/2001/XMLSchema}IDREFS" /> <attribute name="exitCriteriaRefs" type="{http://www.w3.org/2001/XMLSchema}IDREFS" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
| Constructor and Description |
|---|
TPlanItem() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDefinitionRef()
Gets the value of the definitionRef property.
|
List<Object> |
getEntryCriteriaRefs()
Gets the value of the entryCriteriaRefs property.
|
List<Object> |
getExitCriteriaRefs()
Gets the value of the exitCriteriaRefs property.
|
TPlanItemControl |
getItemControl()
Gets the value of the itemControl property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDefinitionRef(Object value)
Sets the value of the definitionRef property.
|
void |
setItemControl(TPlanItemControl value)
Sets the value of the itemControl property.
|
void |
setName(String value)
Sets the value of the name property.
|
getDescription, getId, getOtherAttributes, setDescription, setIdpublic TPlanItemControl getItemControl()
Gets the value of the itemControl property.
TPlanItemControlpublic void setItemControl(TPlanItemControl value)
Sets the value of the itemControl property.
value - allowed object is
TPlanItemControlpublic String getName()
Gets the value of the name property.
Stringpublic void setName(String value)
Sets the value of the name property.
value - allowed object is
Stringpublic Object getDefinitionRef()
Gets the value of the definitionRef property.
Objectpublic void setDefinitionRef(Object value)
Sets the value of the definitionRef property.
value - allowed object is
Objectpublic List<Object> getEntryCriteriaRefs()
Gets the value of the entryCriteriaRefs property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the entryCriteriaRefs property.
<p> For example, to add a new item, do as follows: <pre> getEntryCriteriaRefs().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
Object
public List<Object> getExitCriteriaRefs()
Gets the value of the exitCriteriaRefs property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the exitCriteriaRefs property.
<p> For example, to add a new item, do as follows: <pre> getExitCriteriaRefs().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
Object
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.