Class Result
- java.lang.Object
-
- org.apache.hello_world_soap_http_secure.types.Result
-
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") public class Result extends ObjectJava 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>
-
-
Field Summary
Fields Modifier and Type Field Description protected booleandidPassprotected StringfailureReasonprotected StringreturnString
-
Constructor Summary
Constructors Constructor Description Result()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFailureReason()Gets the value of the failureReason property.StringgetReturnString()Gets the value of the returnString property.booleanisDidPass()Gets the value of the didPass property.voidsetDidPass(boolean value)Sets the value of the didPass property.voidsetFailureReason(String value)Sets the value of the failureReason property.voidsetReturnString(String value)Sets the value of the returnString property.
-
-
-
Field Detail
-
didPass
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") protected boolean didPass
-
returnString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") protected String returnString
-
failureReason
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") protected String failureReason
-
-
Method Detail
-
isDidPass
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") public boolean isDidPass()Gets the value of the didPass property.
-
setDidPass
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") public void setDidPass(boolean value)Sets the value of the didPass property.
-
getReturnString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") public String getReturnString()Gets the value of the returnString property.- Returns:
- possible object is
String
-
setReturnString
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") public void setReturnString(String value)Sets the value of the returnString property.- Parameters:
value- allowed object isString
-
getFailureReason
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2024-03-07T12:28:41-05:00") public String getFailureReason()Gets the value of the failureReason property.- Returns:
- possible object is
String
-
-