public class TPlanningTable extends TTableItem
<p>Java class for tPlanningTable complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tPlanningTable"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tTableItem"> <sequence> <element ref="{http://www.omg.org/spec/CMMN/20131201/MODEL}tableItem" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omg.org/spec/CMMN/20131201/MODEL}applicabilityRule" maxOccurs="unbounded" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
Constructor and Description |
---|
TPlanningTable() |
Modifier and Type | Method and Description |
---|---|
List<TApplicabilityRule> |
getApplicabilityRule()
Gets the value of the applicabilityRule property.
|
List<JAXBElement<? extends TTableItem>> |
getTableItem()
Gets the value of the tableItem property.
|
getApplicabilityRuleRefs, getAuthorizedRoleRefs
getDescription, getId, getOtherAttributes, setDescription, setId
public List<JAXBElement<? extends TTableItem>> getTableItem()
Gets the value of the tableItem 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 tableItem property.
<p> For example, to add a new item, do as follows: <pre> getTableItem().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
JAXBElement
<
TDiscretionaryItem
>
JAXBElement
<
TPlanningTable
>
JAXBElement
<
TTableItem
>
public List<TApplicabilityRule> getApplicabilityRule()
Gets the value of the applicabilityRule 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 applicabilityRule property.
<p> For example, to add a new item, do as follows: <pre> getApplicabilityRule().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TApplicabilityRule
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.