public class TServiceTask extends TTask

Java class for tServiceTask complex type.

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

 <complexType name="tServiceTask">
   <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="operationRef" type="{http://www.w3.org/2001/XMLSchema}QName" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • implementation

      protected String implementation
    • operationRef

      protected QName operationRef
  • Constructor Details

    • TServiceTask

      public TServiceTask()
  • Method Details

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