public class

IsAuthorized

extends Object
java.lang.Object
   ↳ com.avalara.avatax.services.IsAuthorized

Class Overview

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="Operations" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String operations
Public Constructors
IsAuthorized()
Public Methods
String getOperations()
Gets the value of the operations property.
void setOperations(String value)
Sets the value of the operations property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String operations

Public Constructors

public IsAuthorized ()

Public Methods

public String getOperations ()

Gets the value of the operations property.

Returns
  • possible object is String

public void setOperations (String value)

Sets the value of the operations property.

Parameters
value Allowed object is String