Package org.apache.openejb.jee.wls
Class TransactionDescriptor
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected Stringidprotected BigIntegertransTimeoutSeconds
-
Constructor Summary
Constructors Constructor Description TransactionDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.BigIntegergetTransTimeoutSeconds()Gets the value of the transTimeoutSeconds property.voidsetId(String value)Sets the value of the id property.voidsetTransTimeoutSeconds(BigInteger value)Sets the value of the transTimeoutSeconds property.
-
-
-
Field Detail
-
transTimeoutSeconds
protected BigInteger transTimeoutSeconds
-
id
protected String id
-
-
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 isBigInteger
-
-