public class TDiscretionaryItem extends TTableItem
<p>Java class for tDiscretionaryItem complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tDiscretionaryItem"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tTableItem"> <sequence> <element name="itemControl" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tPlanItemControl" minOccurs="0"/> </sequence> <attribute name="definitionRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
| Constructor and Description | 
|---|
TDiscretionaryItem()  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
getDefinitionRef()
Gets the value of the definitionRef property. 
 | 
TPlanItemControl | 
getItemControl()
Gets the value of the itemControl property. 
 | 
void | 
setDefinitionRef(Object value)
Sets the value of the definitionRef property. 
 | 
void | 
setItemControl(TPlanItemControl value)
Sets the value of the itemControl property. 
 | 
getApplicabilityRuleRefs, getAuthorizedRoleRefsgetDescription, 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 Object getDefinitionRef()
Gets the value of the definitionRef property.
ObjectCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.