public class

BatchFetchResponse

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

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

Summary

Fields
protected BatchFetchResult batchFetchResult
Public Constructors
BatchFetchResponse()
Public Methods
BatchFetchResult getBatchFetchResult()
Gets the value of the batchFetchResult property.
void setBatchFetchResult(BatchFetchResult value)
Sets the value of the batchFetchResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BatchFetchResult batchFetchResult

Public Constructors

public BatchFetchResponse ()

Public Methods

public BatchFetchResult getBatchFetchResult ()

Gets the value of the batchFetchResult property.

Returns

public void setBatchFetchResult (BatchFetchResult value)

Sets the value of the batchFetchResult property.

Parameters
value Allowed object is BatchFetchResult