Class TSendTask


  • public class TSendTask
    extends TTask

    Java class for tSendTask complex type.

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

     <complexType name="tSendTask">
       <complexContent>
         <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tTask">
           <attribute name="implementation" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tImplementation" default="##WebService" />
           <attribute name="messageRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
           <attribute name="operationRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • implementation

        protected String implementation
      • messageRef

        protected QName messageRef
      • operationRef

        protected QName operationRef
    • Constructor Detail

      • TSendTask

        public TSendTask()
    • Method Detail

      • getImplementation

        public String getImplementation()
        Gets the value of the implementation property.
        Returns:
        possible object is String
      • setImplementation

        public void setImplementation​(String value)
        Sets the value of the implementation property.
        Parameters:
        value - allowed object is String
      • getMessageRef

        public QName getMessageRef()
        Gets the value of the messageRef property.
        Returns:
        possible object is QName
      • setMessageRef

        public void setMessageRef​(QName value)
        Sets the value of the messageRef property.
        Parameters:
        value - allowed object is QName
      • getOperationRef

        public QName getOperationRef()
        Gets the value of the operationRef property.
        Returns:
        possible object is QName
      • setOperationRef

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