public class

Batch

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

Class Overview

Java class for Batch complex type.

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

 <complexType name="Batch">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AccountId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="BatchId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="BatchStatusId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BatchTypeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BatchAgent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CompanyId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="CreatedUserId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="CompletedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="Files" type="{http://avatax.avalara.com/services}ArrayOfBatchFile" minOccurs="0"/>
         <element name="ModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="ModifiedUserId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Options" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="RecordCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="CurrentRecord" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int accountId
protected String batchAgent
protected int batchId
protected String batchStatusId
protected String batchTypeId
protected int companyId
protected XMLGregorianCalendar completedDate
protected XMLGregorianCalendar createdDate
protected int createdUserId
protected int currentRecord
protected ArrayOfBatchFile files
protected XMLGregorianCalendar modifiedDate
protected int modifiedUserId
protected String name
protected String options
protected int recordCount
Public Constructors
Batch()
Public Methods
int getAccountId()
Gets the value of the accountId property.
String getBatchAgent()
Gets the value of the batchAgent property.
int getBatchId()
Gets the value of the batchId property.
String getBatchStatusId()
Gets the value of the batchStatusId property.
String getBatchTypeId()
Gets the value of the batchTypeId property.
int getCompanyId()
Gets the value of the companyId property.
XMLGregorianCalendar getCompletedDate()
Gets the value of the completedDate property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
int getCreatedUserId()
Gets the value of the createdUserId property.
int getCurrentRecord()
Gets the value of the currentRecord property.
ArrayOfBatchFile getFiles()
Gets the value of the files property.
XMLGregorianCalendar getModifiedDate()
Gets the value of the modifiedDate property.
int getModifiedUserId()
Gets the value of the modifiedUserId property.
String getName()
Gets the value of the name property.
String getOptions()
Gets the value of the options property.
int getRecordCount()
Gets the value of the recordCount property.
void setAccountId(int value)
Sets the value of the accountId property.
void setBatchAgent(String value)
Sets the value of the batchAgent property.
void setBatchId(int value)
Sets the value of the batchId property.
void setBatchStatusId(String value)
Sets the value of the batchStatusId property.
void setBatchTypeId(String value)
Sets the value of the batchTypeId property.
void setCompanyId(int value)
Sets the value of the companyId property.
void setCompletedDate(XMLGregorianCalendar value)
Sets the value of the completedDate property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setCreatedUserId(int value)
Sets the value of the createdUserId property.
void setCurrentRecord(int value)
Sets the value of the currentRecord property.
void setFiles(ArrayOfBatchFile value)
Sets the value of the files property.
void setModifiedDate(XMLGregorianCalendar value)
Sets the value of the modifiedDate property.
void setModifiedUserId(int value)
Sets the value of the modifiedUserId property.
void setName(String value)
Sets the value of the name property.
void setOptions(String value)
Sets the value of the options property.
void setRecordCount(int value)
Sets the value of the recordCount property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int accountId

protected String batchAgent

protected int batchId

protected String batchStatusId

protected String batchTypeId

protected int companyId

protected XMLGregorianCalendar completedDate

protected XMLGregorianCalendar createdDate

protected int createdUserId

protected int currentRecord

protected ArrayOfBatchFile files

protected XMLGregorianCalendar modifiedDate

protected int modifiedUserId

protected String name

protected String options

protected int recordCount

Public Constructors

public Batch ()

Public Methods

public int getAccountId ()

Gets the value of the accountId property.

public String getBatchAgent ()

Gets the value of the batchAgent property.

Returns
  • possible object is String

public int getBatchId ()

Gets the value of the batchId property.

public String getBatchStatusId ()

Gets the value of the batchStatusId property.

Returns
  • possible object is String

public String getBatchTypeId ()

Gets the value of the batchTypeId property.

Returns
  • possible object is String

public int getCompanyId ()

Gets the value of the companyId property.

public XMLGregorianCalendar getCompletedDate ()

Gets the value of the completedDate property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public int getCreatedUserId ()

Gets the value of the createdUserId property.

public int getCurrentRecord ()

Gets the value of the currentRecord property.

public ArrayOfBatchFile getFiles ()

Gets the value of the files property.

Returns

public XMLGregorianCalendar getModifiedDate ()

Gets the value of the modifiedDate property.

Returns
  • possible object is XMLGregorianCalendar

public int getModifiedUserId ()

Gets the value of the modifiedUserId property.

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getOptions ()

Gets the value of the options property.

Returns
  • possible object is String

public int getRecordCount ()

Gets the value of the recordCount property.

public void setAccountId (int value)

Sets the value of the accountId property.

Parameters
value

public void setBatchAgent (String value)

Sets the value of the batchAgent property.

Parameters
value Allowed object is String

public void setBatchId (int value)

Sets the value of the batchId property.

Parameters
value

public void setBatchStatusId (String value)

Sets the value of the batchStatusId property.

Parameters
value Allowed object is String

public void setBatchTypeId (String value)

Sets the value of the batchTypeId property.

Parameters
value Allowed object is String

public void setCompanyId (int value)

Sets the value of the companyId property.

Parameters
value

public void setCompletedDate (XMLGregorianCalendar value)

Sets the value of the completedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCreatedUserId (int value)

Sets the value of the createdUserId property.

Parameters
value

public void setCurrentRecord (int value)

Sets the value of the currentRecord property.

Parameters
value

public void setFiles (ArrayOfBatchFile value)

Sets the value of the files property.

Parameters
value Allowed object is ArrayOfBatchFile

public void setModifiedDate (XMLGregorianCalendar value)

Sets the value of the modifiedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setModifiedUserId (int value)

Sets the value of the modifiedUserId property.

Parameters
value

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setOptions (String value)

Sets the value of the options property.

Parameters
value Allowed object is String

public void setRecordCount (int value)

Sets the value of the recordCount property.

Parameters
value