public class

IsAuthorizedResult

extends BaseResult
java.lang.Object
   ↳ com.avalara.avatax.services.BaseResult
     ↳ com.avalara.avatax.services.IsAuthorizedResult

Class Overview

Java class for IsAuthorizedResult complex type.

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

 <complexType name="IsAuthorizedResult">
   <complexContent>
     <extension base="{http://avatax.avalara.com/services}BaseResult">
       <sequence>
         <element name="Operations" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Expires" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar expires
protected String operations
[Expand]
Inherited Fields
From class com.avalara.avatax.services.BaseResult
Public Constructors
IsAuthorizedResult()
Public Methods
XMLGregorianCalendar getExpires()
Gets the value of the expires property.
String getOperations()
Gets the value of the operations property.
void setExpires(XMLGregorianCalendar value)
Sets the value of the expires property.
void setOperations(String value)
Sets the value of the operations property.
[Expand]
Inherited Methods
From class com.avalara.avatax.services.BaseResult
From class java.lang.Object

Fields

protected XMLGregorianCalendar expires

protected String operations

Public Constructors

public IsAuthorizedResult ()

Public Methods

public XMLGregorianCalendar getExpires ()

Gets the value of the expires property.

Returns
  • possible object is XMLGregorianCalendar

public String getOperations ()

Gets the value of the operations property.

Returns
  • possible object is String

public void setExpires (XMLGregorianCalendar value)

Sets the value of the expires property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setOperations (String value)

Sets the value of the operations property.

Parameters
value Allowed object is String