public class

GetTaxResponse

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

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="GetTaxResult" type="{http://avatax.avalara.com/services}GetTaxResult" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected GetTaxResult getTaxResult
Public Constructors
GetTaxResponse()
Public Methods
GetTaxResult getGetTaxResult()
Gets the value of the getTaxResult property.
void setGetTaxResult(GetTaxResult value)
Sets the value of the getTaxResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetTaxResult getTaxResult

Public Constructors

public GetTaxResponse ()

Public Methods

public GetTaxResult getGetTaxResult ()

Gets the value of the getTaxResult property.

Returns

public void setGetTaxResult (GetTaxResult value)

Sets the value of the getTaxResult property.

Parameters
value Allowed object is GetTaxResult