public class

BatchFileSaveResponse

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

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

Summary

Fields
protected BatchFileSaveResult batchFileSaveResult
Public Constructors
BatchFileSaveResponse()
Public Methods
BatchFileSaveResult getBatchFileSaveResult()
Gets the value of the batchFileSaveResult property.
void setBatchFileSaveResult(BatchFileSaveResult value)
Sets the value of the batchFileSaveResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BatchFileSaveResult batchFileSaveResult

Public Constructors

public BatchFileSaveResponse ()

Public Methods

public BatchFileSaveResult getBatchFileSaveResult ()

Gets the value of the batchFileSaveResult property.

Returns

public void setBatchFileSaveResult (BatchFileSaveResult value)

Sets the value of the batchFileSaveResult property.

Parameters
value Allowed object is BatchFileSaveResult