Class ValidateResponse


  • public class ValidateResponse
    extends java.lang.Object
    Response decoding a token to check its validity

    Java class for anonymous complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="valid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean valid  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isValid()
      Gets the value of the valid property.
      void setValid​(boolean value)
      Sets the value of the valid property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • valid

        protected boolean valid
    • Constructor Detail

      • ValidateResponse

        public ValidateResponse()
    • Method Detail

      • isValid

        public boolean isValid()
        Gets the value of the valid property.
      • setValid

        public void setValid​(boolean value)
        Sets the value of the valid property.