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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected BigInteger |
transTimeoutSeconds |
| Constructor and Description |
|---|
TransactionDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected BigInteger transTimeoutSeconds
protected String id
public BigInteger getTransTimeoutSeconds()
BigIntegerpublic void setTransTimeoutSeconds(BigInteger value)
value - allowed object is
BigIntegerCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.