public class

BatchFileFetchResult

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

Class Overview

Java class for BatchFileFetchResult complex type.

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

 <complexType name="BatchFileFetchResult">
   <complexContent>
     <extension base="{http://avatax.avalara.com/services}BaseResult">
       <sequence>
         <element name="BatchFiles" type="{http://avatax.avalara.com/services}ArrayOfBatchFile" minOccurs="0"/>
         <element name="RecordCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfBatchFile batchFiles
protected int recordCount
[Expand]
Inherited Fields
From class com.avalara.avatax.services.BaseResult
Public Constructors
BatchFileFetchResult()
Public Methods
ArrayOfBatchFile getBatchFiles()
Gets the value of the batchFiles property.
int getRecordCount()
Gets the value of the recordCount property.
void setBatchFiles(ArrayOfBatchFile value)
Sets the value of the batchFiles property.
void setRecordCount(int value)
Sets the value of the recordCount property.
[Expand]
Inherited Methods
From class com.avalara.avatax.services.BaseResult
From class java.lang.Object

Fields

protected ArrayOfBatchFile batchFiles

protected int recordCount

Public Constructors

public BatchFileFetchResult ()

Public Methods

public ArrayOfBatchFile getBatchFiles ()

Gets the value of the batchFiles property.

Returns

public int getRecordCount ()

Gets the value of the recordCount property.

public void setBatchFiles (ArrayOfBatchFile value)

Sets the value of the batchFiles property.

Parameters
value Allowed object is ArrayOfBatchFile

public void setRecordCount (int value)

Sets the value of the recordCount property.

Parameters
value