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}QName" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • calledElement

        protected QName calledElement
    • Constructor Detail

      • TCallActivity

        public TCallActivity()
    • Method Detail

      • getCalledElement

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

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