Class TAssignment
java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TAssignment
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>
-
Field Summary
FieldsFields inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
documentation, extensionElements, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFrom()
Gets the value of the from property.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.Methods inherited from class ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
getDocumentation, getExtensionElements, getId, getOtherAttributes, setExtensionElements, setId
-
Field Details
-
from
-
to
-
-
Constructor Details
-
TAssignment
public TAssignment()
-
-
Method Details
-
getFrom
Gets the value of the from property.- Returns:
- possible object is
TExpression
-
setFrom
Sets the value of the from property.- Parameters:
value
- allowed object isTExpression
-
getTo
Gets the value of the to property.- Returns:
- possible object is
TExpression
-
setTo
Sets the value of the to property.- Parameters:
value
- allowed object isTExpression
-