public class TIfPart extends TCmmnElement
<p>Java class for tIfPart complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre> <complexType name="tIfPart"> <complexContent> <extension base="{http://www.omg.org/spec/CMMN/20131201/MODEL}tCmmnElement"> <sequence> <element name="condition" type="{http://www.omg.org/spec/CMMN/20131201/MODEL}tExpression" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="contextRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType> </pre>
Constructor and Description |
---|
TIfPart() |
Modifier and Type | Method and Description |
---|---|
List<TExpression> |
getCondition()
Gets the value of the condition property.
|
Object |
getContextRef()
Gets the value of the contextRef property.
|
void |
setContextRef(Object value)
Sets the value of the contextRef property.
|
getDescription, getId, getOtherAttributes, setDescription, setId
public List<TExpression> getCondition()
Gets the value of the condition 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 condition property.
<p> For example, to add a new item, do as follows: <pre> getCondition().add(newItem); </pre>
<p>
Objects of the following type(s) are allowed in the list
TExpression
public Object getContextRef()
Gets the value of the contextRef property.
Object
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.