public class TransactionDescriptor
extends java.lang.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 java.lang.String |
id |
protected java.math.BigInteger |
transTimeoutSeconds |
| Constructor and Description |
|---|
TransactionDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
java.math.BigInteger |
getTransTimeoutSeconds()
Gets the value of the transTimeoutSeconds property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setTransTimeoutSeconds(java.math.BigInteger value)
Sets the value of the transTimeoutSeconds property.
|
protected java.math.BigInteger transTimeoutSeconds
protected java.lang.String id
public java.math.BigInteger getTransTimeoutSeconds()
BigIntegerpublic void setTransTimeoutSeconds(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String