public class

TransactionMode

extends DataObject
java.lang.Object
   ↳ org.mule.modules.oracle.model.AbstractDataObject
     ↳ com.oracle.xmlns.svc.DataObject
       ↳ com.oracle.xmlns.svc.TransactionMode

Class Overview

The Transaction Modes domain.

Java class for TransactionMode complex type.

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

 <complexType name="TransactionMode">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/svc}DataObject">
       <sequence>
         <element name="TransactionMode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String transactionMode
Public Constructors
TransactionMode()
Public Methods
String getTransactionMode()
Gets the value of the transactionMode property.
void setTransactionMode(String value)
Sets the value of the transactionMode property.
[Expand]
Inherited Methods
From class org.mule.modules.oracle.model.AbstractDataObject
From class java.lang.Object

Fields

protected String transactionMode

Public Constructors

public TransactionMode ()

Public Methods

public String getTransactionMode ()

Gets the value of the transactionMode property.

Returns
  • possible object is String

public void setTransactionMode (String value)

Sets the value of the transactionMode property.

Parameters
value Allowed object is String