public class TPlanFragment extends TPlanItemDefinition
tPlanFragment defines the type for element "planFragment"
<p>Java class for tPlanFragment complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tPlanFragment"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tPlanItemDefinition"> <sequence> <element ref="{http://www.omg.org/spec/CMMN/20131201/MODEL}planItem" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.omg.org/spec/CMMN/20131201/MODEL}sentry" maxOccurs="unbounded" minOccurs="0"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
Constructor and Description |
---|
TPlanFragment() |
Modifier and Type | Method and Description |
---|---|
List<TPlanItem> |
getPlanItem()
Gets the value of the planItem property.
|
List<TSentry> |
getSentry()
Gets the value of the sentry property.
|
getDefaultControl, getName, setDefaultControl, setName
getDescription, getId, getOtherAttributes, setDescription, setId
public List<TPlanItem> getPlanItem()
Gets the value of the planItem 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 planItem property.
<p> For example, to add a new item, do as follows: <pre> getPlanItem().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TPlanItem
public List<TSentry> getSentry()
Gets the value of the sentry 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 sentry property.
<p> For example, to add a new item, do as follows: <pre> getSentry().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TSentry
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.