public class TAssignment extends TBaseElement
Java class for tAssignment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tAssignment">
<complexContent>
<extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tBaseElement">
<sequence>
<element name="from" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression"/>
<element name="to" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tExpression"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected TExpression |
from |
protected TExpression |
to |
documentation, extensionElements, id| Constructor and Description |
|---|
TAssignment() |
| Modifier and Type | Method and Description |
|---|---|
TExpression |
getFrom()
Gets the value of the from property.
|
TExpression |
getTo()
Gets the value of the to property.
|
void |
setFrom(TExpression value)
Sets the value of the from property.
|
void |
setTo(TExpression value)
Sets the value of the to property.
|
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setIdprotected TExpression from
protected TExpression to
public TExpression getFrom()
TExpressionpublic void setFrom(TExpression value)
value - allowed object is
TExpressionpublic TExpression getTo()
TExpressionpublic void setTo(TExpression value)
value - allowed object is
TExpressionCopyright © 2018 SAP SE. All Rights Reserved.