@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public class Result extends Object
Java class for Result complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Result">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="didPass" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="returnString" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="failureReason" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| 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="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") protected boolean didPass
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") protected String returnString
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") protected String failureReason
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public boolean isDidPass()
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public void setDidPass(boolean value)
@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public String getReturnString()
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public void setReturnString(String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver", date="2014-04-08T02:14:26+02:00", comments="JAXB RI v2.2.6") public String getFailureReason()
StringApache CXF