Package com.flower.docs.ws.api.token
Class ValidateResponse
- java.lang.Object
-
- com.flower.docs.ws.api.token.ValidateResponse
-
public class ValidateResponse extends java.lang.ObjectResponse decoding a token to check its validityJava 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 booleanvalid
-
Constructor Summary
Constructors Constructor Description ValidateResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisValid()Gets the value of the valid property.voidsetValid(boolean value)Sets the value of the valid property.
-