public class

BatchFetchResult

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

Class Overview

Java class for BatchFetchResult complex type.

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

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

Summary

Fields
protected ArrayOfBatch batches
protected int recordCount
[Expand]
Inherited Fields
From class com.avalara.avatax.services.BaseResult
Public Constructors
BatchFetchResult()
Public Methods
ArrayOfBatch getBatches()
Gets the value of the batches property.
int getRecordCount()
Gets the value of the recordCount property.
void setBatches(ArrayOfBatch value)
Sets the value of the batches 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 ArrayOfBatch batches

protected int recordCount

Public Constructors

public BatchFetchResult ()

Public Methods

public ArrayOfBatch getBatches ()

Gets the value of the batches property.

Returns

public int getRecordCount ()

Gets the value of the recordCount property.

public void setBatches (ArrayOfBatch value)

Sets the value of the batches property.

Parameters
value Allowed object is ArrayOfBatch

public void setRecordCount (int value)

Sets the value of the recordCount property.

Parameters
value