java.lang.Object | |
↳ | com.avalara.avatax.services.Batch |
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>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
accountId | |||||||||||
batchAgent | |||||||||||
batchId | |||||||||||
batchStatusId | |||||||||||
batchTypeId | |||||||||||
companyId | |||||||||||
completedDate | |||||||||||
createdDate | |||||||||||
createdUserId | |||||||||||
currentRecord | |||||||||||
files | |||||||||||
modifiedDate | |||||||||||
modifiedUserId | |||||||||||
name | |||||||||||
options | |||||||||||
recordCount |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountId property.
| |||||||||||
Gets the value of the batchAgent property.
| |||||||||||
Gets the value of the batchId property.
| |||||||||||
Gets the value of the batchStatusId property.
| |||||||||||
Gets the value of the batchTypeId property.
| |||||||||||
Gets the value of the companyId property.
| |||||||||||
Gets the value of the completedDate property.
| |||||||||||
Gets the value of the createdDate property.
| |||||||||||
Gets the value of the createdUserId property.
| |||||||||||
Gets the value of the currentRecord property.
| |||||||||||
Gets the value of the files property.
| |||||||||||
Gets the value of the modifiedDate property.
| |||||||||||
Gets the value of the modifiedUserId property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the options property.
| |||||||||||
Gets the value of the recordCount property.
| |||||||||||
Sets the value of the accountId property.
| |||||||||||
Sets the value of the batchAgent property.
| |||||||||||
Sets the value of the batchId property.
| |||||||||||
Sets the value of the batchStatusId property.
| |||||||||||
Sets the value of the batchTypeId property.
| |||||||||||
Sets the value of the companyId property.
| |||||||||||
Sets the value of the completedDate property.
| |||||||||||
Sets the value of the createdDate property.
| |||||||||||
Sets the value of the createdUserId property.
| |||||||||||
Sets the value of the currentRecord property.
| |||||||||||
Sets the value of the files property.
| |||||||||||
Sets the value of the modifiedDate property.
| |||||||||||
Sets the value of the modifiedUserId property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the options property.
| |||||||||||
Sets the value of the recordCount property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the accountId property.
Gets the value of the batchAgent property.
Gets the value of the batchId property.
Gets the value of the batchStatusId property.
Gets the value of the batchTypeId property.
Gets the value of the companyId property.
Gets the value of the completedDate property.
Gets the value of the createdDate property.
Gets the value of the createdUserId property.
Gets the value of the currentRecord property.
Gets the value of the files property.
ArrayOfBatchFile
Gets the value of the modifiedDate property.
Gets the value of the modifiedUserId property.
Gets the value of the name property.
Gets the value of the options property.
Gets the value of the recordCount property.
Sets the value of the accountId property.
value |
---|
Sets the value of the batchAgent property.
value | Allowed object is String |
---|
Sets the value of the batchId property.
value |
---|
Sets the value of the batchStatusId property.
value | Allowed object is String |
---|
Sets the value of the batchTypeId property.
value | Allowed object is String |
---|
Sets the value of the companyId property.
value |
---|
Sets the value of the completedDate property.
value | Allowed object is XMLGregorianCalendar |
---|
Sets the value of the createdDate property.
value | Allowed object is XMLGregorianCalendar |
---|
Sets the value of the createdUserId property.
value |
---|
Sets the value of the currentRecord property.
value |
---|
Sets the value of the files property.
value | Allowed object is
ArrayOfBatchFile
|
---|
Sets the value of the modifiedDate property.
value | Allowed object is XMLGregorianCalendar |
---|
Sets the value of the modifiedUserId property.
value |
---|
Sets the value of the name property.
value | Allowed object is String |
---|
Sets the value of the options property.
value | Allowed object is String |
---|
Sets the value of the recordCount property.
value |
---|