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.Object
Response 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 boolean
valid
-
Constructor Summary
Constructors Constructor Description ValidateResponse()
-
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.
-