public class

ReconcileTaxHistoryRequest

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

Class Overview

Java class for ReconcileTaxHistoryRequest complex type.

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

 <complexType name="ReconcileTaxHistoryRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CompanyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="LastDocId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Reconciled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="StartDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="EndDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="DocStatus" type="{http://avatax.avalara.com/services}DocStatus"/>
         <element name="DocType" type="{http://avatax.avalara.com/services}DocumentType"/>
         <element name="LastDocCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="PageSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String companyCode
protected DocStatus docStatus
protected DocumentType docType
protected XMLGregorianCalendar endDate
protected String lastDocCode
protected String lastDocId
protected int pageSize
protected boolean reconciled
protected XMLGregorianCalendar startDate
Public Constructors
ReconcileTaxHistoryRequest()
Public Methods
String getCompanyCode()
Gets the value of the companyCode property.
DocStatus getDocStatus()
Gets the value of the docStatus property.
DocumentType getDocType()
Gets the value of the docType property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
String getLastDocCode()
Gets the value of the lastDocCode property.
String getLastDocId()
Gets the value of the lastDocId property.
int getPageSize()
Gets the value of the pageSize property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
boolean isReconciled()
Gets the value of the reconciled property.
void setCompanyCode(String value)
Sets the value of the companyCode property.
void setDocStatus(DocStatus value)
Sets the value of the docStatus property.
void setDocType(DocumentType value)
Sets the value of the docType property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setLastDocCode(String value)
Sets the value of the lastDocCode property.
void setLastDocId(String value)
Sets the value of the lastDocId property.
void setPageSize(int value)
Sets the value of the pageSize property.
void setReconciled(boolean value)
Sets the value of the reconciled property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String companyCode

protected DocStatus docStatus

protected DocumentType docType

protected XMLGregorianCalendar endDate

protected String lastDocCode

protected String lastDocId

protected int pageSize

protected boolean reconciled

protected XMLGregorianCalendar startDate

Public Constructors

public ReconcileTaxHistoryRequest ()

Public Methods

public String getCompanyCode ()

Gets the value of the companyCode property.

Returns
  • possible object is String

public DocStatus getDocStatus ()

Gets the value of the docStatus property.

Returns

public DocumentType getDocType ()

Gets the value of the docType property.

Returns

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

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 int getPageSize ()

Gets the value of the pageSize property.

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public boolean isReconciled ()

Gets the value of the reconciled property.

public void setCompanyCode (String value)

Sets the value of the companyCode property.

Parameters
value Allowed object is String

public void setDocStatus (DocStatus value)

Sets the value of the docStatus property.

Parameters
value Allowed object is DocStatus

public void setDocType (DocumentType value)

Sets the value of the docType property.

Parameters
value Allowed object is DocumentType

public void setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

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

public void setPageSize (int value)

Sets the value of the pageSize property.

Parameters
value

public void setReconciled (boolean value)

Sets the value of the reconciled property.

Parameters
value

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar