Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10660-04


oracle.bpel.services.workflow.client.config
Class LocalClientType

java.lang.Object
  extended by oracle.bpel.services.workflow.client.config.LocalClientType

All Implemented Interfaces:
java.io.Serializable

public class LocalClientType
extends java.lang.Object
implements java.io.Serializable

Java class for localClientType complex type.

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

 <complexType name="localClientType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="participateInClientTransaction" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
Serialized Form

Constructor Summary
LocalClientType()
           

 

Method Summary
 java.lang.Boolean isParticipateInClientTransaction()
          Gets the value of the participateInClientTransaction property.
 void setParticipateInClientTransaction(java.lang.Boolean value)
          Sets the value of the participateInClientTransaction property.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

LocalClientType

public LocalClientType()

Method Detail

isParticipateInClientTransaction

public java.lang.Boolean isParticipateInClientTransaction()
Gets the value of the participateInClientTransaction property.
Returns:
possible object is Boolean

setParticipateInClientTransaction

public void setParticipateInClientTransaction(java.lang.Boolean value)
Sets the value of the participateInClientTransaction property.
Parameters:
value - allowed object is Boolean

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.4.0)
E10660-04


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.