Package com.sun.xml.ws.tx.at.v10.types
Class PrepareResponse
- java.lang.Object
-
- com.sun.xml.ws.tx.at.v10.types.PrepareResponse
-
public class PrepareResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
-
Constructor Summary
Constructors Constructor Description PrepareResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VotegetVote()Gets the value of the vote property.voidsetVote(Vote value)Sets the value of the vote property.
-
-
-
Field Detail
-
vote
protected Vote vote
-
-