Class TCallActivity


public class TCallActivity extends TActivity

Java class for tCallActivity complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tCallActivity">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tActivity">
       <attribute name="calledElement" type="{http://www.w3.org/2001/XMLSchema}string" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • calledElement

      protected String calledElement
  • Constructor Details

    • TCallActivity

      public TCallActivity()
  • Method Details

    • getCalledElement

      public String getCalledElement()
      Gets the value of the calledElement property.
      Returns:
      possible object is String
    • setCalledElement

      public void setCalledElement(String value)
      Sets the value of the calledElement property.
      Parameters:
      value - allowed object is String