com.atomikos.icatch.jaxb.wsat.v200410
Class PrepareResponse

java.lang.Object
  extended by com.atomikos.icatch.jaxb.wsat.v200410.PrepareResponse

public class PrepareResponse
extends Object

Java class for PrepareResponse element declaration.

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

 <element name="PrepareResponse">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attribute name="vote" type="{http://schemas.xmlsoap.org/ws/2004/10/wsat}Vote" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Field Summary
protected  Vote vote
           
 
Constructor Summary
PrepareResponse()
           
 
Method Summary
 Vote getVote()
          Gets the value of the vote property.
 void setVote(Vote value)
          Sets the value of the vote property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vote

protected Vote vote
Constructor Detail

PrepareResponse

public PrepareResponse()
Method Detail

getVote

public Vote getVote()
Gets the value of the vote property.

Returns:
possible object is Vote

setVote

public void setVote(Vote value)
Sets the value of the vote property.

Parameters:
value - allowed object is Vote


Copyright © 2012. All Rights Reserved.