public class TTransaction extends TSubProcess

Java class for tTransaction complex type.

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

 <complexType name="tTransaction">
   <complexContent>
     <extension base="{http://www.omg.org/spec/BPMN/20100524/MODEL}tSubProcess">
       <attribute name="method" type="{http://www.omg.org/spec/BPMN/20100524/MODEL}tTransactionMethod" default="##Compensate" />
       <anyAttribute processContents='lax' namespace='##other'/>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • method

      protected String method
  • Constructor Details

    • TTransaction

      public TTransaction()
  • Method Details

    • getMethod

      public String getMethod()
      Gets the value of the method property.
      Returns:
      possible object is String
    • setMethod

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