public class

BatchFileSaveResult

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

Class Overview

Java class for BatchFileSaveResult complex type.

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

 <complexType name="BatchFileSaveResult">
   <complexContent>
     <extension base="{http://avatax.avalara.com/services}BaseResult">
       <sequence>
         <element name="BatchFileId" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int batchFileId
[Expand]
Inherited Fields
From class com.avalara.avatax.services.BaseResult
Public Constructors
BatchFileSaveResult()
Public Methods
int getBatchFileId()
Gets the value of the batchFileId property.
void setBatchFileId(int value)
Sets the value of the batchFileId property.
[Expand]
Inherited Methods
From class com.avalara.avatax.services.BaseResult
From class java.lang.Object

Fields

protected int batchFileId

Public Constructors

public BatchFileSaveResult ()

Public Methods

public int getBatchFileId ()

Gets the value of the batchFileId property.

public void setBatchFileId (int value)

Sets the value of the batchFileId property.

Parameters
value