public class

BatchFileDeleteResponse

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

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

Summary

Fields
protected DeleteResult batchFileDeleteResult
Public Constructors
BatchFileDeleteResponse()
Public Methods
DeleteResult getBatchFileDeleteResult()
Gets the value of the batchFileDeleteResult property.
void setBatchFileDeleteResult(DeleteResult value)
Sets the value of the batchFileDeleteResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected DeleteResult batchFileDeleteResult

Public Constructors

public BatchFileDeleteResponse ()

Public Methods

public DeleteResult getBatchFileDeleteResult ()

Gets the value of the batchFileDeleteResult property.

Returns

public void setBatchFileDeleteResult (DeleteResult value)

Sets the value of the batchFileDeleteResult property.

Parameters
value Allowed object is DeleteResult