Package com.sun.xml.ws.tx.at.v10.types
Class ReplayResponse
java.lang.Object
com.sun.xml.ws.tx.at.v10.types.ReplayResponse
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="outcome" type="{http://schemas.xmlsoap.org/ws/2004/10/wsat}Outcome" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the outcome property.voidsetOutcome(Outcome value) Sets the value of the outcome property.
-
Field Details
-
outcome
-
-
Constructor Details
-
ReplayResponse
public ReplayResponse()Default constructor.
-
-
Method Details