java.lang.Object
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TBaseElement
ru.cg.webbpm.studio.subsystems.bpmn.bpmn_model.TAssignment

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>
 
  • Field Details

  • Constructor Details

    • TAssignment

      public TAssignment()
  • Method Details

    • getFrom

      public TExpression getFrom()
      Gets the value of the from property.
      Returns:
      possible object is TExpression
    • setFrom

      public void setFrom(TExpression value)
      Sets the value of the from property.
      Parameters:
      value - allowed object is TExpression
    • getTo

      public TExpression getTo()
      Gets the value of the to property.
      Returns:
      possible object is TExpression
    • setTo

      public void setTo(TExpression value)
      Sets the value of the to property.
      Parameters:
      value - allowed object is TExpression