public class

BatchFileFetchResponse

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

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

Summary

Fields
protected BatchFileFetchResult batchFileFetchResult
Public Constructors
BatchFileFetchResponse()
Public Methods
BatchFileFetchResult getBatchFileFetchResult()
Gets the value of the batchFileFetchResult property.
void setBatchFileFetchResult(BatchFileFetchResult value)
Sets the value of the batchFileFetchResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BatchFileFetchResult batchFileFetchResult

Public Constructors

public BatchFileFetchResponse ()

Public Methods

public BatchFileFetchResult getBatchFileFetchResult ()

Gets the value of the batchFileFetchResult property.

Returns

public void setBatchFileFetchResult (BatchFileFetchResult value)

Sets the value of the batchFileFetchResult property.

Parameters
value Allowed object is BatchFileFetchResult