Class TBusinessRuleTask


public class TBusinessRuleTask extends TTask

Java class for tBusinessRuleTask complex type.

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

 <complexType name="tBusinessRuleTask">
   <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="##unspecified" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • implementation

      protected String implementation
  • Constructor Details

    • TBusinessRuleTask

      public TBusinessRuleTask()
  • 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