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, getAuthorizedRoleRefs
getDescription, getId, getOtherAttributes, setDescription, setId
public TPlanItemControl getItemControl()
Gets the value of the itemControl property.
TPlanItemControl
public void setItemControl(TPlanItemControl value)
Sets the value of the itemControl property.
value
- allowed object is
TPlanItemControl
public Object getDefinitionRef()
Gets the value of the definitionRef property.
Object
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.