public class

BatchFileSave

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

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

Summary

Fields
protected BatchFile batchFile
Public Constructors
BatchFileSave()
Public Methods
BatchFile getBatchFile()
Gets the value of the batchFile property.
void setBatchFile(BatchFile value)
Sets the value of the batchFile property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BatchFile batchFile

Public Constructors

public BatchFileSave ()

Public Methods

public BatchFile getBatchFile ()

Gets the value of the batchFile property.

Returns

public void setBatchFile (BatchFile value)

Sets the value of the batchFile property.

Parameters
value Allowed object is BatchFile