@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public class OutputResponseAll extends Object
Java class for OutputResponseAll complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutputResponseAll">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="result" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="reason" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
reason |
protected String |
result |
| Constructor and Description |
|---|
OutputResponseAll() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReason()
Gets the value of the reason property.
|
String |
getResult()
Gets the value of the result property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setResult(String value)
Sets the value of the result property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") protected String result
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") protected String reason
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public String getResult()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public void setResult(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:25+02:00", comments="JAXB RI v2.2.6") public String getReason()
StringApache CXF