public class ReplayResponse 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="outcome" type="{http://schemas.xmlsoap.org/ws/2004/10/wsat}Outcome" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ReplayResponse() |
| Modifier and Type | Method and Description |
|---|---|
Outcome |
getOutcome()
Gets the value of the outcome property.
|
void |
setOutcome(Outcome value)
Sets the value of the outcome property.
|
protected Outcome outcome
Copyright © 2005–2018 Oracle Corporation. All rights reserved.