com.atomikos.icatch.jaxb.atomikos.v200510
Class StateMessageType
java.lang.Object
com.atomikos.icatch.jaxb.atomikos.v200510.TransactionMessageType
com.atomikos.icatch.jaxb.atomikos.v200510.StateMessageType
public class StateMessageType
- extends TransactionMessageType
Java class for StateMessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StateMessageType">
<complexContent>
<extension base="{http://www.atomikos.com/schemas/2005/10/transactions}TransactionMessageType">
<attribute name="committed" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
committed
protected Boolean committed
StateMessageType
public StateMessageType()
isCommitted
public Boolean isCommitted()
- Gets the value of the committed property.
- Returns:
- possible object is
Boolean
setCommitted
public void setCommitted(Boolean value)
- Sets the value of the committed property.
- Parameters:
value
- allowed object is
Boolean
Copyright © 2012. All Rights Reserved.