java.lang.Object | |
↳ | com.avalara.avatax.services.BatchFile |
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>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
batchFileId | |||||||||||
batchId | |||||||||||
content | |||||||||||
contentType | |||||||||||
errorCount | |||||||||||
ext | |||||||||||
filePath | |||||||||||
name | |||||||||||
size |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the batchFileId property.
| |||||||||||
Gets the value of the batchId property.
| |||||||||||
Gets the value of the content property.
| |||||||||||
Gets the value of the contentType property.
| |||||||||||
Gets the value of the errorCount property.
| |||||||||||
Gets the value of the ext property.
| |||||||||||
Gets the value of the filePath property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the size property.
| |||||||||||
Sets the value of the batchFileId property.
| |||||||||||
Sets the value of the batchId property.
| |||||||||||
Sets the value of the content property.
| |||||||||||
Sets the value of the contentType property.
| |||||||||||
Sets the value of the errorCount property.
| |||||||||||
Sets the value of the ext property.
| |||||||||||
Sets the value of the filePath property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the size property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the batchFileId property.
Gets the value of the batchId property.
Gets the value of the content property.
Gets the value of the contentType property.
Gets the value of the errorCount property.
Gets the value of the ext property.
Gets the value of the filePath property.
Gets the value of the name property.
Gets the value of the size property.
Sets the value of the batchFileId property.
value |
---|
Sets the value of the batchId property.
value |
---|
Sets the value of the content property.
value | Allowed object is byte[] |
---|
Sets the value of the contentType property.
value | Allowed object is String |
---|
Sets the value of the errorCount property.
value |
---|
Sets the value of the ext property.
value | Allowed object is String |
---|
Sets the value of the filePath property.
value | Allowed object is String |
---|
Sets the value of the name property.
value | Allowed object is String |
---|
Sets the value of the size property.
value |
---|