com.atomikos.icatch.jaxb.atomikos.v200510
Class PreparedMessageType

java.lang.Object
  extended by com.atomikos.icatch.jaxb.atomikos.v200510.TransactionMessageType
      extended by com.atomikos.icatch.jaxb.atomikos.v200510.PreparedMessageType

public class PreparedMessageType
extends TransactionMessageType

Java class for PreparedMessageType complex type.

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

 <complexType name="PreparedMessageType">
   <complexContent>
     <extension base="{http://www.atomikos.com/schemas/2005/10/transactions}TransactionMessageType">
       <attribute name="readOnly" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean readOnly
           
 
Fields inherited from class com.atomikos.icatch.jaxb.atomikos.v200510.TransactionMessageType
sender, target
 
Constructor Summary
PreparedMessageType()
           
 
Method Summary
 boolean isReadOnly()
          Gets the value of the readOnly property.
 void setReadOnly(boolean value)
          Sets the value of the readOnly property.
 
Methods inherited from class com.atomikos.icatch.jaxb.atomikos.v200510.TransactionMessageType
getSender, getTarget, setSender, setTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

readOnly

protected boolean readOnly
Constructor Detail

PreparedMessageType

public PreparedMessageType()
Method Detail

isReadOnly

public boolean isReadOnly()
Gets the value of the readOnly property.


setReadOnly

public void setReadOnly(boolean value)
Sets the value of the readOnly property.



Copyright © 2012. All Rights Reserved.