public class TCaseTask extends TTask
tCaseTask defines the type of element "caseTask"
<p>Java class for tCaseTask complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tCaseTask"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tTask"> <sequence> <element ref="{http://www.omg.org/spec/CMMN/20131201/MODEL}parameterMapping" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="caseRef" type="{http://www.w3.org/2001/XMLSchema}QName" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
Constructor and Description |
---|
TCaseTask() |
Modifier and Type | Method and Description |
---|---|
QName |
getCaseRef()
Gets the value of the caseRef property.
|
List<TParameterMapping> |
getParameterMapping()
Gets the value of the parameterMapping property.
|
void |
setCaseRef(QName value)
Sets the value of the caseRef property.
|
getInputs, getOutputs, isIsBlocking, setIsBlocking
getDefaultControl, getName, setDefaultControl, setName
getDescription, getId, getOtherAttributes, setDescription, setId
public List<TParameterMapping> getParameterMapping()
Gets the value of the parameterMapping 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 parameterMapping property.
<p> For example, to add a new item, do as follows: <pre> getParameterMapping().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TParameterMapping
public QName getCaseRef()
Gets the value of the caseRef property.
QName
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.