Class Result


  • @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v2.3.5",
               date="2023-06-06T11:29:24-04:00")
    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>
     
    • Field Detail

      • didPass

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:24-04:00")
        protected boolean didPass
      • returnString

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:24-04:00")
        protected String returnString
      • failureReason

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:24-04:00")
        protected String failureReason
    • Constructor Detail

      • Result

        public Result()
    • Method Detail

      • isDidPass

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:24-04: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="2023-06-06T11:29:24-04: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="2023-06-06T11:29:24-04: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="2023-06-06T11:29:24-04:00")
        public void setReturnString​(String value)
        Sets the value of the returnString property.
        Parameters:
        value - allowed object is String
      • getFailureReason

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:24-04:00")
        public String getFailureReason()
        Gets the value of the failureReason property.
        Returns:
        possible object is String
      • setFailureReason

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v2.3.5",
                   date="2023-06-06T11:29:24-04:00")
        public void setFailureReason​(String value)
        Sets the value of the failureReason property.
        Parameters:
        value - allowed object is String