public class

BatchFile

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

Class Overview

Java class for BatchFile complex type.

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

 <complexType name="BatchFile">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="BatchFileId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="BatchId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Content" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
         <element name="ContentType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Ext" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FilePath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Size" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ErrorCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected int batchFileId
protected int batchId
protected byte[] content
protected String contentType
protected int errorCount
protected String ext
protected String filePath
protected String name
protected int size
Public Constructors
BatchFile()
Public Methods
int getBatchFileId()
Gets the value of the batchFileId property.
int getBatchId()
Gets the value of the batchId property.
byte[] getContent()
Gets the value of the content property.
String getContentType()
Gets the value of the contentType property.
int getErrorCount()
Gets the value of the errorCount property.
String getExt()
Gets the value of the ext property.
String getFilePath()
Gets the value of the filePath property.
String getName()
Gets the value of the name property.
int getSize()
Gets the value of the size property.
void setBatchFileId(int value)
Sets the value of the batchFileId property.
void setBatchId(int value)
Sets the value of the batchId property.
void setContent(byte[] value)
Sets the value of the content property.
void setContentType(String value)
Sets the value of the contentType property.
void setErrorCount(int value)
Sets the value of the errorCount property.
void setExt(String value)
Sets the value of the ext property.
void setFilePath(String value)
Sets the value of the filePath property.
void setName(String value)
Sets the value of the name property.
void setSize(int value)
Sets the value of the size property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected int batchFileId

protected int batchId

protected byte[] content

protected String contentType

protected int errorCount

protected String ext

protected String filePath

protected String name

protected int size

Public Constructors

public BatchFile ()

Public Methods

public int getBatchFileId ()

Gets the value of the batchFileId property.

public int getBatchId ()

Gets the value of the batchId property.

public byte[] getContent ()

Gets the value of the content property.

Returns
  • possible object is byte[]

public String getContentType ()

Gets the value of the contentType property.

Returns
  • possible object is String

public int getErrorCount ()

Gets the value of the errorCount property.

public String getExt ()

Gets the value of the ext property.

Returns
  • possible object is String

public String getFilePath ()

Gets the value of the filePath property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public int getSize ()

Gets the value of the size property.

public void setBatchFileId (int value)

Sets the value of the batchFileId property.

Parameters
value

public void setBatchId (int value)

Sets the value of the batchId property.

Parameters
value

public void setContent (byte[] value)

Sets the value of the content property.

Parameters
value Allowed object is byte[]

public void setContentType (String value)

Sets the value of the contentType property.

Parameters
value Allowed object is String

public void setErrorCount (int value)

Sets the value of the errorCount property.

Parameters
value

public void setExt (String value)

Sets the value of the ext property.

Parameters
value Allowed object is String

public void setFilePath (String value)

Sets the value of the filePath property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setSize (int value)

Sets the value of the size property.

Parameters
value