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