org.apache.openejb.jee.wls
Class TransactionDescriptor

java.lang.Object
  extended by org.apache.openejb.jee.wls.TransactionDescriptor

public class TransactionDescriptor
extends Object

Java class for transaction-descriptor complex type.

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

 <complexType name="transaction-descriptor">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="trans-timeout-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  BigInteger transTimeoutSeconds
           
 
Constructor Summary
TransactionDescriptor()
           
 
Method Summary
 String getId()
          Gets the value of the id property.
 BigInteger getTransTimeoutSeconds()
          Gets the value of the transTimeoutSeconds property.
 void setId(String value)
          Sets the value of the id property.
 void setTransTimeoutSeconds(BigInteger value)
          Sets the value of the transTimeoutSeconds property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

transTimeoutSeconds

protected BigInteger transTimeoutSeconds

id

protected String id
Constructor Detail

TransactionDescriptor

public TransactionDescriptor()
Method Detail

getTransTimeoutSeconds

public BigInteger getTransTimeoutSeconds()
Gets the value of the transTimeoutSeconds property.

Returns:
possible object is BigInteger

setTransTimeoutSeconds

public void setTransTimeoutSeconds(BigInteger value)
Sets the value of the transTimeoutSeconds property.

Parameters:
value - allowed object is BigInteger

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.