public class

SearchTaxHistoryResult

extends BaseResult
java.lang.Object
   ↳ com.avalara.avatax.services.BaseResult
     ↳ com.avalara.avatax.services.SearchTaxHistoryResult
Known Direct Subclasses

Class Overview

Java class for SearchTaxHistoryResult complex type.

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

 <complexType name="SearchTaxHistoryResult">
   <complexContent>
     <extension base="{http://avatax.avalara.com/services}BaseResult">
       <sequence>
         <element name="GetTaxResults" type="{http://avatax.avalara.com/services}ArrayOfGetTaxResult" minOccurs="0"/>
         <element name="LastDocId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LastDocCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfGetTaxResult getTaxResults
protected String lastDocCode
protected String lastDocId
[Expand]
Inherited Fields
From class com.avalara.avatax.services.BaseResult
Public Constructors
SearchTaxHistoryResult()
Public Methods
ArrayOfGetTaxResult getGetTaxResults()
Gets the value of the getTaxResults property.
String getLastDocCode()
Gets the value of the lastDocCode property.
String getLastDocId()
Gets the value of the lastDocId property.
void setGetTaxResults(ArrayOfGetTaxResult value)
Sets the value of the getTaxResults property.
void setLastDocCode(String value)
Sets the value of the lastDocCode property.
void setLastDocId(String value)
Sets the value of the lastDocId property.
[Expand]
Inherited Methods
From class com.avalara.avatax.services.BaseResult
From class java.lang.Object

Fields

protected ArrayOfGetTaxResult getTaxResults

protected String lastDocCode

protected String lastDocId

Public Constructors

public SearchTaxHistoryResult ()

Public Methods

public ArrayOfGetTaxResult getGetTaxResults ()

Gets the value of the getTaxResults property.

Returns

public String getLastDocCode ()

Gets the value of the lastDocCode property.

Returns
  • possible object is String

public String getLastDocId ()

Gets the value of the lastDocId property.

Returns
  • possible object is String

public void setGetTaxResults (ArrayOfGetTaxResult value)

Sets the value of the getTaxResults property.

Parameters
value Allowed object is ArrayOfGetTaxResult

public void setLastDocCode (String value)

Sets the value of the lastDocCode property.

Parameters
value Allowed object is String

public void setLastDocId (String value)

Sets the value of the lastDocId property.

Parameters
value Allowed object is String