public class

BatchSaveResult

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

Class Overview

Java class for BatchSaveResult complex type.

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

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

Summary

Fields
protected int batchId
protected XMLGregorianCalendar estimatedCompletion
[Expand]
Inherited Fields
From class com.avalara.avatax.services.BaseResult
Public Constructors
BatchSaveResult()
Public Methods
int getBatchId()
Gets the value of the batchId property.
XMLGregorianCalendar getEstimatedCompletion()
Gets the value of the estimatedCompletion property.
void setBatchId(int value)
Sets the value of the batchId property.
void setEstimatedCompletion(XMLGregorianCalendar value)
Sets the value of the estimatedCompletion property.
[Expand]
Inherited Methods
From class com.avalara.avatax.services.BaseResult
From class java.lang.Object

Fields

protected int batchId

protected XMLGregorianCalendar estimatedCompletion

Public Constructors

public BatchSaveResult ()

Public Methods

public int getBatchId ()

Gets the value of the batchId property.

public XMLGregorianCalendar getEstimatedCompletion ()

Gets the value of the estimatedCompletion property.

Returns
  • possible object is XMLGregorianCalendar

public void setBatchId (int value)

Sets the value of the batchId property.

Parameters
value

public void setEstimatedCompletion (XMLGregorianCalendar value)

Sets the value of the estimatedCompletion property.

Parameters
value Allowed object is XMLGregorianCalendar