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

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

public class ReplayResponse
extends Object

Java class for ReplayResponse element declaration.

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

 <element name="ReplayResponse">
   <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>
 </element>
 


Field Summary
protected  Outcome outcome
           
 
Constructor Summary
ReplayResponse()
           
 
Method Summary
 Outcome getOutcome()
          Gets the value of the outcome property.
 void setOutcome(Outcome value)
          Sets the value of the outcome property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

outcome

protected Outcome outcome
Constructor Detail

ReplayResponse

public ReplayResponse()
Method Detail

getOutcome

public Outcome getOutcome()
Gets the value of the outcome property.

Returns:
possible object is Outcome

setOutcome

public void setOutcome(Outcome value)
Sets the value of the outcome property.

Parameters:
value - allowed object is Outcome


Copyright © 2012. All Rights Reserved.