@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public class Result extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
didPass |
protected String |
failureReason |
protected String |
returnString |
| Constructor and Description |
|---|
Result() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFailureReason()
Gets the value of the failureReason property.
|
String |
getReturnString()
Gets the value of the returnString property.
|
boolean |
isDidPass()
Gets the value of the didPass property.
|
void |
setDidPass(boolean value)
Sets the value of the didPass property.
|
void |
setFailureReason(String value)
Sets the value of the failureReason property.
|
void |
setReturnString(String value)
Sets the value of the returnString property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") protected boolean didPass
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") protected String returnString
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") protected String failureReason
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public boolean isDidPass()
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public void setDidPass(boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public String getReturnString()
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public void setReturnString(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2020-11-03T02:24:52-05:00", comments="JAXB RI v2.3.3") public String getFailureReason()
StringApache CXF