A B C D E F G H I J L M N O P R S T U V W Z _

A

AccountingMethod - Class in com.avalara.avatax.services.tax
 
Accrual - Static variable in class com.avalara.avatax.services.tax.AccountingMethod
 
add(BaseAddress) - Method in class com.avalara.avatax.services.tax.ArrayOfBaseAddress
Adds an item to the array, resizing it as needed.
add(Line) - Method in class com.avalara.avatax.services.tax.ArrayOfLine
Adds an item to the array, resizing it as needed.
Address - Class in com.avalara.avatax.services.address
Contains address data; Can be passed to AddressSvcSoap.validate(com.avalara.avatax.services.address.ValidateRequest) using ValidateRequest; Also part of the GetTaxRequest result returned from the TaxSvcSoap.getTax(com.avalara.avatax.services.tax.GetTaxRequest) tax calculation service.
Address() - Constructor for class com.avalara.avatax.services.address.Address
Initializes a new instance of the class.
Address - Static variable in class com.avalara.avatax.services.tax.BoundaryLevel
Street address precision
AddressSvc - Interface in com.avalara.avatax.services.address
In the the Axis scheme, interface implemented by the object (AddressSvcLocator) that wraps the actual functional Address Service proxy (AddressSvcSoapStub).
AddressSvcLocator - Class in com.avalara.avatax.services.address
Class that implements the AddressSvc interface and is used to create a local proxy (interface) to interact with Avalara's Address Web Service.
AddressSvcLocator() - Constructor for class com.avalara.avatax.services.address.AddressSvcLocator
Initializes a new instance of the class.
AddressSvcLocator(EngineConfiguration) - Constructor for class com.avalara.avatax.services.address.AddressSvcLocator
Initializes a new instance of the class.
AddressSvcLocator(String, QName) - Constructor for class com.avalara.avatax.services.address.AddressSvcLocator
Initializes a new instance of the class.
AddressSvcSoap - Interface in com.avalara.avatax.services.address
Proxy interface for the Avalara Address Web Service.
AddressSvcSoapStub - Class in com.avalara.avatax.services.address
Axis-generated class that implements the proxy interface AddressSvcSoap for contacting the Avalara Address Web Service.
AddressSvcSoapStub() - Constructor for class com.avalara.avatax.services.address.AddressSvcSoapStub
Initializes a new instance of the class; preferred usage is to obtain an instance of it (as a AddressSvcSoap interface via the AddressSvcLocator.getAddressSvcSoap(java.net.URL) method.
AddressSvcSoapStub(URL, Service) - Constructor for class com.avalara.avatax.services.address.AddressSvcSoapStub
Initializes a new instance of the class; preferred usage is to obtain an instance of it (as a AddressSvcSoap interface via the AddressSvcLocator.getAddressSvcSoap(java.net.URL) method.
AddressSvcSoapStub(Service) - Constructor for class com.avalara.avatax.services.address.AddressSvcSoapStub
Initializes a new instance of the class; preferred usage is to obtain an instance of it (as a AddressSvcSoap interface via the AddressSvcLocator.getAddressSvcSoap(java.net.URL) method.
Adjusted - Static variable in class com.avalara.avatax.services.tax.DocStatus
 
AdjustmentCancelled - Static variable in class com.avalara.avatax.services.tax.CancelCode
Specifies the document was adjusted within the client's application and should be removed from the AvaTax records; If the document within AvaTax is already committed, the document status will be changed to Cancelled and retained for historical records; If the document was not committed, (was Saved or Posted) the document will be deleted within AvaTax.
adjustTax(AdjustTaxRequest) - Method in interface com.avalara.avatax.services.tax.TaxSvcSoap
*
adjustTax(AdjustTaxRequest) - Method in class com.avalara.avatax.services.tax.TaxSvcSoapStub
 
AdjustTaxRequest - Class in com.avalara.avatax.services.tax
Data to pass to TaxSvcSoap.adjustTax(com.avalara.avatax.services.tax.AdjustTaxRequest).
AdjustTaxRequest() - Constructor for class com.avalara.avatax.services.tax.AdjustTaxRequest
 
AdjustTaxResult - Class in com.avalara.avatax.services.tax
Result data returned from TaxSvcSoap.adjustTax(com.avalara.avatax.services.tax.AdjustTaxRequest).
AdjustTaxResult() - Constructor for class com.avalara.avatax.services.tax.AdjustTaxResult
 
Any - Static variable in class com.avalara.avatax.services.tax.DocStatus
Any status (used for searching)
applyPayment(ApplyPaymentRequest) - Method in interface com.avalara.avatax.services.tax.TaxSvcSoap
This method is used to apply a payment to a document for cash basis accounting.
applyPayment(ApplyPaymentRequest) - Method in class com.avalara.avatax.services.tax.TaxSvcSoapStub
 
ApplyPaymentRequest - Class in com.avalara.avatax.services.tax
 
ApplyPaymentRequest() - Constructor for class com.avalara.avatax.services.tax.ApplyPaymentRequest
 
ApplyPaymentRequest(String, String, DocumentType, String, Calendar) - Constructor for class com.avalara.avatax.services.tax.ApplyPaymentRequest
 
ApplyPaymentResult - Class in com.avalara.avatax.services.tax
 
ApplyPaymentResult() - Constructor for class com.avalara.avatax.services.tax.ApplyPaymentResult
 
ApplyPaymentResult(String) - Constructor for class com.avalara.avatax.services.tax.ApplyPaymentResult
 
ArrayOfBaseAddress - Class in com.avalara.avatax.services.tax
A wrapper object used by Axis to encapsulate an array of zero or more BaseAddress objects for SOAP transmission via the Web as part of a GetTaxRequest object.
ArrayOfBaseAddress() - Constructor for class com.avalara.avatax.services.tax.ArrayOfBaseAddress
Initializes a new instance of the class with an empty array of BaseAddress objects.
ArrayOfBaseAddress(BaseAddress[]) - Constructor for class com.avalara.avatax.services.tax.ArrayOfBaseAddress
Initializes a new instance of the classand and its internal array of BaseAddress objects.
ArrayOfBaseAddress(int) - Constructor for class com.avalara.avatax.services.tax.ArrayOfBaseAddress
Initializes a new instance of the class and and its internal array size.
ArrayOfGetTaxResult - Class in com.avalara.avatax.services.tax
A wrapper object used by Axis to encapsulate an array of zero or more GetTaxResult objects for SOAP transmission via the Web.
ArrayOfGetTaxResult() - Constructor for class com.avalara.avatax.services.tax.ArrayOfGetTaxResult
Initializes a new instance of the class with an empty array of GetTaxResult objects.
ArrayOfGetTaxResult(GetTaxResult[]) - Constructor for class com.avalara.avatax.services.tax.ArrayOfGetTaxResult
Initializes a new instance of the class and and its internal array of GetTaxResult objects.
ArrayOfLine - Class in com.avalara.avatax.services.tax
A wrapper object used by Axis to encapsulate an array of zero or more Line objects for SOAP transmission via the Web.
ArrayOfLine() - Constructor for class com.avalara.avatax.services.tax.ArrayOfLine
Initializes a new instance of the class with an empty array of Line objects.
ArrayOfLine(Line[]) - Constructor for class com.avalara.avatax.services.tax.ArrayOfLine
Initializes a new instance of the class and its internal array of Line objects.
ArrayOfLine(int) - Constructor for class com.avalara.avatax.services.tax.ArrayOfLine
Initializes a new instance of the class and and its internal array size.
ArrayOfMessage - Class in com.avalara.avatax.services.address
A wrapper object used by Axis to encapsulate an array of zero or more Message objects for SOAP transmission via the Web returned as part of a method call's result object.
ArrayOfMessage() - Constructor for class com.avalara.avatax.services.address.ArrayOfMessage
Initializes a new instance of the class with an empty array of Message objects.
ArrayOfMessage(Message[]) - Constructor for class com.avalara.avatax.services.address.ArrayOfMessage
Initializes a new instance of the class and its internal array of Message objects.
ArrayOfMessage - Class in com.avalara.avatax.services.tax
A wrapper object used by Axis to encapsulate an array of zero or more Message objects for SOAP transmission via the Web returned as part of a method call's result object.
ArrayOfMessage() - Constructor for class com.avalara.avatax.services.tax.ArrayOfMessage
Initializes a new instance of the class with an empty array of Message objects.
ArrayOfMessage(Message[]) - Constructor for class com.avalara.avatax.services.tax.ArrayOfMessage
Initializes a new instance of the class and its internal array of Message objects.
ArrayOfTaxAddress - Class in com.avalara.avatax.services.tax
 
ArrayOfTaxAddress() - Constructor for class com.avalara.avatax.services.tax.ArrayOfTaxAddress
 
ArrayOfTaxAddress(TaxAddress[]) - Constructor for class com.avalara.avatax.services.tax.ArrayOfTaxAddress
 
ArrayOfTaxDetail - Class in com.avalara.avatax.services.tax
A wrapper object used by Axis to encapsulate an array of zero or more TaxDetail objects for SOAP transmission via the Web.
ArrayOfTaxDetail() - Constructor for class com.avalara.avatax.services.tax.ArrayOfTaxDetail
Initializes a new instance of the class with an empty array of TaxDetail objects.
ArrayOfTaxDetail(TaxDetail[]) - Constructor for class com.avalara.avatax.services.tax.ArrayOfTaxDetail
Initializes a new instance of the classand and its internal array of TaxDetail objects.
ArrayOfTaxLine - Class in com.avalara.avatax.services.tax
A wrapper object used by Axis to encapsulate an array of zero or more TaxLine objects for SOAP transmission via the Web.
ArrayOfTaxLine() - Constructor for class com.avalara.avatax.services.tax.ArrayOfTaxLine
Initializes a new instance of the class with an empty array of TaxLine objects.
ArrayOfTaxLine(TaxLine[]) - Constructor for class com.avalara.avatax.services.tax.ArrayOfTaxLine
Initializes a new instance of the classand and its internal array of TaxLine objects.
ArrayOfValidAddress - Class in com.avalara.avatax.services.address
A Axis Wrapper for an array containing zero or more ValidAddress objects.
ArrayOfValidAddress() - Constructor for class com.avalara.avatax.services.address.ArrayOfValidAddress
Initializes a new instance of the class an empty array of ValidAddress objects.
ArrayOfValidAddress(ValidAddress[]) - Constructor for class com.avalara.avatax.services.address.ArrayOfValidAddress
Initializes a new instance of the class and initializes the internal array of ValidAddress objects.
Automatic - Static variable in class com.avalara.avatax.services.tax.ServiceMode
Automated handling by local and/or remote server.

B

BaseAddress - Class in com.avalara.avatax.services.address
 
BaseAddress() - Constructor for class com.avalara.avatax.services.address.BaseAddress
 
BaseAddress - Class in com.avalara.avatax.services.tax
Object representation of an Address with fields for multiple address lines, city, region, postal code and country.
BaseAddress() - Constructor for class com.avalara.avatax.services.tax.BaseAddress
Default Constructor for BaseAddress object.
BaseResult - Class in com.avalara.avatax.services.address
The base class for result objects that return a ResultCode and Messages collection -- Not creatable.
BaseResult() - Constructor for class com.avalara.avatax.services.address.BaseResult
Initializes a new instance of the class.
BaseResult - Class in com.avalara.avatax.services.tax
The base class for result objects that return a ResultCode and Messages collection -- Not creatable.
BaseResult() - Constructor for class com.avalara.avatax.services.tax.BaseResult
Initializes a new instance of the class.
BaseSvcSoap - Interface in com.avalara.avatax.services.base
Interface for the basic Web service functionality shared by the Address and Tax Service -- essentially setting the connection and authentication information necessary for both service proxies to connect to Avalara's Web services.
BaseSvcSoapStub - Class in com.avalara.avatax.services.base
Base class for web service interface classes -- Not creatable; Create instead AddressSvcSoapStub or TaxSvcSoapStub objects via an Axis Service proxy factory class: (@link com.avalara.avatax.services.address.AddressSvc} or TaxSvc.
BoundaryLevel - Class in com.avalara.avatax.services.tax
Jurisdiction boundary precision level found for address; This depends on the accuracy of the address as well as the precision level of the state provided jurisdiction boundaries.
BuildAuditMetrics(String, String, long) - Static method in class com.avalara.avatax.services.base.Utility
 

C

CancelCode - Class in com.avalara.avatax.services.tax
A cancel code is set on a CancelTaxRequest and specifies the reason the tax calculation is being canceled (or in the case of posting, returned to its prior state).
Cancelled - Static variable in class com.avalara.avatax.services.tax.DocStatus
A committed document that has been cancelled.
cancelTax(CancelTaxRequest) - Method in interface com.avalara.avatax.services.tax.TaxSvcSoap
Cancels a previously calculated tax; This is for use as a compensating action when posting on the client fails to complete.
cancelTax(CancelTaxRequest) - Method in class com.avalara.avatax.services.tax.TaxSvcSoapStub
 
CancelTaxRequest - Class in com.avalara.avatax.services.tax
Data to pass to TaxSvcSoap.cancelTax(com.avalara.avatax.services.tax.CancelTaxRequest) indicating the document that should be cancelled and the reason for the operation.
CancelTaxRequest() - Constructor for class com.avalara.avatax.services.tax.CancelTaxRequest
Initializes a new instance of the class.
CancelTaxResult - Class in com.avalara.avatax.services.tax
Result data returned from TaxSvcSoap.cancelTax(com.avalara.avatax.services.tax.CancelTaxRequest)
CancelTaxResult() - Constructor for class com.avalara.avatax.services.tax.CancelTaxResult
Initializes a new instance of the class.
Cash - Static variable in class com.avalara.avatax.services.tax.AccountingMethod
 
City - Static variable in class com.avalara.avatax.services.tax.JurisdictionType
City
com.avalara.avatax.services.address - package com.avalara.avatax.services.address
 
com.avalara.avatax.services.base - package com.avalara.avatax.services.base
 
com.avalara.avatax.services.tax - package com.avalara.avatax.services.tax
 
commitTax(CommitTaxRequest) - Method in interface com.avalara.avatax.services.tax.TaxSvcSoap
Commits a previously posted tax.
commitTax(CommitTaxRequest) - Method in class com.avalara.avatax.services.tax.TaxSvcSoapStub
 
CommitTaxRequest - Class in com.avalara.avatax.services.tax
Data to pass to TaxSvcSoap.commitTax(com.avalara.avatax.services.tax.CommitTaxRequest) indicating the document that should be committed.
CommitTaxRequest() - Constructor for class com.avalara.avatax.services.tax.CommitTaxRequest
Initializes a new instance of the class.
CommitTaxResult - Class in com.avalara.avatax.services.tax
Result data returned from TaxSvcSoap.commitTax(com.avalara.avatax.services.tax.CommitTaxRequest).
CommitTaxResult() - Constructor for class com.avalara.avatax.services.tax.CommitTaxResult
Initializes a new instance of the class.
Committed - Static variable in class com.avalara.avatax.services.tax.DocStatus
A posted document that has been committed.
Composite - Static variable in class com.avalara.avatax.services.tax.JurisdictionType
Unspecified Jurisdiction
ConsumerUse - Static variable in class com.avalara.avatax.services.tax.TaxType
Consumer Use Tax.
Country - Static variable in class com.avalara.avatax.services.tax.JurisdictionType
Country
County - Static variable in class com.avalara.avatax.services.tax.JurisdictionType
County

D

Default - Static variable in class com.avalara.avatax.services.address.TextCase
Default casing for the account.
DetailLevel - Class in com.avalara.avatax.services.tax
Specifies the level of tax detail to return to the client application following a tax calculation.
Diagnostic - Static variable in class com.avalara.avatax.services.tax.DetailLevel
Tax jurisdiction level details (includes Document, ArrayOfTaxLine, and ArrayOfTaxDetail)
DocDeleted - Static variable in class com.avalara.avatax.services.tax.CancelCode
Specifies the document was deleted within the client's application and should be removed from the AvaTax records; If the document within AvaTax is already committed, the document status will be changed to Cancelled and retained for historical records; If the document was not committed, (was Saved or Posted) the document will be deleted within AvaTax.
DocStatus - Class in com.avalara.avatax.services.tax
The document's status is returned in the GetTaxResult (except for DocStatus.Any) and indicates the state of the document in tax history.
Document - Static variable in class com.avalara.avatax.services.tax.DetailLevel
Document (GetTaxResult) level details; ArrayOfTaxLine will not be returned.
DocumentType - Class in com.avalara.avatax.services.tax
The document type specifies the category of the document and affects how the document is treated after a tax calculation.
DocVoided - Static variable in class com.avalara.avatax.services.tax.CancelCode
Specifies the document was voided within the client's application and should be removed from the AvaTax records; If the document within AvaTax is already committed, the document status will be changed to Cancelled and retained for historical records; If the document was not committed, (was Saved or Posted) the document will be deleted within AvaTax.

E

equals(Object) - Method in class com.avalara.avatax.services.address.Address
Overrides the default implementation of Object.equals(java.lang.Object).
equals(Object) - Method in class com.avalara.avatax.services.address.ArrayOfMessage
Determines if two ArrayOfMessage objects are the same.
equals(Object) - Method in class com.avalara.avatax.services.address.ArrayOfValidAddress
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.address.BaseAddress
 
equals(Object) - Method in class com.avalara.avatax.services.address.BaseResult
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.address.IsAuthorizedResult
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.address.Message
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.address.PingResult
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.address.SeverityLevel
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.address.TextCase
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.address.ValidAddress
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.address.ValidateRequest
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.address.ValidateResult
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.AccountingMethod
 
equals(Object) - Method in class com.avalara.avatax.services.tax.AdjustTaxRequest
 
equals(Object) - Method in class com.avalara.avatax.services.tax.AdjustTaxResult
 
equals(Object) - Method in class com.avalara.avatax.services.tax.ApplyPaymentRequest
 
equals(Object) - Method in class com.avalara.avatax.services.tax.ApplyPaymentResult
 
equals(Object) - Method in class com.avalara.avatax.services.tax.ArrayOfBaseAddress
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.ArrayOfGetTaxResult
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.ArrayOfLine
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.ArrayOfMessage
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.ArrayOfTaxAddress
 
equals(Object) - Method in class com.avalara.avatax.services.tax.ArrayOfTaxDetail
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.ArrayOfTaxLine
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.BaseAddress
Determines if a BaseAddress object is equal to another object.
equals(Object) - Method in class com.avalara.avatax.services.tax.BaseResult
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.BoundaryLevel
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.CancelCode
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.CancelTaxRequest
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.CancelTaxResult
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.CommitTaxRequest
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.CommitTaxResult
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.DetailLevel
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.DocStatus
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.DocumentType
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.GetTaxHistoryRequest
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.GetTaxHistoryResult
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
 
equals(Object) - Method in class com.avalara.avatax.services.tax.GetTaxResult
 
equals(Object) - Method in class com.avalara.avatax.services.tax.IsAuthorizedResult
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.JurisdictionType
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.Line
 
equals(Object) - Method in class com.avalara.avatax.services.tax.Message
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.PingResult
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.PostTaxRequest
 
equals(Object) - Method in class com.avalara.avatax.services.tax.PostTaxResult
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryResult
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.SearchTaxHistoryResult
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.ServiceMode
 
equals(Object) - Method in class com.avalara.avatax.services.tax.SeverityLevel
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.TaxAddress
 
equals(Object) - Method in class com.avalara.avatax.services.tax.TaxDetail
Determines whether the specified Object is equal to the current Object.
equals(Object) - Method in class com.avalara.avatax.services.tax.TaxLine
 
equals(Object) - Method in class com.avalara.avatax.services.tax.TaxOverride
 
equals(Object) - Method in class com.avalara.avatax.services.tax.TaxOverrideType
 
equals(Object) - Method in class com.avalara.avatax.services.tax.TaxType
Determines whether the specified Object is equal to the current Object.
equivalent(Object) - Method in class com.avalara.avatax.services.tax.BaseAddress
 
Error - Static variable in class com.avalara.avatax.services.address.SeverityLevel
Errors occured, operation failed.
Error - Static variable in class com.avalara.avatax.services.tax.SeverityLevel
Errors occured, operation failed.
Exception - Static variable in class com.avalara.avatax.services.address.SeverityLevel
Unexpected exceptions occurred, operation failed.
Exception - Static variable in class com.avalara.avatax.services.tax.SeverityLevel
Unexpected exceptions occurred, operation failed.
Exemption - Static variable in class com.avalara.avatax.services.tax.TaxOverrideType
Exemption certificates are overridden making the document taxable.

F

Fee - Static variable in class com.avalara.avatax.services.tax.TaxType
Fee
fromString(String) - Static method in class com.avalara.avatax.services.address.SeverityLevel
 
fromString(String) - Static method in class com.avalara.avatax.services.address.TextCase
 
fromString(String) - Static method in class com.avalara.avatax.services.tax.AccountingMethod
 
fromString(String) - Static method in class com.avalara.avatax.services.tax.BoundaryLevel
 
fromString(String) - Static method in class com.avalara.avatax.services.tax.CancelCode
 
fromString(String) - Static method in class com.avalara.avatax.services.tax.DetailLevel
 
fromString(String) - Static method in class com.avalara.avatax.services.tax.DocStatus
 
fromString(String) - Static method in class com.avalara.avatax.services.tax.DocumentType
 
fromString(String) - Static method in class com.avalara.avatax.services.tax.JurisdictionType
 
fromString(String) - Static method in class com.avalara.avatax.services.tax.ServiceMode
 
fromString(String) - Static method in class com.avalara.avatax.services.tax.SeverityLevel
 
fromString(String) - Static method in class com.avalara.avatax.services.tax.TaxOverrideType
 
fromString(String) - Static method in class com.avalara.avatax.services.tax.TaxType
 
fromValue(String) - Static method in class com.avalara.avatax.services.address.SeverityLevel
 
fromValue(String) - Static method in class com.avalara.avatax.services.address.TextCase
 
fromValue(String) - Static method in class com.avalara.avatax.services.tax.AccountingMethod
 
fromValue(String) - Static method in class com.avalara.avatax.services.tax.BoundaryLevel
 
fromValue(String) - Static method in class com.avalara.avatax.services.tax.CancelCode
 
fromValue(String) - Static method in class com.avalara.avatax.services.tax.DetailLevel
 
fromValue(String) - Static method in class com.avalara.avatax.services.tax.DocStatus
 
fromValue(String) - Static method in class com.avalara.avatax.services.tax.DocumentType
 
fromValue(String) - Static method in class com.avalara.avatax.services.tax.JurisdictionType
 
fromValue(String) - Static method in class com.avalara.avatax.services.tax.ServiceMode
 
fromValue(String) - Static method in class com.avalara.avatax.services.tax.SeverityLevel
 
fromValue(String) - Static method in class com.avalara.avatax.services.tax.TaxOverrideType
 
fromValue(String) - Static method in class com.avalara.avatax.services.tax.TaxType
 

G

getAccount() - Method in class com.avalara.avatax.services.base.Security
Account name, for account and license number login.
getAccountingMethod() - Method in class com.avalara.avatax.services.tax.TaxLine
Gets the accountingMethod value for this TaxLine.
getAddress() - Method in class com.avalara.avatax.services.address.ValidateRequest
The address to Validate.
getAddress() - Method in class com.avalara.avatax.services.tax.TaxAddress
Gets the address value for this TaxAddress.
getAddressCode() - Method in class com.avalara.avatax.services.address.Address
Programmatically determined value used internally by the adapter.
getAddressCode() - Method in class com.avalara.avatax.services.address.BaseAddress
Gets the addressCode value for this BaseAddress.
getAddressCode() - Method in class com.avalara.avatax.services.tax.BaseAddress
Recalculates and then returns the addressCode value for this BaseAddress.
getAddressCode() - Method in class com.avalara.avatax.services.tax.TaxAddress
Gets the addressCode value for this TaxAddress.
getAddresses() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Gets the addresses value for this GetTaxRequest.
getAddressSvcSoap() - Method in interface com.avalara.avatax.services.address.AddressSvc
Get a proxy for Avalara's Address Web Service (object implementing the AddressSvcSoap interface) using the default URL as coded in the class or programatically set.
getAddressSvcSoap(URL) - Method in interface com.avalara.avatax.services.address.AddressSvc
Get a proxy for Avalara's Address Web Service using the specified URL.
getAddressSvcSoap() - Method in class com.avalara.avatax.services.address.AddressSvcLocator
Gets the AddressService Proxy object (AddressSvcSoap) for the default URL.
getAddressSvcSoap(URL) - Method in class com.avalara.avatax.services.address.AddressSvcLocator
Gets the AddressService Proxy object (AddressSvcSoap) that communicates with Avalara's Address Web service at the URL specified.
getAddressSvcSoapAddress() - Method in interface com.avalara.avatax.services.address.AddressSvc
Retrieve as a String the default URL set for the Address Service to use.
getAddressSvcSoapAddress() - Method in class com.avalara.avatax.services.address.AddressSvcLocator
Gets the current default URL that any address service proxy (implementing AddressSvcSoap interface) created by this object will use to find a corresponding Address Web Service to contact.
getAddressSvcSoapWSDDServiceName() - Method in class com.avalara.avatax.services.address.AddressSvcLocator
Gets the WSDD Service Name.
getAddressType() - Method in class com.avalara.avatax.services.address.ValidAddress
 
getAdjustmentDescription() - Method in class com.avalara.avatax.services.tax.AdjustTaxRequest
Gets the adjustmentDescription value for this AdjustTaxRequest.
getAdjustmentDescription() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the AdjustTaxRequest.adjustmentDescription value for this GetTaxResult.
getAdjustmentReason() - Method in class com.avalara.avatax.services.tax.AdjustTaxRequest
Gets the adjustmentReason value for this AdjustTaxRequest.
getAdjustmentReason() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the AdjustTaxRequest.adjustmentReason value for this GetTaxResult.
getAmount() - Method in class com.avalara.avatax.services.tax.Line
The total amount for this line item (Line.getQty() * UnitPrice).
getBase() - Method in class com.avalara.avatax.services.tax.TaxDetail
Deprecated. See TaxDetail.getTaxable().
getBaseAddress() - Method in class com.avalara.avatax.services.tax.ArrayOfBaseAddress
Retrieves the raw array of BaseAddress objects encapsulated in this object.
getBaseAddress(int) - Method in class com.avalara.avatax.services.tax.ArrayOfBaseAddress
Retrieves the ith BaseAddress object (counting from 0) from the array of BaseAddresses encapsulated in this object.
getBaseAddress(String) - Method in class com.avalara.avatax.services.tax.ArrayOfBaseAddress
Retrieves the BaseAddress object identified by addressCode from the array of BaseAddresses encapsulated in this object.
getBatchCode() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Gets the batchCode value for this GetTaxRequest.
getBoundaryLevel() - Method in class com.avalara.avatax.services.tax.TaxAddress
Gets the boundaryLevel value for this TaxAddress.
getBoundaryLevel() - Method in class com.avalara.avatax.services.tax.TaxLine
The level of jurisdiction boundary precision used for the tax calculation.
getCancelCode() - Method in class com.avalara.avatax.services.tax.CancelTaxRequest
A code indicating the reason the document is getting canceled.
getCarrierRoute() - Method in class com.avalara.avatax.services.address.ValidAddress
The carrier route associated with the input address (USA).
getCity() - Method in class com.avalara.avatax.services.address.Address
City name.
getCity() - Method in class com.avalara.avatax.services.address.BaseAddress
Gets the city value for this BaseAddress.
getCity() - Method in class com.avalara.avatax.services.tax.BaseAddress
Gets the city value for this BaseAddress.
getCity() - Method in class com.avalara.avatax.services.tax.TaxAddress
Gets the city value for this TaxAddress.
getClient() - Method in class com.avalara.avatax.services.base.Profile
Client application name and version (and plugin name and version, if applicable).
getCommit() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Gets the commit value for this GetTaxRequest.
getCommit() - Method in class com.avalara.avatax.services.tax.PostTaxRequest
Gets the commit value for this PostTaxRequest.
getCompanyCode() - Method in class com.avalara.avatax.services.tax.ApplyPaymentRequest
Gets the companyCode value for this ApplyPaymentRequest.
getCompanyCode() - Method in class com.avalara.avatax.services.tax.CancelTaxRequest
Gets the client application company reference code.
getCompanyCode() - Method in class com.avalara.avatax.services.tax.CommitTaxRequest
Gets the client application company reference code.
getCompanyCode() - Method in class com.avalara.avatax.services.tax.GetTaxHistoryRequest
Gets the client application company reference code.
getCompanyCode() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Gets the client application company reference code.
getCompanyCode() - Method in class com.avalara.avatax.services.tax.PostTaxRequest
Gets the client application company reference code.
getCompanyCode() - Method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Gets the client application company reference code.
getCoordinates() - Method in class com.avalara.avatax.services.address.ValidateRequest
Gets the coordinates value for this ValidateRequest.
getCountry() - Method in class com.avalara.avatax.services.address.Address
Country name.
getCountry() - Method in class com.avalara.avatax.services.address.BaseAddress
Gets the country value for this BaseAddress.
getCountry() - Method in class com.avalara.avatax.services.tax.BaseAddress
Gets the country value for this BaseAddress.
getCountry() - Method in class com.avalara.avatax.services.tax.TaxAddress
Gets the country value for this TaxAddress.
getCountry() - Method in class com.avalara.avatax.services.tax.TaxDetail
Gets the country value for this TaxDetail.
getCounty() - Method in class com.avalara.avatax.services.address.ValidAddress
County Name.
getCurrencyCode() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Gets the currencyCode value for this GetTaxRequest.
getCustomerCode() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
The client application customer reference code.
getCustomerUsageType() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
The client application customer or usage type.
getCustomerUsageType() - Method in class com.avalara.avatax.services.tax.Line
Allows to fetch the customer or usage type at the line level.
getDescription() - Method in class com.avalara.avatax.services.tax.Line
Gets the description which defines the description for the product or item.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.Address
Get Custom Deserializer for this object for use with Axis.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.ArrayOfMessage
Get Custom Deserializer for use with this object with Axis; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.ArrayOfValidAddress
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.BaseAddress
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.BaseResult
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.IsAuthorizedResult
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.Message
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.PingResult
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.SeverityLevel
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.TextCase
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.ValidAddress
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.ValidateRequest
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.ValidateResult
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.AccountingMethod
 
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.AdjustTaxRequest
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.AdjustTaxResult
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ApplyPaymentRequest
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ApplyPaymentResult
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ArrayOfBaseAddress
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ArrayOfGetTaxResult
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ArrayOfLine
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ArrayOfMessage
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ArrayOfTaxAddress
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ArrayOfTaxDetail
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ArrayOfTaxLine
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.BaseAddress
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.BaseResult
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.BoundaryLevel
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.CancelCode
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.CancelTaxRequest
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.CancelTaxResult
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.CommitTaxRequest
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.CommitTaxResult
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.DetailLevel
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.DocStatus
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.DocumentType
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.GetTaxHistoryRequest
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.GetTaxHistoryResult
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.GetTaxRequest
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.GetTaxResult
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.IsAuthorizedResult
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.JurisdictionType
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.Line
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.Message
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.PingResult
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.PostTaxRequest
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.PostTaxResult
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryResult
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.SearchTaxHistoryResult
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ServiceMode
 
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.SeverityLevel
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.TaxAddress
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.TaxDetail
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.TaxLine
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.TaxOverride
Get Custom Deserializer
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.TaxOverrideType
 
getDeserializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.TaxType
Get Axis Custom Deserializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getDestinationCode() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Used internally by the adapter to reference the Line.getDestinationAddress() **FIX**.
getDestinationCode() - Method in class com.avalara.avatax.services.tax.Line
Used internally by the adapter to reference the Line.getDestinationAddress().
getDetailLevel() - Method in class com.avalara.avatax.services.tax.GetTaxHistoryRequest
Specifies the level of detail to return.
getDetailLevel() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Specifies the level of detail to return.
getDetails() - Method in class com.avalara.avatax.services.address.Message
Gets the details of the message.
getDetails() - Method in class com.avalara.avatax.services.tax.Message
Gets the details of the message.
getDiscount() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
The discount amount to apply to the document.
getDiscount() - Method in class com.avalara.avatax.services.tax.TaxLine
Discount amount applied to this line
getDocCode() - Method in class com.avalara.avatax.services.tax.ApplyPaymentRequest
Gets the docCode value for this ApplyPaymentRequest.
getDocCode() - Method in class com.avalara.avatax.services.tax.CancelTaxRequest
The internal reference code used by the client application.
getDocCode() - Method in class com.avalara.avatax.services.tax.CommitTaxRequest
Gets the Document Code, that is the internal reference code used by the client application.
getDocCode() - Method in class com.avalara.avatax.services.tax.GetTaxHistoryRequest
Gets the Document Code, that is the internal reference code used by the client application.
getDocCode() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Gets the Document Code, i.e., the internal reference code used by the client application.
getDocCode() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the internal reference code used by the client application; This is used for operations such as Post and GetTaxHistory.
getDocCode() - Method in class com.avalara.avatax.services.tax.PostTaxRequest
Gets the Document Code, that is the internal reference code used by the client application.
getDocDate() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
The date on the invoice, purchase order, etc.
getDocDate() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the date on the invoice, purchase order, etc.
getDocDate() - Method in class com.avalara.avatax.services.tax.PostTaxRequest
Gets the Document Date, i.e.
getDocId() - Method in class com.avalara.avatax.services.tax.ApplyPaymentRequest
Gets the docId value for this ApplyPaymentRequest.
getDocId() - Method in class com.avalara.avatax.services.tax.ApplyPaymentResult
Gets the docId value for this ApplyPaymentResult.
getDocId() - Method in class com.avalara.avatax.services.tax.CancelTaxRequest
A unique Document ID.
getDocId() - Method in class com.avalara.avatax.services.tax.CancelTaxResult
A unique Document ID.
getDocId() - Method in class com.avalara.avatax.services.tax.CommitTaxRequest
A unique document ID.
getDocId() - Method in class com.avalara.avatax.services.tax.CommitTaxResult
A unique document ID.
getDocId() - Method in class com.avalara.avatax.services.tax.GetTaxHistoryRequest
A unique Document ID.
getDocId() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the Document ID.
getDocId() - Method in class com.avalara.avatax.services.tax.PostTaxRequest
A unique document ID.
getDocId() - Method in class com.avalara.avatax.services.tax.PostTaxResult
A unique document ID.
getDocStatus() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the document's status after the tax calculation.
getDocStatus() - Method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Gets the docStatus value for this ReconcileTaxHistoryRequest.
getDocType() - Method in class com.avalara.avatax.services.tax.ApplyPaymentRequest
Gets the docType value for this ApplyPaymentRequest.
getDocType() - Method in class com.avalara.avatax.services.tax.CancelTaxRequest
The original document's type, such as Sales Invoice or Purchase Invoice.
getDocType() - Method in class com.avalara.avatax.services.tax.CommitTaxRequest
The original document's type, such as Sales Invoice or Purchase Invoice.
getDocType() - Method in class com.avalara.avatax.services.tax.GetTaxHistoryRequest
The original document's type, such as Sales Invoice or Purchase Invoice.
getDocType() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
The document type specifies the category of the document and affects how the document is treated after a tax calculation; see DocumentType for more information about the specific document types.
getDocType() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the Document Type.
getDocType() - Method in class com.avalara.avatax.services.tax.PostTaxRequest
The original document's type, such as Sales Invoice or Purchase Invoice.
getEndDate() - Method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Gets the endDate value for this ReconcileTaxHistoryRequest.
getExchangeRate() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Gets the exchangeRate value for this GetTaxRequest.
getExchangeRateEffDate() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Gets the exchangeRateEffDate value for this GetTaxRequest.
getExemptCertId() - Method in class com.avalara.avatax.services.tax.TaxLine
Gets the exemptCertId value for this TaxLine.
getExemption() - Method in class com.avalara.avatax.services.tax.TaxDetail
The exempt amount.
getExemption() - Method in class com.avalara.avatax.services.tax.TaxLine
Deprecated. See TaxDetail.getExemption().
getExemptionNo() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Exemption Number for this document
getExemptionNo() - Method in class com.avalara.avatax.services.tax.Line
Exemption number for this line.
getExpires() - Method in class com.avalara.avatax.services.address.IsAuthorizedResult
Indicates the subscription expiration date in yyyy-mm-dd format (e.g.
getExpires() - Method in class com.avalara.avatax.services.tax.IsAuthorizedResult
Indicates the subscription expiration date in yyyy-mm-dd format (e.g.
getFipsCode() - Method in class com.avalara.avatax.services.address.ValidAddress
Federal Information Processing Standards Code (USA).
getGetTaxRequest() - Method in class com.avalara.avatax.services.tax.AdjustTaxRequest
Gets the getTaxRequest value for this AdjustTaxRequest.
getGetTaxRequest() - Method in class com.avalara.avatax.services.tax.GetTaxHistoryResult
Gets the original GetTaxRequest for the document.
getGetTaxResult() - Method in class com.avalara.avatax.services.tax.ArrayOfGetTaxResult
Retrieves the raw array of GetTaxResult objects encapsulated in this object.
getGetTaxResult(int) - Method in class com.avalara.avatax.services.tax.ArrayOfGetTaxResult
Retrieves the ith GetTaxResult object (counting from 0) from the array of GetTaxResults encapsulated in this object.
getGetTaxResult() - Method in class com.avalara.avatax.services.tax.GetTaxHistoryResult
Gets the original GetTaxResult for the document.
getGetTaxResults() - Method in class com.avalara.avatax.services.tax.SearchTaxHistoryResult
Gets zero or more GetTaxResult summaries matching search criteria.
getHashCode() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Gets the hashCode value for this GetTaxRequest.
getHashCode() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the hashCode value for this GetTaxResult.
getHelpLink() - Method in class com.avalara.avatax.services.address.Message
Gets the URL to help page for this message.
getHelpLink() - Method in class com.avalara.avatax.services.tax.Message
Gets the URL to help page for this message.
getItemCode() - Method in class com.avalara.avatax.services.tax.Line
Item Code (SKU)
getJurisCode() - Method in class com.avalara.avatax.services.tax.TaxDetail
Jurisdiction Code for the taxing jurisdiction.
getJurisName() - Method in class com.avalara.avatax.services.tax.TaxDetail
Gets the jurisdiction name for this TaxDetail.
getJurisType() - Method in class com.avalara.avatax.services.tax.TaxDetail
Jurisdiction Type.
getLastDocId() - Method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Used to seek for additional results in large result sets.
getLastDocId() - Method in class com.avalara.avatax.services.tax.SearchTaxHistoryResult
Indicates the last Document Code (GetTaxResult.getDocId()) the results list.
getLatitude() - Method in class com.avalara.avatax.services.address.ValidAddress
Address Type - The type of address that was coded (PO Box, Rural Route, and so on), using the input address.
getLicense() - Method in class com.avalara.avatax.services.base.Security
License number, for account and license number login.
getLine() - Method in class com.avalara.avatax.services.tax.ArrayOfLine
Retrieves the raw array of Line objects encapsulated in this object.
getLine(int) - Method in class com.avalara.avatax.services.tax.ArrayOfLine
Retrieves the ith Line object (counting from 0) from the array of Lines encapsulated in this object.
getLine(String) - Method in class com.avalara.avatax.services.tax.ArrayOfLine
Retrieves the Line object identified by "no" from the array of Lines encapsulated in this object.
getLine1() - Method in class com.avalara.avatax.services.address.Address
Address line 1 value.
getLine1() - Method in class com.avalara.avatax.services.address.BaseAddress
Gets the line1 value for this BaseAddress.
getLine1() - Method in class com.avalara.avatax.services.tax.BaseAddress
Gets the line1 value for this BaseAddress.
getLine2() - Method in class com.avalara.avatax.services.address.Address
Address line 2.
getLine2() - Method in class com.avalara.avatax.services.address.BaseAddress
Gets the line2 value for this BaseAddress.
getLine2() - Method in class com.avalara.avatax.services.tax.BaseAddress
Gets the line2 value for this BaseAddress.
getLine3() - Method in class com.avalara.avatax.services.address.Address
Address line 3.
getLine3() - Method in class com.avalara.avatax.services.address.BaseAddress
Gets the line3 value for this BaseAddress.
getLine3() - Method in class com.avalara.avatax.services.tax.BaseAddress
Gets the line3 value for this BaseAddress.
getLine4() - Method in class com.avalara.avatax.services.address.ValidAddress
Address line 4.
getLines() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Document line items list.
getLocationCode() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Gets the locationCode value for this GetTaxRequest.
getLocked() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the locked value for this GetTaxResult.
getLongitude() - Method in class com.avalara.avatax.services.address.ValidAddress
Gets the longitude value for this ValidAddress.
getMessage() - Method in class com.avalara.avatax.services.address.ArrayOfMessage
Retrieves the raw array of Message objects encapsulated in this object.
getMessage(int) - Method in class com.avalara.avatax.services.address.ArrayOfMessage
Retrieves the ith Message object (counting from 0) from the array of Messages encapsulated in this object.
getMessage() - Method in class com.avalara.avatax.services.tax.ArrayOfMessage
Retrieves the raw array of Message objects encapsulated in this object.
getMessage(int) - Method in class com.avalara.avatax.services.tax.ArrayOfMessage
Retrieves the ith Message object (counting from 0) from the array of Messages encapsulated in this object.
getMessages() - Method in class com.avalara.avatax.services.address.BaseResult
An array of Message objects returned in an ArrayOfMessage wrapper object.
getMessages() - Method in class com.avalara.avatax.services.tax.BaseResult
An array of Message objects returned in an ArrayOfMessage wrapper object.
getName() - Method in class com.avalara.avatax.services.address.Message
Gets the name of the message.
getName() - Method in class com.avalara.avatax.services.base.Profile
Reference to a named profile.
getName() - Method in class com.avalara.avatax.services.tax.Message
Gets the name of the message.
getNo() - Method in class com.avalara.avatax.services.tax.Line
Line Number.
getNo() - Method in class com.avalara.avatax.services.tax.TaxLine
Line Number.
getNonTaxable() - Method in class com.avalara.avatax.services.tax.TaxDetail
The non-taxable amount.
getOperations() - Method in class com.avalara.avatax.services.address.IsAuthorizedResult
Authorized operations for the user.
getOperations() - Method in class com.avalara.avatax.services.tax.IsAuthorizedResult
Authorized operations for the user.
getOriginCode() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Used internally by the adapter to reference the Line.getOriginAddress()
getOriginCode() - Method in class com.avalara.avatax.services.tax.Line
Used internally by the adapter to reference the Line.getOriginAddress().
getPassword() - Method in class com.avalara.avatax.services.base.Security
password, for UserName and password login.
getPaymentDate() - Method in class com.avalara.avatax.services.tax.ApplyPaymentRequest
Gets the paymentDate value for this ApplyPaymentRequest.
getPaymentDate() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Gets the paymentDate value for this GetTaxRequest.
getPort(Class) - Method in class com.avalara.avatax.services.address.AddressSvcLocator
This method is used internally by the adapter and not intended to be used by external implementation code.
getPort(QName, Class) - Method in class com.avalara.avatax.services.address.AddressSvcLocator
This method is used internally by the adapter and not intended to be used by external implementation code.
getPort(Class) - Method in class com.avalara.avatax.services.tax.TaxSvcLocator
This method is used internally by the adapter and not intended to be used by external implementation code.
getPort(QName, Class) - Method in class com.avalara.avatax.services.tax.TaxSvcLocator
This method is used internally by the adapter and not intended to be used by external implementation code.
getPorts() - Method in class com.avalara.avatax.services.address.AddressSvcLocator
This method is used internally by the adapter and not intended to be used by external implementation code.
getPorts() - Method in class com.avalara.avatax.services.tax.TaxSvcLocator
 
getPostalCode() - Method in class com.avalara.avatax.services.address.Address
Postal or ZIP code.
getPostalCode() - Method in class com.avalara.avatax.services.address.BaseAddress
Gets the postalCode value for this BaseAddress.
getPostalCode() - Method in class com.avalara.avatax.services.tax.BaseAddress
Gets the postalCode value for this BaseAddress.
getPostalCode() - Method in class com.avalara.avatax.services.tax.TaxAddress
Gets the postalCode value for this TaxAddress.
getPostNet() - Method in class com.avalara.avatax.services.address.ValidAddress
A 12-digit POSTNet barcode (USA).
getProfile() - Method in interface com.avalara.avatax.services.base.BaseSvcSoap
Get the Profile information for the service.
getProfile() - Method in class com.avalara.avatax.services.base.BaseSvcSoapStub
Provides access to the request profile data; Should be set prior to making a request.
getPurchaseOrderNo() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Purchase Order Number for this document.
getQty() - Method in class com.avalara.avatax.services.tax.Line
The quantity represented by this line.
getRate() - Method in class com.avalara.avatax.services.tax.TaxDetail
Gets the rate value for this TaxDetail.
getRate() - Method in class com.avalara.avatax.services.tax.TaxLine
Deprecated. See TaxDetail.getRate().
getRateType() - Method in class com.avalara.avatax.services.tax.TaxDetail
Gets the rate type value for this TaxDetail.
getReason() - Method in class com.avalara.avatax.services.tax.TaxOverride
Gets the reason value for this TaxOverride.
getRef1() - Method in class com.avalara.avatax.services.tax.Line
Client specific reference field.
getRef2() - Method in class com.avalara.avatax.services.tax.Line
Client specific reference field.
getReferenceCode() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
For returns (see DocumentType), refers to the GetTaxRequest.getDocCode() of the original invoice.
getRefersTo() - Method in class com.avalara.avatax.services.address.Message
Gets the item the message refers to, if applicable; Used to indicate a missing or incorrect value.
getRefersTo() - Method in class com.avalara.avatax.services.tax.Message
Gets the the item the message refers to, if applicable; Used to indicate a missing or incorrect value.
getRegion() - Method in class com.avalara.avatax.services.address.Address
State or province name or abbreviation.
getRegion() - Method in class com.avalara.avatax.services.address.BaseAddress
Gets the region value for this BaseAddress.
getRegion() - Method in class com.avalara.avatax.services.tax.BaseAddress
Gets the region value for this BaseAddress.
getRegion() - Method in class com.avalara.avatax.services.tax.TaxAddress
Gets the region value for this TaxAddress.
getRegion() - Method in class com.avalara.avatax.services.tax.TaxDetail
Gets the region value for this TaxDetail.
getReportingDate() - Method in class com.avalara.avatax.services.tax.TaxLine
Gets the reportingDate value for this TaxLine.
getResultCode() - Method in class com.avalara.avatax.services.address.BaseResult
Indicates the success (or SeverityLevel) of the operation.
getResultCode() - Method in class com.avalara.avatax.services.tax.BaseResult
Indicates the success (or SeverityLevel) of the operation.
getRevAcct() - Method in class com.avalara.avatax.services.tax.Line
Revenue Account.
getSalespersonCode() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
The client application salesperson reference code.
getSecurity() - Method in interface com.avalara.avatax.services.base.BaseSvcSoap
Get the authentication information via a Security object.
getSecurity() - Method in class com.avalara.avatax.services.base.BaseSvcSoapStub
Provides access to Security details (e.g., account name and license #).
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.Address
Get Custom Serializer for this object for use with Axis.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.ArrayOfMessage
Get Custom Serializer for use with this object with Axis; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.ArrayOfValidAddress
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.BaseAddress
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.BaseResult
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.IsAuthorizedResult
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.Message
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.PingResult
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.SeverityLevel
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.TextCase
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.ValidAddress
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.ValidateRequest
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.address.ValidateResult
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.AccountingMethod
 
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.AdjustTaxRequest
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.AdjustTaxResult
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ApplyPaymentRequest
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ApplyPaymentResult
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ArrayOfBaseAddress
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ArrayOfGetTaxResult
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ArrayOfLine
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ArrayOfMessage
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ArrayOfTaxAddress
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ArrayOfTaxDetail
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ArrayOfTaxLine
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.BaseAddress
Get Custom Serializer.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.BaseResult
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.BoundaryLevel
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.CancelCode
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.CancelTaxRequest
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.CancelTaxResult
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.CommitTaxRequest
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.CommitTaxResult
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.DetailLevel
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.DocStatus
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.DocumentType
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.GetTaxHistoryRequest
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.GetTaxHistoryResult
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.GetTaxRequest
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.GetTaxResult
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.IsAuthorizedResult
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.JurisdictionType
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.Line
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.Message
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.PingResult
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.PostTaxRequest
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.PostTaxResult
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryResult
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.SearchTaxHistoryResult
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.ServiceMode
 
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.SeverityLevel
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.TaxAddress
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.TaxDetail
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.TaxLine
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.TaxOverride
Get Custom Serializer
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.TaxOverrideType
 
getSerializer(String, Class, QName) - Static method in class com.avalara.avatax.services.tax.TaxType
Get Axis Custom Serializer; this method is used internally by the adapter and not intended to be used by external implementation code.
getServiceMode() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Gets the serviceMode value for this GetTaxRequest.
getServiceName() - Method in class com.avalara.avatax.services.address.AddressSvcLocator
This method is used internally by the adapter and not intended to be used by external implementation code.
getServiceName() - Method in class com.avalara.avatax.services.tax.TaxSvcLocator
This method is used internally by the adapter and not intended to be used by external implementation code.
getSeverity() - Method in class com.avalara.avatax.services.address.Message
Gets the Severity Level of the message.
getSeverity() - Method in class com.avalara.avatax.services.tax.Message
Gets the Severity Level of the message.
getSOAPHeaderElement() - Method in class com.avalara.avatax.services.base.Profile
Returns the SOAPHeaderElement for this Profile object; this method is used internally by the adapter and not intended to be used by external implementation code.
getSource() - Method in class com.avalara.avatax.services.address.Message
Gets the source of the message.
getSource() - Method in class com.avalara.avatax.services.tax.Message
Gets the source of the message.
getStartDate() - Method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Gets the startDate value for this ReconcileTaxHistoryRequest.
getSummary() - Method in class com.avalara.avatax.services.address.Message
Gets the concise summary of the message.
getSummary() - Method in class com.avalara.avatax.services.tax.Message
Gets the concise summary of the message.
getTax() - Method in class com.avalara.avatax.services.tax.TaxDetail
The tax amount, i.e.
getTax() - Method in class com.avalara.avatax.services.tax.TaxLine
The tax amount, i.e.
getTax(GetTaxRequest) - Method in interface com.avalara.avatax.services.tax.TaxSvcSoap
Calculates taxes on a document such as a sales order, sales invoice, purchase order, purchase invoice, or credit memo.
getTax(GetTaxRequest) - Method in class com.avalara.avatax.services.tax.TaxSvcSoapStub
 
getTaxable() - Method in class com.avalara.avatax.services.tax.TaxDetail
The taxable amount.
getTaxable() - Method in class com.avalara.avatax.services.tax.TaxLine
Deprecated. See TaxDetail.getTaxable().
getTaxAddress() - Method in class com.avalara.avatax.services.tax.ArrayOfTaxAddress
Gets the taxAddress value for this ArrayOfTaxAddress.
getTaxAddress(int) - Method in class com.avalara.avatax.services.tax.ArrayOfTaxAddress
 
getTaxAddresses() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the taxAddresses value for this GetTaxResult.
getTaxAmount() - Method in class com.avalara.avatax.services.tax.TaxOverride
Gets the taxAmount value for this TaxOverride.
getTaxAuthorityType() - Method in class com.avalara.avatax.services.tax.TaxDetail
Gets the taxAuthorityType value for this TaxDetail.
getTaxCalculated() - Method in class com.avalara.avatax.services.tax.TaxDetail
Gets the taxCalculated value for this TaxDetail.
getTaxCalculated() - Method in class com.avalara.avatax.services.tax.TaxLine
Gets the taxCalculated value for this TaxLine.
getTaxCode() - Method in class com.avalara.avatax.services.tax.Line
System or Custom Tax Code.
getTaxCode() - Method in class com.avalara.avatax.services.tax.TaxLine
System Tax Code.
getTaxDate() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the taxDate value for this GetTaxResult.
getTaxDate() - Method in class com.avalara.avatax.services.tax.TaxLine
Gets the taxDate value for this TaxLine.
getTaxDate() - Method in class com.avalara.avatax.services.tax.TaxOverride
Gets the taxDate value for this TaxOverride.
getTaxDetail() - Method in class com.avalara.avatax.services.tax.ArrayOfTaxDetail
Retrieves the raw array of TaxDetail objects encapsulated in this object.
getTaxDetail(int) - Method in class com.avalara.avatax.services.tax.ArrayOfTaxDetail
Retrieves the ith TaxDetail object (counting from 0) from the array of TaxDetails encapsulated in this object.
getTaxDetails() - Method in class com.avalara.avatax.services.tax.TaxLine
Tax by jurisdiction.
getTaxGroup() - Method in class com.avalara.avatax.services.tax.TaxDetail
Gets the taxGroup value for this TaxDetail.
getTaxHistory(GetTaxHistoryRequest) - Method in interface com.avalara.avatax.services.tax.TaxSvcSoap
Retrieves a previously calculated tax document.
getTaxHistory(GetTaxHistoryRequest) - Method in class com.avalara.avatax.services.tax.TaxSvcSoapStub
 
GetTaxHistoryRequest - Class in com.avalara.avatax.services.tax
Data to pass to TaxSvcSoap.getTaxHistory(com.avalara.avatax.services.tax.GetTaxHistoryRequest).
GetTaxHistoryRequest() - Constructor for class com.avalara.avatax.services.tax.GetTaxHistoryRequest
Initializes a new instance of the class.
GetTaxHistoryResult - Class in com.avalara.avatax.services.tax
Result data returned from TaxSvcSoap.getTaxHistory(com.avalara.avatax.services.tax.GetTaxHistoryRequest) for a previously calculated tax document.
GetTaxHistoryResult() - Constructor for class com.avalara.avatax.services.tax.GetTaxHistoryResult
Initializes a new instance of the class.
getTaxLine() - Method in class com.avalara.avatax.services.tax.ArrayOfTaxLine
Retrieves the raw array of TaxLine objects encapsulated in this object.
getTaxLine(int) - Method in class com.avalara.avatax.services.tax.ArrayOfTaxLine
Retrieves the ith TaxLine object (counting from 0) from the array of TaxLines encapsulated in this object.
getTaxLine(String) - Method in class com.avalara.avatax.services.tax.ArrayOfTaxLine
Retrieves the TaxLine object identified by "no" from the array of Lines encapsulated in this object.
getTaxLines() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the Tax broken down by individual TaxLine.
getTaxName() - Method in class com.avalara.avatax.services.tax.TaxDetail
Gets the taxName value.
getTaxOverride() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
 
getTaxOverride() - Method in class com.avalara.avatax.services.tax.Line
Gets the taxOverride value for this Line.
getTaxOverrideType() - Method in class com.avalara.avatax.services.tax.TaxOverride
Gets the taxOverrideType value for this TaxOverride.
getTaxRegionId() - Method in class com.avalara.avatax.services.address.Address
Gets the taxRegionId value for this BaseAddress.
getTaxRegionId() - Method in class com.avalara.avatax.services.address.BaseAddress
Gets the taxRegionId value for this BaseAddress.
getTaxRegionId() - Method in class com.avalara.avatax.services.tax.BaseAddress
Gets the taxRegionId value for this BaseAddress.
getTaxRegionId() - Method in class com.avalara.avatax.services.tax.TaxAddress
Gets the taxRegionId value for this TaxAddress.
GetTaxRequest - Class in com.avalara.avatax.services.tax
Data to pass to TaxSvcSoap.getTax(com.avalara.avatax.services.tax.GetTaxRequest).
GetTaxRequest() - Constructor for class com.avalara.avatax.services.tax.GetTaxRequest
Initializes a new instance of the class.
GetTaxResult - Class in com.avalara.avatax.services.tax
Result data returned from TaxSvcSoap.getTax(com.avalara.avatax.services.tax.GetTaxRequest).
GetTaxResult() - Constructor for class com.avalara.avatax.services.tax.GetTaxResult
Initializes a new instance of the class.
getTaxSummary() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the taxSummary value for this GetTaxResult.
getTaxSvcSoap() - Method in interface com.avalara.avatax.services.tax.TaxSvc
Get a proxy for Avalara's Tax Web Service (object implementing the TaxSvcSoap interface) using the default URL as coded in the class or programatically set.
getTaxSvcSoap(URL) - Method in interface com.avalara.avatax.services.tax.TaxSvc
Get a proxy for Avalara's Address Web Service using the specified URL.
getTaxSvcSoap() - Method in class com.avalara.avatax.services.tax.TaxSvcLocator
Gets the AddressService Proxy object (TaxSvcSoap) that communicates with Avalara's Tax Web service at default URL.
getTaxSvcSoap(URL) - Method in class com.avalara.avatax.services.tax.TaxSvcLocator
Gets the AddressService Proxy object (TaxSvcSoap) that communicates with Avalara's Tax Web service at the URL specified.
getTaxSvcSoapAddress() - Method in interface com.avalara.avatax.services.tax.TaxSvc
Retrieve as a String the default URL set for the Address Service to use.
getTaxSvcSoapAddress() - Method in class com.avalara.avatax.services.tax.TaxSvcLocator
Gets the current default URL that any tax service proxy (implementing TaxSvcSoap interface) created by this object will use to find a corresponding Tax Web Service to contact.
getTaxSvcSoapWSDDServiceName() - Method in class com.avalara.avatax.services.tax.TaxSvcLocator
Gets the WSDD Service Name; This method is used internally by the adapter and not intended to be used by external implementation code.
getTaxType() - Method in class com.avalara.avatax.services.tax.TaxDetail
Tax Type TypeDescription SSales Tax UUse Tax
getTextCase() - Method in class com.avalara.avatax.services.address.ValidateRequest
The casing to apply to the validated address(es).
getTimestamp() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Date of the last status change on the document (i.e.
getTotal() - Method in class com.avalara.avatax.services.base.Timer
 
getTotalAmount() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the sum of all line Line.getAmount() values.
getTotalAmount() - Method in class com.avalara.avatax.services.tax.PostTaxRequest
The total amount (not including tax) for the document.
getTotalDiscount() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the sum of all TaxLine TaxLine.getDiscount() amounts; Typically it will equal the requested Discount, but, but it is possible that no lines were marked as discounted.
getTotalExemption() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Deprecated. See TaxDetail.getExemption().
getTotalTax() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the total tax for the document.
getTotalTax() - Method in class com.avalara.avatax.services.tax.PostTaxRequest
The total tax for the document.
getTotalTaxable() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Deprecated. See TaxDetail.getTaxable().
getTotalTaxCalculated() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the totalTaxCalculated value for this GetTaxResult.
getTransactionId() - Method in class com.avalara.avatax.services.address.BaseResult
A unique Transaction ID identifying a specific request/response set.
getTransactionId() - Method in class com.avalara.avatax.services.tax.BaseResult
A unique Transaction ID identifying a specific request/response set.
getTypeDesc() - Static method in class com.avalara.avatax.services.address.Address
Return TypeDesc metadata object for use with Axis.
getTypeDesc() - Static method in class com.avalara.avatax.services.address.ArrayOfMessage
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.address.ArrayOfValidAddress
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.address.BaseAddress
Return type metadata object
getTypeDesc() - Static method in class com.avalara.avatax.services.address.BaseResult
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.address.IsAuthorizedResult
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.address.Message
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.address.PingResult
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.address.SeverityLevel
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.address.TextCase
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.address.ValidAddress
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.address.ValidateRequest
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.address.ValidateResult
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.AccountingMethod
Return type metadata object
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.AdjustTaxRequest
Return type metadata object
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.AdjustTaxResult
Return type metadata object
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.ApplyPaymentRequest
Return type metadata object
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.ApplyPaymentResult
Return type metadata object
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.ArrayOfBaseAddress
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.ArrayOfGetTaxResult
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.ArrayOfLine
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.ArrayOfMessage
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.ArrayOfTaxAddress
Return type metadata object
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.ArrayOfTaxDetail
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.ArrayOfTaxLine
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.BaseAddress
Return type metadata object.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.BaseResult
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.BoundaryLevel
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.CancelCode
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.CancelTaxRequest
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.CancelTaxResult
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.CommitTaxRequest
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.CommitTaxResult
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.DetailLevel
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.DocStatus
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.DocumentType
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.GetTaxHistoryRequest
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.GetTaxHistoryResult
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.GetTaxRequest
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.GetTaxResult
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.IsAuthorizedResult
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.JurisdictionType
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.Line
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.Message
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.PingResult
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.PostTaxRequest
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.PostTaxResult
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryResult
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.SearchTaxHistoryResult
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.ServiceMode
Return type metadata object
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.SeverityLevel
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.TaxAddress
Return type metadata object
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.TaxDetail
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.TaxLine
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.TaxOverride
Return type metadata object
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.TaxOverrideType
Return type metadata object
getTypeDesc() - Static method in class com.avalara.avatax.services.tax.TaxType
Return Axis type metadata object; this method is used internally by the adapter and not intended to be used by external implementation code.
getUserName() - Method in class com.avalara.avatax.services.base.Security
UserName, for UserName and password login.
getValidAddress() - Method in class com.avalara.avatax.services.address.ArrayOfValidAddress
Retrieves the raw array of ValidAddress objects encapsulated in this object.
getValidAddress(int) - Method in class com.avalara.avatax.services.address.ArrayOfValidAddress
Retrieves the ith ValidAddress object (counting from 0) from the array of ValidAddresses encapsulated in this object.
getValidAddresses() - Method in class com.avalara.avatax.services.address.ValidateResult
Provides access to the ArrayOfValidAddress wrapper object, containing an array of ValidAddress objects.
getValue() - Method in class com.avalara.avatax.services.address.SeverityLevel
 
getValue() - Method in class com.avalara.avatax.services.address.TextCase
 
getValue() - Method in class com.avalara.avatax.services.tax.AccountingMethod
 
getValue() - Method in class com.avalara.avatax.services.tax.BoundaryLevel
 
getValue() - Method in class com.avalara.avatax.services.tax.CancelCode
 
getValue() - Method in class com.avalara.avatax.services.tax.DetailLevel
 
getValue() - Method in class com.avalara.avatax.services.tax.DocStatus
 
getValue() - Method in class com.avalara.avatax.services.tax.DocumentType
 
getValue() - Method in class com.avalara.avatax.services.tax.JurisdictionType
 
getValue() - Method in class com.avalara.avatax.services.tax.ServiceMode
 
getValue() - Method in class com.avalara.avatax.services.tax.SeverityLevel
 
getValue() - Method in class com.avalara.avatax.services.tax.TaxOverrideType
 
getValue() - Method in class com.avalara.avatax.services.tax.TaxType
 
getVersion() - Method in class com.avalara.avatax.services.address.PingResult
Version of the web service (e.g.
getVersion() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Gets the version value for this GetTaxResult.
getVersion() - Method in class com.avalara.avatax.services.tax.PingResult
Version of the web service (e.g.

H

hasClientMetricMessage(int, Message) - Method in class com.avalara.avatax.services.address.ArrayOfMessage
 
hasClientMetricMessage() - Method in class com.avalara.avatax.services.address.ArrayOfMessage
Function to remove clientmetricsrequest message from the list.
HasClientMetricMessage(Object) - Static method in class com.avalara.avatax.services.base.Utility
Utility finction that checks if clientmetricsrequest message has been sent from server or not We will send client Metrics back to server only if we find this message in the Result Object
hasClientMetricMessage() - Method in class com.avalara.avatax.services.tax.ArrayOfMessage
Function to remove clientmetricsrequest message from the list.
hashCode() - Method in class com.avalara.avatax.services.address.Address
Gets the default hash code for the object (as returned by Object.hashCode())
hashCode() - Method in class com.avalara.avatax.services.address.ArrayOfMessage
Calculates a unique integer code for this object and its contents based on the Object.hashCode() for the Message objects contained within.
hashCode() - Method in class com.avalara.avatax.services.address.ArrayOfValidAddress
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.address.BaseAddress
 
hashCode() - Method in class com.avalara.avatax.services.address.BaseResult
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.address.IsAuthorizedResult
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.address.Message
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.address.PingResult
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.address.SeverityLevel
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.address.TextCase
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.address.ValidAddress
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.address.ValidateRequest
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.address.ValidateResult
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.AccountingMethod
 
hashCode() - Method in class com.avalara.avatax.services.tax.AdjustTaxRequest
 
hashCode() - Method in class com.avalara.avatax.services.tax.AdjustTaxResult
 
hashCode() - Method in class com.avalara.avatax.services.tax.ApplyPaymentRequest
 
hashCode() - Method in class com.avalara.avatax.services.tax.ApplyPaymentResult
 
hashCode() - Method in class com.avalara.avatax.services.tax.ArrayOfBaseAddress
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.ArrayOfGetTaxResult
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.ArrayOfLine
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.ArrayOfMessage
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.ArrayOfTaxAddress
 
hashCode() - Method in class com.avalara.avatax.services.tax.ArrayOfTaxDetail
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.ArrayOfTaxLine
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.BaseAddress
Determines a "unique" hash code String value to be used for this BaseAddress object.
hashCode() - Method in class com.avalara.avatax.services.tax.BaseResult
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.BoundaryLevel
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.CancelCode
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.CancelTaxRequest
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.CancelTaxResult
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.CommitTaxRequest
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.CommitTaxResult
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.DetailLevel
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.DocStatus
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.DocumentType
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.GetTaxHistoryRequest
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.GetTaxHistoryResult
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.GetTaxResult
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.IsAuthorizedResult
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.JurisdictionType
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.Line
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.Message
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.PingResult
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.PostTaxRequest
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.PostTaxResult
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryResult
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.SearchTaxHistoryResult
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.ServiceMode
 
hashCode() - Method in class com.avalara.avatax.services.tax.SeverityLevel
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.TaxAddress
 
hashCode() - Method in class com.avalara.avatax.services.tax.TaxDetail
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.TaxLine
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode() - Method in class com.avalara.avatax.services.tax.TaxOverride
 
hashCode() - Method in class com.avalara.avatax.services.tax.TaxOverrideType
 
hashCode() - Method in class com.avalara.avatax.services.tax.TaxType
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

I

Input - Static variable in class com.avalara.avatax.services.tax.TaxType
Input Tax.
isAuthorized(String) - Method in interface com.avalara.avatax.services.address.AddressSvcSoap
Checks authentication of and authorization to one or more operations on the service.
isAuthorized(String) - Method in class com.avalara.avatax.services.address.AddressSvcSoapStub
 
isAuthorized(String) - Method in interface com.avalara.avatax.services.tax.TaxSvcSoap
Checks authentication of and authorization to one or more operations on the service.
isAuthorized(String) - Method in class com.avalara.avatax.services.tax.TaxSvcSoapStub
 
IsAuthorizedResult - Class in com.avalara.avatax.services.address
Result information returned from the AddressSvc's AddressSvcSoap.isAuthorized(java.lang.String) method and the TaxSvc's TaxSvcSoap.isAuthorized(java.lang.String) method.
IsAuthorizedResult() - Constructor for class com.avalara.avatax.services.address.IsAuthorizedResult
Initializes a new instance of the class.
IsAuthorizedResult - Class in com.avalara.avatax.services.tax
Result information returned from the AddressSvcSoap's AddressSvcSoap.isAuthorized(java.lang.String) method and the TaxSvcSoap's TaxSvcSoap.isAuthorized(java.lang.String) method.
IsAuthorizedResult() - Constructor for class com.avalara.avatax.services.tax.IsAuthorizedResult
Initializes a new instance of the class.
isDiscounted() - Method in class com.avalara.avatax.services.tax.Line
True if the document discount should be applied to this line.
isReconciled() - Method in class com.avalara.avatax.services.tax.GetTaxResult
True if the document has been reconciled; Only committed documents can be reconciled.
isReconciled() - Method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Indicates the items through ReconcileTaxHistoryRequest.getLastDocId() have been reconciled in the client system and should be marked as reconciled in the AvaTax system.
isTaxability() - Method in class com.avalara.avatax.services.address.ValidateRequest
Gets the taxability value for this ValidateRequest.
isTaxability() - Method in class com.avalara.avatax.services.tax.TaxLine
Is the item taxable?
isTaxable() - Method in class com.avalara.avatax.services.address.ValidateResult
Gets the taxable value for this ValidateResult.
isTaxIncluded() - Method in class com.avalara.avatax.services.tax.Line
True if tax is included in the line.
isTaxIncluded() - Method in class com.avalara.avatax.services.tax.TaxLine
True if tax is included in the line.

J

JurisdictionType - Class in com.avalara.avatax.services.tax
A Jurisdiction Type describes the jurisdiction for which a particular tax is applied to a document.

L

Line - Static variable in class com.avalara.avatax.services.tax.DetailLevel
Line level details (includes Document details).
Line - Class in com.avalara.avatax.services.tax
A single line within a document containing data used for calculating tax.
Line() - Constructor for class com.avalara.avatax.services.tax.Line
Creates a new line object.
Local - Static variable in class com.avalara.avatax.services.tax.ServiceMode
AvaLocal server only.

M

Message - Class in com.avalara.avatax.services.address
Message class used in results and exceptions.
Message() - Constructor for class com.avalara.avatax.services.address.Message
Initializes a new instance of the class.
Message - Class in com.avalara.avatax.services.tax
Message class used in results and exceptions.
Message() - Constructor for class com.avalara.avatax.services.tax.Message
Initializes a new instance of the class.
Mixed - Static variable in class com.avalara.avatax.services.address.TextCase
Mixed case.

N

NAMESPACE - Static variable in class com.avalara.avatax.services.base.Profile
 
None - Static variable in class com.avalara.avatax.services.tax.TaxOverrideType
Default value.
Nonrecoverable - Static variable in class com.avalara.avatax.services.tax.TaxType
Nonrecoverable Tax.

O

Output - Static variable in class com.avalara.avatax.services.tax.TaxType
Output Tax.

P

PASSWORD_TEXT_TYPE - Static variable in class com.avalara.avatax.services.base.BaseSvcSoapStub
 
ping(String) - Method in interface com.avalara.avatax.services.address.AddressSvcSoap
Verifies connectivity to the web service and returns version information about the service.
ping(String) - Method in class com.avalara.avatax.services.address.AddressSvcSoapStub
 
ping(String) - Method in interface com.avalara.avatax.services.tax.TaxSvcSoap
Verifies connectivity to the web service and returns version information about the service.
ping(String) - Method in class com.avalara.avatax.services.tax.TaxSvcSoapStub
 
PingResult - Class in com.avalara.avatax.services.address
Result information returned from the AddressSvcSoap's AddressSvcSoap.ping(java.lang.String) method and the TaxSvcSoap's TaxSvcSoap.ping(java.lang.String) method.
PingResult() - Constructor for class com.avalara.avatax.services.address.PingResult
Initializes a new instance of the class.
PingResult - Class in com.avalara.avatax.services.tax
Result information returned from the AddressSvcSoap's AddressSvcSoap.ping(java.lang.String) method and the TaxSvcSoap's TaxSvcSoap.ping(java.lang.String) method.
PingResult() - Constructor for class com.avalara.avatax.services.tax.PingResult
Initializes a new instance of the class.
Posted - Static variable in class com.avalara.avatax.services.tax.DocStatus
A posted document (not committed).
PostFailed - Static variable in class com.avalara.avatax.services.tax.CancelCode
Specifies the post operation failed when attempting to post an invoice within a client's application, for example, to the client's General Ledger; The document's status will be changed to Saved.
postTax(PostTaxRequest) - Method in interface com.avalara.avatax.services.tax.TaxSvcSoap
Posts a previously calculated tax
postTax(PostTaxRequest) - Method in class com.avalara.avatax.services.tax.TaxSvcSoapStub
 
PostTaxRequest - Class in com.avalara.avatax.services.tax
Data to pass to TaxSvcSoap.postTax(com.avalara.avatax.services.tax.PostTaxRequest).
PostTaxRequest() - Constructor for class com.avalara.avatax.services.tax.PostTaxRequest
 
PostTaxResult - Class in com.avalara.avatax.services.tax
Result data returned from TaxSvcSoap.postTax(com.avalara.avatax.services.tax.PostTaxRequest).
PostTaxResult() - Constructor for class com.avalara.avatax.services.tax.PostTaxResult
Initializes a new instance of the class.
Profile - Class in com.avalara.avatax.services.base
The request profile provides information about the calling application and may be used for customized request processing.
Profile() - Constructor for class com.avalara.avatax.services.base.Profile
Initializes a new instance of the class.
PROFILE_ELEMENT - Static variable in class com.avalara.avatax.services.base.Profile
 
PurchaseInvoice - Static variable in class com.avalara.avatax.services.tax.DocumentType
The document is a permanent invoice; document and tax calculation results are saved in the tax history.
PurchaseOrder - Static variable in class com.avalara.avatax.services.tax.DocumentType
Purchase order, estimate, or quote.

R

readResolve() - Method in class com.avalara.avatax.services.address.SeverityLevel
 
readResolve() - Method in class com.avalara.avatax.services.address.TextCase
 
readResolve() - Method in class com.avalara.avatax.services.tax.AccountingMethod
 
readResolve() - Method in class com.avalara.avatax.services.tax.BoundaryLevel
 
readResolve() - Method in class com.avalara.avatax.services.tax.CancelCode
 
readResolve() - Method in class com.avalara.avatax.services.tax.DetailLevel
 
readResolve() - Method in class com.avalara.avatax.services.tax.DocStatus
 
readResolve() - Method in class com.avalara.avatax.services.tax.DocumentType
 
readResolve() - Method in class com.avalara.avatax.services.tax.JurisdictionType
 
readResolve() - Method in class com.avalara.avatax.services.tax.ServiceMode
 
readResolve() - Method in class com.avalara.avatax.services.tax.SeverityLevel
 
readResolve() - Method in class com.avalara.avatax.services.tax.TaxOverrideType
 
readResolve() - Method in class com.avalara.avatax.services.tax.TaxType
 
reconcileTaxHistory(ReconcileTaxHistoryRequest) - Method in interface com.avalara.avatax.services.tax.TaxSvcSoap
Reconciles tax history to ensure the client data matches the AvaTax history.
reconcileTaxHistory(ReconcileTaxHistoryRequest) - Method in class com.avalara.avatax.services.tax.TaxSvcSoapStub
 
ReconcileTaxHistoryRequest - Class in com.avalara.avatax.services.tax
Data to pass to TaxSvcSoap.reconcileTaxHistory(ReconcileTaxHistoryRequest)
ReconcileTaxHistoryRequest() - Constructor for class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Initializes a new instance of the class.
ReconcileTaxHistoryResult - Class in com.avalara.avatax.services.tax
Result data returned from TaxSvcSoap.reconcileTaxHistory(com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest).
ReconcileTaxHistoryResult() - Constructor for class com.avalara.avatax.services.tax.ReconcileTaxHistoryResult
Initializes a new instance of the class.
Remote - Static variable in class com.avalara.avatax.services.tax.ServiceMode
All lines are calculated by AvaTax remote server.
Rental - Static variable in class com.avalara.avatax.services.tax.TaxType
Rental
reset() - Method in class com.avalara.avatax.services.base.Timer
 
resizeArray(Object, int) - Static method in class com.avalara.avatax.services.base.Utility
Reallocates an array with a new size, and copies the contents of the old array to the new array.
ReturnInvoice - Static variable in class com.avalara.avatax.services.tax.DocumentType
The document is a permanent sales return invoice; document and tax calculation results are saved in the tax history GetTaxResult will return with a DocStatus of Saved.
ReturnOrder - Static variable in class com.avalara.avatax.services.tax.DocumentType
Sales Return Order.

S

Sales - Static variable in class com.avalara.avatax.services.tax.TaxType
Sales tax.
SalesInvoice - Static variable in class com.avalara.avatax.services.tax.DocumentType
The document is a permanent invoice; document and tax calculation results are saved in the tax history.
SalesOrder - Static variable in class com.avalara.avatax.services.tax.DocumentType
Sales Order, estimate or quote.
Saved - Static variable in class com.avalara.avatax.services.tax.DocStatus
A saved document (DocumentType was SalesInvoice, PurchaseInvoice, ReturnInvoice) ready to be posted.
SearchTaxHistoryResult - Class in com.avalara.avatax.services.tax
Result data returned from TaxSvcSoap.reconcileTaxHistory(com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest).
SearchTaxHistoryResult() - Constructor for class com.avalara.avatax.services.tax.SearchTaxHistoryResult
Initializes a new instance of the class.
Security - Class in com.avalara.avatax.services.base
Used to encapsulate security details used to authenticate the client, for example the user's account name and license number.
Security() - Constructor for class com.avalara.avatax.services.base.Security
Initializes a new instance of the class.
ServiceMode - Class in com.avalara.avatax.services.tax
Specifies the type of tax override.
setAccount(String) - Method in class com.avalara.avatax.services.base.Security
Account name, for account and license number login.
setAccountingMethod(AccountingMethod) - Method in class com.avalara.avatax.services.tax.TaxLine
Sets the accountingMethod value for this TaxLine.
setAddress(Address) - Method in class com.avalara.avatax.services.address.ValidateRequest
The address to Validate.
setAddress(String) - Method in class com.avalara.avatax.services.tax.TaxAddress
Sets the address value for this TaxAddress.
setAddressCode(String) - Method in class com.avalara.avatax.services.address.Address
Programmatically determined value used internally by the adapter.
setAddressCode(String) - Method in class com.avalara.avatax.services.address.BaseAddress
Sets the addressCode value for this BaseAddress.
setAddressCode(String) - Method in class com.avalara.avatax.services.tax.BaseAddress
Sets the addressCode value for this BaseAddress.
setAddressCode(String) - Method in class com.avalara.avatax.services.tax.TaxAddress
Sets the addressCode value for this TaxAddress.
setAddresses(ArrayOfBaseAddress) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Sets the addresses for this request.
setAddressSvcSoapEndpointAddress(String) - Method in class com.avalara.avatax.services.address.AddressSvcLocator
This method is used internally by the adapter and not intended to be used by external implementation code.
setAddressSvcSoapWSDDServiceName(String) - Method in class com.avalara.avatax.services.address.AddressSvcLocator
Sets the WSDD Service Name; This method is used internally by the adapter and not intended to be used by external implementation code.
setAddressType(String) - Method in class com.avalara.avatax.services.address.ValidAddress
Address Type - The type of address that was coded (PO Box, Rural Route, and so on), using the input address.
setAdjustmentDescription(String) - Method in class com.avalara.avatax.services.tax.AdjustTaxRequest
Sets the adjustmentDescription value for this AdjustTaxRequest.
setAdjustmentDescription(String) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the adjustmentDescription value for this GetTaxResult.
setAdjustmentReason(int) - Method in class com.avalara.avatax.services.tax.AdjustTaxRequest
Sets the adjustmentReason value for this AdjustTaxRequest.
setAdjustmentReason(int) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the adjustmentReason value for this GetTaxResult.
setAmount(BigDecimal) - Method in class com.avalara.avatax.services.tax.Line
The total amount for this line item (Line.getQty() * UnitPrice).
setBase(BigDecimal) - Method in class com.avalara.avatax.services.tax.TaxDetail
Deprecated. See TaxDetail.setTaxable(java.math.BigDecimal).
setBaseAddress(BaseAddress[]) - Method in class com.avalara.avatax.services.tax.ArrayOfBaseAddress
Allows one to programatically set the raw array of BaseAddress objects encapsulated by this object.
setBaseAddress(int, BaseAddress) - Method in class com.avalara.avatax.services.tax.ArrayOfBaseAddress
Allows one to replace the ith BaseAddress object (counting from 0) within the array of BaseAddresses encapsulated in this object.
setBatchCode(String) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Sets the batchCode value for this GetTaxRequest.
setBoundaryLevel(int) - Method in class com.avalara.avatax.services.tax.TaxAddress
Sets the boundaryLevel value for this TaxAddress.
setBoundaryLevel(BoundaryLevel) - Method in class com.avalara.avatax.services.tax.TaxLine
The level of jurisdiction boundary precision used for the tax calculation.
setCancelCode(CancelCode) - Method in class com.avalara.avatax.services.tax.CancelTaxRequest
A code indicating the reason the document is getting canceled.
setCarrierRoute(String) - Method in class com.avalara.avatax.services.address.ValidAddress
The carrier route associated with the input address (USA).
setCity(String) - Method in class com.avalara.avatax.services.address.Address
City name.
setCity(String) - Method in class com.avalara.avatax.services.address.BaseAddress
Sets the city value for this BaseAddress.
setCity(String) - Method in class com.avalara.avatax.services.tax.BaseAddress
Sets the city value for this BaseAddress.
setCity(String) - Method in class com.avalara.avatax.services.tax.TaxAddress
Sets the city value for this TaxAddress.
setClient(String) - Method in class com.avalara.avatax.services.base.Profile
Client application name and version (and plugin name and version, if applicable).
setCommit(boolean) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Sets the commit value for this GetTaxRequest.
setCommit(boolean) - Method in class com.avalara.avatax.services.tax.PostTaxRequest
 
setCompanyCode(String) - Method in class com.avalara.avatax.services.tax.ApplyPaymentRequest
Sets the companyCode value for this ApplyPaymentRequest.
setCompanyCode(String) - Method in class com.avalara.avatax.services.tax.CancelTaxRequest
Sets the client application company reference code.
setCompanyCode(String) - Method in class com.avalara.avatax.services.tax.CommitTaxRequest
Sets the client application company reference code.
setCompanyCode(String) - Method in class com.avalara.avatax.services.tax.GetTaxHistoryRequest
Sets the client application company reference code.
setCompanyCode(String) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Sets the client application company reference code.
setCompanyCode(String) - Method in class com.avalara.avatax.services.tax.PostTaxRequest
Sets the client application company reference code.
setCompanyCode(String) - Method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Sets the client application company reference code.
setCoordinates(boolean) - Method in class com.avalara.avatax.services.address.ValidateRequest
Sets the coordinates value for this ValidateRequest.
setCountry(String) - Method in class com.avalara.avatax.services.address.Address
Country name.
setCountry(String) - Method in class com.avalara.avatax.services.address.BaseAddress
Sets the country value for this BaseAddress.
setCountry(String) - Method in class com.avalara.avatax.services.tax.BaseAddress
Sets the country value for this BaseAddress.
setCountry(String) - Method in class com.avalara.avatax.services.tax.TaxAddress
Sets the country value for this TaxAddress.
setCountry(String) - Method in class com.avalara.avatax.services.tax.TaxDetail
Sets the country value for this TaxDetail.
setCounty(String) - Method in class com.avalara.avatax.services.address.ValidAddress
County Name.
setCurrencyCode(String) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Sets the currencyCode value for this GetTaxRequest.
setCustomerCode(String) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
The client application customer reference code.
setCustomerUsageType(String) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
The client application customer or usage type.
setCustomerUsageType(String) - Method in class com.avalara.avatax.services.tax.Line
Allows specifying the customer or usage type at the line level.
setDescription(String) - Method in class com.avalara.avatax.services.tax.Line
Sets the description which defines the description for the product or item.
setDestinationCode(String) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Used internally by the adapter to reference the Line.getDestinationAddress() **FIX**.
setDestinationCode(String) - Method in class com.avalara.avatax.services.tax.Line
Used internally by the adapter to reference the Line.getDestinationAddress().
setDetailLevel(DetailLevel) - Method in class com.avalara.avatax.services.tax.GetTaxHistoryRequest
Specifies the level of detail to return.
setDetailLevel(DetailLevel) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Specifies the level of detail to return.
setDetails(String) - Method in class com.avalara.avatax.services.address.Message
Sets the details of the message.
setDetails(String) - Method in class com.avalara.avatax.services.tax.Message
Sets the details of the message.
setDiscount(BigDecimal) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
The discount amount to apply to the document.
setDiscount(BigDecimal) - Method in class com.avalara.avatax.services.tax.TaxLine
Discount amount applied to this line
setDiscounted(boolean) - Method in class com.avalara.avatax.services.tax.Line
True if the document discount should be applied to this line.
setDocCode(String) - Method in class com.avalara.avatax.services.tax.ApplyPaymentRequest
Sets the docCode value for this ApplyPaymentRequest.
setDocCode(String) - Method in class com.avalara.avatax.services.tax.CancelTaxRequest
The internal reference code used by the client application.
setDocCode(String) - Method in class com.avalara.avatax.services.tax.CommitTaxRequest
Sets the Document Code, that is the internal reference code used by the client application.
setDocCode(String) - Method in class com.avalara.avatax.services.tax.GetTaxHistoryRequest
Sets the Document Code, that is the internal reference code used by the client application.
setDocCode(String) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Sets the Document Code, i.e., the internal reference code used by the client application.
setDocCode(String) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the internal reference code used by the client application; This is used for operations such as Post and GetTaxHistory.
setDocCode(String) - Method in class com.avalara.avatax.services.tax.PostTaxRequest
Sets the Document Code, that is the internal reference code used by the client application.
setDocDate(Date) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
The date on the invoice, purchase order, etc.
setDocDate(Date) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the date on the invoice, purchase order, etc.
setDocDate(Date) - Method in class com.avalara.avatax.services.tax.PostTaxRequest
Sets the Document Date, i.e.
setDocId(String) - Method in class com.avalara.avatax.services.tax.ApplyPaymentRequest
Sets the docId value for this ApplyPaymentRequest.
setDocId(String) - Method in class com.avalara.avatax.services.tax.ApplyPaymentResult
Sets the docId value for this ApplyPaymentResult.
setDocId(String) - Method in class com.avalara.avatax.services.tax.CancelTaxRequest
A unique Document ID.
setDocId(String) - Method in class com.avalara.avatax.services.tax.CancelTaxResult
A unique Document ID.
setDocId(String) - Method in class com.avalara.avatax.services.tax.CommitTaxRequest
A unique document ID.
setDocId(String) - Method in class com.avalara.avatax.services.tax.CommitTaxResult
A unique document ID.
setDocId(String) - Method in class com.avalara.avatax.services.tax.GetTaxHistoryRequest
A unique Document ID.
setDocId(String) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the Document ID.
setDocId(String) - Method in class com.avalara.avatax.services.tax.PostTaxRequest
A unique document ID.
setDocId(String) - Method in class com.avalara.avatax.services.tax.PostTaxResult
A unique document ID.
setDocStatus(DocStatus) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the document's status after the tax calculation.
setDocStatus(DocStatus) - Method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Sets the value to retrieve data with a specific DocStatus.
setDocType(DocumentType) - Method in class com.avalara.avatax.services.tax.ApplyPaymentRequest
Sets the docType value for this ApplyPaymentRequest.
setDocType(DocumentType) - Method in class com.avalara.avatax.services.tax.CancelTaxRequest
The original document's type, such as Sales Invoice or Purchase Invoice.
setDocType(DocumentType) - Method in class com.avalara.avatax.services.tax.CommitTaxRequest
The original document's type, such as Sales Invoice or Purchase Invoice.
setDocType(DocumentType) - Method in class com.avalara.avatax.services.tax.GetTaxHistoryRequest
The original document's type, such as Sales Invoice or Purchase Invoice.
setDocType(DocumentType) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
The document type specifies the category of the document and affects how the document is treated after a tax calculation; see DocumentType for more information about the specific document types.
setDocType(DocumentType) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the the Document Type.
setDocType(DocumentType) - Method in class com.avalara.avatax.services.tax.PostTaxRequest
The original document's type, such as Sales Invoice or Purchase Invoice.
setEndDate(Date) - Method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Sets the endDate value to retrieve data FROM a specific date.
setEndpointAddress(String, String) - Method in class com.avalara.avatax.services.address.AddressSvcLocator
This method is used internally by the adapter and not intended to be used by external implementation code.
setEndpointAddress(QName, String) - Method in class com.avalara.avatax.services.address.AddressSvcLocator
This method is used internally by the adapter and not intended to be used by external implementation code.
setEndpointAddress(String, String) - Method in class com.avalara.avatax.services.tax.TaxSvcLocator
This method is used internally by the adapter and not intended to be used by external implementation code.
setEndpointAddress(QName, String) - Method in class com.avalara.avatax.services.tax.TaxSvcLocator
This method is used internally by the adapter and not intended to be used by external implementation code.
setExchangeRate(BigDecimal) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Sets the exchangeRate value for this GetTaxRequest.
setExchangeRateEffDate(Date) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Sets the exchangeRateEffDate value for this GetTaxRequest.
setExemptCertId(int) - Method in class com.avalara.avatax.services.tax.TaxLine
Sets the exemptCertId value for this TaxLine.
setExemption(BigDecimal) - Method in class com.avalara.avatax.services.tax.TaxDetail
The exempt amount for this TaxDetail.
setExemption(BigDecimal) - Method in class com.avalara.avatax.services.tax.TaxLine
Deprecated. See TaxDetail.setExemption(java.math.BigDecimal).
setExemptionNo(String) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Exemption Number for this document
setExemptionNo(String) - Method in class com.avalara.avatax.services.tax.Line
Exemption number for this line.
setExpires(Calendar) - Method in class com.avalara.avatax.services.address.IsAuthorizedResult
Indicates the subscription expiration date in yyyy-mm-dd format (e.g.
setExpires(Calendar) - Method in class com.avalara.avatax.services.tax.IsAuthorizedResult
Indicates the subscription expiration date in yyyy-mm-dd format (e.g.
setFipsCode(String) - Method in class com.avalara.avatax.services.address.ValidAddress
Federal Information Processing Standards Code (USA).
setGetTaxRequest(GetTaxRequest) - Method in class com.avalara.avatax.services.tax.AdjustTaxRequest
Sets the GetTaxRequest value for this AdjustTaxRequest.
setGetTaxRequest(GetTaxRequest) - Method in class com.avalara.avatax.services.tax.GetTaxHistoryResult
Sets the original GetTaxRequest for the document.
setGetTaxResult(GetTaxResult[]) - Method in class com.avalara.avatax.services.tax.ArrayOfGetTaxResult
Allows one to programatically set the raw array of GetTaxResult objects encapsulated by this object.
setGetTaxResult(int, GetTaxResult) - Method in class com.avalara.avatax.services.tax.ArrayOfGetTaxResult
Allows one to replace the ith GetTaxResult object (counting from 0) within the array of GetTaxResults encapsulated in this object.
setGetTaxResult(GetTaxResult) - Method in class com.avalara.avatax.services.tax.GetTaxHistoryResult
Sets the original GetTaxResult for the document.
setGetTaxResults(ArrayOfGetTaxResult) - Method in class com.avalara.avatax.services.tax.SearchTaxHistoryResult
Sets zero or more GetTaxResult summaries matching search criteria.
setHashCode(int) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Sets the hashCode value for this GetTaxRequest.
setHashCode(int) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the hashCode value for this GetTaxResult.
setHashCode(int) - Method in class com.avalara.avatax.services.tax.PostTaxRequest
Sets the hashCode value for this PostTaxRequest.
setHelpLink(String) - Method in class com.avalara.avatax.services.address.Message
Sets the URL to help page for this message.
setHelpLink(String) - Method in class com.avalara.avatax.services.tax.Message
Sets the URL to help page for this message.
setItemCode(String) - Method in class com.avalara.avatax.services.tax.Line
Item Code (SKU)
setJurisCode(String) - Method in class com.avalara.avatax.services.tax.TaxDetail
Jurisdiction Code for the taxing jurisdiction.
setJurisName(String) - Method in class com.avalara.avatax.services.tax.TaxDetail
Sets the jurisdiction name.
setJurisType(JurisdictionType) - Method in class com.avalara.avatax.services.tax.TaxDetail
Jurisdiction Type.
setLastDocId(String) - Method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Used to seek for additional results in large result sets.
setLastDocId(String) - Method in class com.avalara.avatax.services.tax.SearchTaxHistoryResult
Indicates the last Document Code (GetTaxResult.getDocId()) the results list.
setLatitude(String) - Method in class com.avalara.avatax.services.address.ValidAddress
Sets the latitude value for this ValidAddress.
setLicense(String) - Method in class com.avalara.avatax.services.base.Security
License number, for account and license number login.
setLine(Line[]) - Method in class com.avalara.avatax.services.tax.ArrayOfLine
Allows one to programatically set the raw array of Line objects encapsulated by this object.
setLine(int, Line) - Method in class com.avalara.avatax.services.tax.ArrayOfLine
Allows one to replace the ith Line object (counting from 0) within the array of Lines encapsulated in this object.
setLine1(String) - Method in class com.avalara.avatax.services.address.Address
Address line 1.
setLine1(String) - Method in class com.avalara.avatax.services.address.BaseAddress
Sets the line1 value for this BaseAddress.
setLine1(String) - Method in class com.avalara.avatax.services.tax.BaseAddress
Sets the line1 value for this BaseAddress.
setLine2(String) - Method in class com.avalara.avatax.services.address.Address
Address line 2.
setLine2(String) - Method in class com.avalara.avatax.services.address.BaseAddress
Sets the line2 value for this BaseAddress.
setLine2(String) - Method in class com.avalara.avatax.services.tax.BaseAddress
Sets the line2 value for this BaseAddress.
setLine3(String) - Method in class com.avalara.avatax.services.address.Address
Address line 3.
setLine3(String) - Method in class com.avalara.avatax.services.address.BaseAddress
Sets the line3 value for this BaseAddress.
setLine3(String) - Method in class com.avalara.avatax.services.tax.BaseAddress
Sets the line3 value for this BaseAddress.
setLine4(String) - Method in class com.avalara.avatax.services.address.ValidAddress
Address line 4.
setLines(ArrayOfLine) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Document line items list.
setLocationCode(String) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Sets the locationCode value for this GetTaxRequest.
setLocked(boolean) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the locked value for this GetTaxResult.
setLongitude(String) - Method in class com.avalara.avatax.services.address.ValidAddress
Sets the longitude value for this ValidAddress.
setMessage(Message[]) - Method in class com.avalara.avatax.services.address.ArrayOfMessage
Allows one to programatically set the raw array of Message objects encapsulated by this object.
setMessage(int, Message) - Method in class com.avalara.avatax.services.address.ArrayOfMessage
Allows one to replace the ith Message object (counting from 0) within the array of Messages encapsulated in this object.
setMessage(Message[]) - Method in class com.avalara.avatax.services.tax.ArrayOfMessage
Allows one to programatically set the raw array of Message objects encapsulated by this object.
setMessage(int, Message) - Method in class com.avalara.avatax.services.tax.ArrayOfMessage
Allows one to replace the ith Message object (counting from 0) within the array of Messages encapsulated in this object.
setMessages(ArrayOfMessage) - Method in class com.avalara.avatax.services.address.BaseResult
An array of Message objects returned in an ArrayOfMessage wrapper object.
setMessages(ArrayOfMessage) - Method in class com.avalara.avatax.services.tax.BaseResult
An array of Message objects returned in an ArrayOfMessage wrapper object.
setName(String) - Method in class com.avalara.avatax.services.address.Message
Gets the name of the message.
setName(String) - Method in class com.avalara.avatax.services.base.Profile
Reference to a named profile.
setName(String) - Method in class com.avalara.avatax.services.tax.Message
Sets the name of the message.
setNo(String) - Method in class com.avalara.avatax.services.tax.Line
Line Number.
setNo(String) - Method in class com.avalara.avatax.services.tax.TaxLine
Line Number.
setNonTaxable(BigDecimal) - Method in class com.avalara.avatax.services.tax.TaxDetail
The non-taxable amount.
setOperations(String) - Method in class com.avalara.avatax.services.address.IsAuthorizedResult
Authorized operations for the user.
setOperations(String) - Method in class com.avalara.avatax.services.tax.IsAuthorizedResult
Authorized operations for the user.
setOriginCode(String) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Used internally by the adapter to reference the Line.getOriginAddress().
setOriginCode(String) - Method in class com.avalara.avatax.services.tax.Line
Used internally by the adapter to reference the Line.getOriginAddress().
setPassword(String) - Method in class com.avalara.avatax.services.base.Security
password, for UserName and password login.
setPaymentDate(Calendar) - Method in class com.avalara.avatax.services.tax.ApplyPaymentRequest
Sets the paymentDate value for this ApplyPaymentRequest.
setPaymentDate(Date) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Sets the paymentDate value for this GetTaxRequest.
setPostalCode(String) - Method in class com.avalara.avatax.services.address.Address
Postal or ZIP code.
setPostalCode(String) - Method in class com.avalara.avatax.services.address.BaseAddress
Sets the postalCode value for this BaseAddress.
setPostalCode(String) - Method in class com.avalara.avatax.services.tax.BaseAddress
Sets the postalCode value for this BaseAddress.
setPostalCode(String) - Method in class com.avalara.avatax.services.tax.TaxAddress
Sets the postalCode value for this TaxAddress.
setPostNet(String) - Method in class com.avalara.avatax.services.address.ValidAddress
A 12-digit POSTNet barcode (USA).
setProfile(Profile) - Method in interface com.avalara.avatax.services.base.BaseSvcSoap
Set the Profile information for the service.
setProfile(Profile) - Method in class com.avalara.avatax.services.base.BaseSvcSoapStub
Provides access to the request profile data; Should be set prior to making a request.
setPurchaseOrderNo(String) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Purchase Order Number for this document.
setQty(BigDecimal) - Method in class com.avalara.avatax.services.tax.Line
The quantity represented by this line.
setRate(BigDecimal) - Method in class com.avalara.avatax.services.tax.TaxDetail
The tax rate, i.e.
setRate(BigDecimal) - Method in class com.avalara.avatax.services.tax.TaxLine
Deprecated. See TaxDetail.setRate(java.math.BigDecimal).
setRateType(String) - Method in class com.avalara.avatax.services.tax.TaxDetail
The tax rate type
setReason(String) - Method in class com.avalara.avatax.services.tax.TaxOverride
Sets the reason value for this TaxOverride.
setReconciled(boolean) - Method in class com.avalara.avatax.services.tax.GetTaxResult
True if the document has been reconciled; Only committed documents can be reconciled.
setReconciled(boolean) - Method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Indicates the items through ReconcileTaxHistoryRequest.getLastDocId() have been reconciled in the client system and should be marked as reconciled in the AvaTax system.
setRef1(String) - Method in class com.avalara.avatax.services.tax.Line
Client specific reference field.
setRef2(String) - Method in class com.avalara.avatax.services.tax.Line
Client specific reference field.
setReferenceCode(String) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
For returns (see DocumentType), refers to the GetTaxRequest.getDocCode() of the original invoice.
setRefersTo(String) - Method in class com.avalara.avatax.services.address.Message
Sets the item the message refers to, if applicable; Used to indicate a missing or incorrect value.
setRefersTo(String) - Method in class com.avalara.avatax.services.tax.Message
Sets the the item the message refers to, if applicable; Used to indicate a missing or incorrect value.
setRegion(String) - Method in class com.avalara.avatax.services.address.Address
State or province name or abbreviation.
setRegion(String) - Method in class com.avalara.avatax.services.address.BaseAddress
Sets the region value for this BaseAddress.
setRegion(String) - Method in class com.avalara.avatax.services.tax.BaseAddress
Sets the region value for this BaseAddress.
setRegion(String) - Method in class com.avalara.avatax.services.tax.TaxAddress
Sets the region value for this TaxAddress.
setRegion(String) - Method in class com.avalara.avatax.services.tax.TaxDetail
Sets the region value for this TaxDetail.
setReportingDate(Date) - Method in class com.avalara.avatax.services.tax.TaxLine
Sets the reportingDate value for this TaxLine.
setResultCode(SeverityLevel) - Method in class com.avalara.avatax.services.address.BaseResult
Indicates the success (or SeverityLevel) of the operation.
setResultCode(SeverityLevel) - Method in class com.avalara.avatax.services.tax.BaseResult
Indicates the success (or SeverityLevel) of the operation.
setRevAcct(String) - Method in class com.avalara.avatax.services.tax.Line
Revenue Account.
setSalespersonCode(String) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
The client application salesperson reference code.
setSecurity(Security) - Method in interface com.avalara.avatax.services.base.BaseSvcSoap
Set the authentication information via a Security object.
setSecurity(Security) - Method in class com.avalara.avatax.services.base.BaseSvcSoapStub
Provides access to Security details (e.g., account name and license #).
setServiceMode(ServiceMode) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Sets the serviceMode value for this GetTaxRequest.
setSeverity(SeverityLevel) - Method in class com.avalara.avatax.services.address.Message
Sets the Severity Level of the message.
setSeverity(SeverityLevel) - Method in class com.avalara.avatax.services.tax.Message
Sets the Severity Level of the message.
setSource(String) - Method in class com.avalara.avatax.services.address.Message
Sets the source of the message.
setSource(String) - Method in class com.avalara.avatax.services.tax.Message
Sets the source of the message.
setStartDate(Date) - Method in class com.avalara.avatax.services.tax.ReconcileTaxHistoryRequest
Sets the startDate value to retrieve data FROM a specific date.
setSummary(String) - Method in class com.avalara.avatax.services.address.Message
Sets the concise summary of the message.
setSummary(String) - Method in class com.avalara.avatax.services.tax.Message
Sets the concise summary of the message.
setTax(BigDecimal) - Method in class com.avalara.avatax.services.tax.TaxDetail
The tax amount, i.e.
setTax(BigDecimal) - Method in class com.avalara.avatax.services.tax.TaxLine
The tax amount, i.e.
setTaxability(boolean) - Method in class com.avalara.avatax.services.address.ValidateRequest
Sets the taxability value for this ValidateRequest.
setTaxability(boolean) - Method in class com.avalara.avatax.services.tax.TaxLine
Is the item taxable?
setTaxable(boolean) - Method in class com.avalara.avatax.services.address.ValidateResult
Sets the taxable value for this ValidateResult.
setTaxable(BigDecimal) - Method in class com.avalara.avatax.services.tax.TaxDetail
The taxable amount.
setTaxable(BigDecimal) - Method in class com.avalara.avatax.services.tax.TaxLine
Deprecated. See TaxDetail.setTaxable(java.math.BigDecimal).
setTaxAddress(TaxAddress[]) - Method in class com.avalara.avatax.services.tax.ArrayOfTaxAddress
Sets the taxAddress value for this ArrayOfTaxAddress.
setTaxAddress(int, TaxAddress) - Method in class com.avalara.avatax.services.tax.ArrayOfTaxAddress
 
setTaxAddresses(ArrayOfTaxAddress) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the taxAddresses value for this GetTaxResult.
setTaxAmount(BigDecimal) - Method in class com.avalara.avatax.services.tax.TaxOverride
Sets the taxAmount value for this TaxOverride.
setTaxAuthorityType(int) - Method in class com.avalara.avatax.services.tax.TaxDetail
Sets the taxAuthorityType value for this TaxDetail.
setTaxCalculated(BigDecimal) - Method in class com.avalara.avatax.services.tax.TaxDetail
Sets the taxCalculated value for this TaxDetail.
setTaxCalculated(BigDecimal) - Method in class com.avalara.avatax.services.tax.TaxLine
Sets the taxCalculated value for this TaxLine.
setTaxCode(String) - Method in class com.avalara.avatax.services.tax.Line
System or Custom Tax Code.
setTaxCode(String) - Method in class com.avalara.avatax.services.tax.TaxLine
System Tax Code.
setTaxDate(Date) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the taxDate value for this GetTaxResult.
setTaxDate(Date) - Method in class com.avalara.avatax.services.tax.TaxLine
Sets the taxDate value for this TaxLine.
setTaxDate(Date) - Method in class com.avalara.avatax.services.tax.TaxOverride
Sets the taxDate value for this TaxOverride.
setTaxDetail(TaxDetail[]) - Method in class com.avalara.avatax.services.tax.ArrayOfTaxDetail
Allows one to programatically set the raw array of TaxDetail objects encapsulated by this object.
setTaxDetail(int, TaxDetail) - Method in class com.avalara.avatax.services.tax.ArrayOfTaxDetail
Allows one to replace the ith TaxDetail object (counting from 0) within the array of TaxDetails encapsulated in this object.
setTaxDetails(ArrayOfTaxDetail) - Method in class com.avalara.avatax.services.tax.TaxLine
Tax by jurisdiction.
setTaxGroup(String) - Method in class com.avalara.avatax.services.tax.TaxDetail
Sets the taxGroup value for this TaxDetail.
setTaxIncluded(boolean) - Method in class com.avalara.avatax.services.tax.Line
True if tax is included in the line.
setTaxIncluded(boolean) - Method in class com.avalara.avatax.services.tax.TaxLine
True if tax is included in the line.
setTaxLine(TaxLine[]) - Method in class com.avalara.avatax.services.tax.ArrayOfTaxLine
Allows one to programatically set the raw array of TaxLine objects encapsulated by this object.
setTaxLine(int, TaxLine) - Method in class com.avalara.avatax.services.tax.ArrayOfTaxLine
Allows one to replace the ith TaxLine object (counting from 0) within the array of TaxLines encapsulated in this object.
setTaxLines(ArrayOfTaxLine) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the Tax broken down by individual TaxLine.
setTaxName(String) - Method in class com.avalara.avatax.services.tax.TaxDetail
Sets the taxName value.
setTaxOverride(TaxOverride) - Method in class com.avalara.avatax.services.tax.GetTaxRequest
Sets the taxOverride value for this GetTaxRequest.
setTaxOverride(TaxOverride) - Method in class com.avalara.avatax.services.tax.Line
Sets the taxOverride value for this Line.
setTaxOverrideType(TaxOverrideType) - Method in class com.avalara.avatax.services.tax.TaxOverride
Sets the taxOverrideType value for this TaxOverride.
setTaxRegionId(int) - Method in class com.avalara.avatax.services.address.Address
Sets the taxRegionId value for this BaseAddress.
setTaxRegionId(int) - Method in class com.avalara.avatax.services.address.BaseAddress
Sets the taxRegionId value for this BaseAddress.
setTaxRegionId(int) - Method in class com.avalara.avatax.services.tax.BaseAddress
Sets the taxRegionId value for this BaseAddress.
setTaxRegionId(int) - Method in class com.avalara.avatax.services.tax.TaxAddress
Sets the taxRegionId value for this TaxAddress.
setTaxSummary(ArrayOfTaxDetail) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the taxSummary value for this GetTaxResult.
setTaxSvcSoapEndpointAddress(String) - Method in class com.avalara.avatax.services.tax.TaxSvcLocator
This method is used internally by the adapter and not intended to be used by external implementation code.
setTaxSvcSoapWSDDServiceName(String) - Method in class com.avalara.avatax.services.tax.TaxSvcLocator
Sets the WSDD Service Name; This method is used internally by the adapter and not intended to be used by external implementation code.
setTaxType(TaxType) - Method in class com.avalara.avatax.services.tax.TaxDetail
Tax Type TypeDescription SSales Tax UUse Tax
setTextCase(TextCase) - Method in class com.avalara.avatax.services.address.ValidateRequest
The casing to apply to the validated address(es).
setTimestamp(Calendar) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Date of the last status change on the document (i.e.
setTotalAmount(BigDecimal) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the sum of all line Line.getAmount() values.
setTotalAmount(BigDecimal) - Method in class com.avalara.avatax.services.tax.PostTaxRequest
The total amount (not including tax) for the document.
setTotalDiscount(BigDecimal) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the sum of all TaxLine TaxLine.getDiscount() amounts; Typically it will equal the requested Discount, but, but it is possible that no lines were marked as discounted.
setTotalExemption(BigDecimal) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Deprecated. See TaxDetail.setExemption(java.math.BigDecimal).
setTotalTax(BigDecimal) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the total tax for the document.
setTotalTax(BigDecimal) - Method in class com.avalara.avatax.services.tax.PostTaxRequest
The total tax for the document.
setTotalTaxable(BigDecimal) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Deprecated. See TaxDetail.setTaxable(java.math.BigDecimal).
setTotalTaxCalculated(BigDecimal) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the totalTaxCalculated value for this GetTaxResult.
setTransactionId(String) - Method in class com.avalara.avatax.services.address.BaseResult
A unique Transaction ID identifying a specific request/response set.
setTransactionId(String) - Method in class com.avalara.avatax.services.tax.BaseResult
A unique Transaction ID identifying a specific request/response set.
setUserName(String) - Method in class com.avalara.avatax.services.base.Security
UserName, for UserName and password login.
setValidAddress(ValidAddress[]) - Method in class com.avalara.avatax.services.address.ArrayOfValidAddress
Allows one to programatically set the raw array of ValidAddress objects encapsulated by this object.
setValidAddress(int, ValidAddress) - Method in class com.avalara.avatax.services.address.ArrayOfValidAddress
Allows one to replace the ith ValidAddress object (counting from 0) within the array of ValidAddresses encapsulated in this object.
setValidAddresses(ArrayOfValidAddress) - Method in class com.avalara.avatax.services.address.ValidateResult
Provides access to the ArrayOfValidAddress wrapper object, containing an array of ValidAddress objects.
setVersion(String) - Method in class com.avalara.avatax.services.address.PingResult
Version of the web service (e.g.
setVersion(int) - Method in class com.avalara.avatax.services.tax.GetTaxResult
Sets the version value for this GetTaxResult.
setVersion(String) - Method in class com.avalara.avatax.services.tax.PingResult
Version of the web service (e.g.
SeverityLevel - Class in com.avalara.avatax.services.address
Severity of the result Message.
SeverityLevel - Class in com.avalara.avatax.services.tax
Severity of the result Message.
size() - Method in class com.avalara.avatax.services.address.ArrayOfMessage
Gets the size of the array.
size() - Method in class com.avalara.avatax.services.address.ArrayOfValidAddress
Gets the size of the array.
size() - Method in class com.avalara.avatax.services.tax.ArrayOfBaseAddress
Gets the size of the array.
size() - Method in class com.avalara.avatax.services.tax.ArrayOfGetTaxResult
Gets the size of the array.
size() - Method in class com.avalara.avatax.services.tax.ArrayOfLine
Gets the size of the array.
size() - Method in class com.avalara.avatax.services.tax.ArrayOfMessage
Gets the size of the array.
size() - Method in class com.avalara.avatax.services.tax.ArrayOfTaxDetail
Gets the size of the array.
size() - Method in class com.avalara.avatax.services.tax.ArrayOfTaxLine
Gets the size of the array.
Special - Static variable in class com.avalara.avatax.services.tax.JurisdictionType
Special Tax Jurisdiction
start() - Method in class com.avalara.avatax.services.base.Timer
Starts the clock
State - Static variable in class com.avalara.avatax.services.tax.JurisdictionType
State
stop(Object, Object) - Method in class com.avalara.avatax.services.base.Timer
Stops the clock and find out the difference
Success - Static variable in class com.avalara.avatax.services.address.SeverityLevel
Operation succeeded.
Success - Static variable in class com.avalara.avatax.services.tax.SeverityLevel
Operation succeeded.
Summary - Static variable in class com.avalara.avatax.services.tax.DetailLevel
Reserved for future use.

T

Tax - Static variable in class com.avalara.avatax.services.tax.DetailLevel
 
TaxAddress - Class in com.avalara.avatax.services.tax
 
TaxAddress() - Constructor for class com.avalara.avatax.services.tax.TaxAddress
 
TaxAddress(String, String, int, String, String, String, String, int) - Constructor for class com.avalara.avatax.services.tax.TaxAddress
 
TaxAmount - Static variable in class com.avalara.avatax.services.tax.TaxOverrideType
The TaxAmount overrides the total tax for the document.
TaxDate - Static variable in class com.avalara.avatax.services.tax.TaxOverrideType
The TaxDate overrides the DocDate as the effective date used for tax calculation.
TaxDetail - Class in com.avalara.avatax.services.tax
Holds calculated tax information by jurisdiction.
TaxDetail() - Constructor for class com.avalara.avatax.services.tax.TaxDetail
Initializes a new instance of the class.
TaxLine - Class in com.avalara.avatax.services.tax
Taxes for a specific document Line.
TaxLine() - Constructor for class com.avalara.avatax.services.tax.TaxLine
Initializes a new instance of the class.
TaxOverride - Class in com.avalara.avatax.services.tax
 
TaxOverride() - Constructor for class com.avalara.avatax.services.tax.TaxOverride
 
TaxOverride(TaxOverrideType, BigDecimal, Date, String) - Constructor for class com.avalara.avatax.services.tax.TaxOverride
 
TaxOverrideType - Class in com.avalara.avatax.services.tax
Specifies the type of tax override.
TaxSvc - Interface in com.avalara.avatax.services.tax
In the the Axis scheme, interface implemented by the object (TaxSvcLocator) that wraps the actual functional Address Service proxy (TaxSvcSoapStub).
TaxSvcLocator - Class in com.avalara.avatax.services.tax
Class that implements the TaxSvc interface and is used to create a local proxy (interface) to interact with Avalara's Tax Web Service.
TaxSvcLocator() - Constructor for class com.avalara.avatax.services.tax.TaxSvcLocator
Initializes a new instance of the class.
TaxSvcLocator(EngineConfiguration) - Constructor for class com.avalara.avatax.services.tax.TaxSvcLocator
Initializes a new instance of the class.
TaxSvcLocator(String, QName) - Constructor for class com.avalara.avatax.services.tax.TaxSvcLocator
Initializes a new instance of the class.
TaxSvcSoap - Interface in com.avalara.avatax.services.tax
Proxy interface for the Avalara Tax Web Service.
TaxSvcSoapStub - Class in com.avalara.avatax.services.tax
Axis-generated class that implements the proxy interface TaxSvcSoap for contacting the Avalara Tax Web Service.
TaxSvcSoapStub() - Constructor for class com.avalara.avatax.services.tax.TaxSvcSoapStub
Initializes a new instance of the class; preferred usage is to obtain an instance of it (as a TaxSvcSoap interface via the TaxSvcLocator.getTaxSvcSoap(java.net.URL) method.
TaxSvcSoapStub(URL, Service) - Constructor for class com.avalara.avatax.services.tax.TaxSvcSoapStub
Initializes a new instance of the class; preferred usage is to obtain an instance of it (as a TaxSvcSoap interface via the TaxSvcLocator.getTaxSvcSoap(java.net.URL) method.
TaxSvcSoapStub(Service) - Constructor for class com.avalara.avatax.services.tax.TaxSvcSoapStub
Initializes a new instance of the class; preferred usage is to obtain an instance of it (as a TaxSvcSoap interface via the TaxSvcLocator.getTaxSvcSoap(java.net.URL) method.
TaxType - Class in com.avalara.avatax.services.tax
A Tax Type.
Temporary - Static variable in class com.avalara.avatax.services.tax.DocStatus
A temporary document not saved (DocumentType was SalesOrder, PurchaseOrder, ReturnOrder)
TextCase - Class in com.avalara.avatax.services.address
The casing to apply to the valid address(es) returned in the validation result.
Timer - Class in com.avalara.avatax.services.base
Created by IntelliJ IDEA.
Timer() - Constructor for class com.avalara.avatax.services.base.Timer
 
toString() - Method in class com.avalara.avatax.services.address.SeverityLevel
 
toString() - Method in class com.avalara.avatax.services.address.TextCase
 
toString() - Method in class com.avalara.avatax.services.tax.AccountingMethod
 
toString() - Method in class com.avalara.avatax.services.tax.BoundaryLevel
 
toString() - Method in class com.avalara.avatax.services.tax.CancelCode
 
toString() - Method in class com.avalara.avatax.services.tax.DetailLevel
 
toString() - Method in class com.avalara.avatax.services.tax.DocStatus
 
toString() - Method in class com.avalara.avatax.services.tax.DocumentType
 
toString() - Method in class com.avalara.avatax.services.tax.JurisdictionType
 
toString() - Method in class com.avalara.avatax.services.tax.ServiceMode
 
toString() - Method in class com.avalara.avatax.services.tax.SeverityLevel
 
toString() - Method in class com.avalara.avatax.services.tax.TaxOverrideType
 
toString() - Method in class com.avalara.avatax.services.tax.TaxType
 

U

Unspecified - Static variable in class com.avalara.avatax.services.tax.CancelCode
Unspecified reason
Upper - Static variable in class com.avalara.avatax.services.address.TextCase
Upper case.
Use - Static variable in class com.avalara.avatax.services.tax.TaxType
Use tax.
Utility - Class in com.avalara.avatax.services.base
Misc utility methods
Utility() - Constructor for class com.avalara.avatax.services.base.Utility
 

V

ValidAddress - Class in com.avalara.avatax.services.address
A fully validated address based on initial Address data passed to AddressSvcSoap.validate(com.avalara.avatax.services.address.ValidateRequest).
ValidAddress() - Constructor for class com.avalara.avatax.services.address.ValidAddress
Initializes a new instance of the class.
validate(ValidateRequest) - Method in interface com.avalara.avatax.services.address.AddressSvcSoap
Validates an address and returns a collection of possible ValidAddress objects in a ValidateResult object.
validate(ValidateRequest) - Method in class com.avalara.avatax.services.address.AddressSvcSoapStub
 
ValidateRequest - Class in com.avalara.avatax.services.address
Data to pass to AddressSvcSoap.validate(com.avalara.avatax.services.address.ValidateRequest).
ValidateRequest() - Constructor for class com.avalara.avatax.services.address.ValidateRequest
Initializes a new instance of the class.
ValidateResult - Class in com.avalara.avatax.services.address
Contains an ArrayOfValidAddress object returned by AddressSvcSoap.validate(com.avalara.avatax.services.address.ValidateRequest)
ValidateResult() - Constructor for class com.avalara.avatax.services.address.ValidateResult
Initializes a new instance of the class.

W

Warning - Static variable in class com.avalara.avatax.services.address.SeverityLevel
Warnings occured, operation succeeded.
Warning - Static variable in class com.avalara.avatax.services.tax.SeverityLevel
Warnings occured, operation succeeded.
WSSE_NAMESPACE - Static variable in class com.avalara.avatax.services.base.BaseSvcSoapStub
 

Z

Zip5 - Static variable in class com.avalara.avatax.services.tax.BoundaryLevel
5-digit zip precision
Zip9 - Static variable in class com.avalara.avatax.services.tax.BoundaryLevel
9-digit zip precision

_

_Accrual - Static variable in class com.avalara.avatax.services.tax.AccountingMethod
 
_Automatic - Static variable in class com.avalara.avatax.services.tax.ServiceMode
 
_Cash - Static variable in class com.avalara.avatax.services.tax.AccountingMethod
 
_Exemption - Static variable in class com.avalara.avatax.services.tax.TaxOverrideType
 
_Fee - Static variable in class com.avalara.avatax.services.tax.TaxType
Fee
_Input - Static variable in class com.avalara.avatax.services.tax.TaxType
Input Tax.
_Local - Static variable in class com.avalara.avatax.services.tax.ServiceMode
 
_None - Static variable in class com.avalara.avatax.services.tax.TaxOverrideType
 
_Nonrecoverable - Static variable in class com.avalara.avatax.services.tax.TaxType
Nonrecoverable Tax.
_Output - Static variable in class com.avalara.avatax.services.tax.TaxType
Output Tax.
_Remote - Static variable in class com.avalara.avatax.services.tax.ServiceMode
 
_Rental - Static variable in class com.avalara.avatax.services.tax.TaxType
Rental
_TaxAmount - Static variable in class com.avalara.avatax.services.tax.TaxOverrideType
 
_TaxDate - Static variable in class com.avalara.avatax.services.tax.TaxOverrideType
 

A B C D E F G H I J L M N O P R S T U V W Z _