public class

CancelTaxRequest

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

Class Overview

Java class for CancelTaxRequest complex type.

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

 <complexType name="CancelTaxRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="DocId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CompanyCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DocType" type="{http://avatax.avalara.com/services}DocumentType"/>
         <element name="DocCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CancelCode" type="{http://avatax.avalara.com/services}CancelCode"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CancelCode cancelCode
protected String companyCode
protected String docCode
protected String docId
protected DocumentType docType
Public Constructors
CancelTaxRequest()
Public Methods
CancelCode getCancelCode()
Gets the value of the cancelCode property.
String getCompanyCode()
Gets the value of the companyCode property.
String getDocCode()
Gets the value of the docCode property.
String getDocId()
Gets the value of the docId property.
DocumentType getDocType()
Gets the value of the docType property.
void setCancelCode(CancelCode value)
Sets the value of the cancelCode property.
void setCompanyCode(String value)
Sets the value of the companyCode property.
void setDocCode(String value)
Sets the value of the docCode property.
void setDocId(String value)
Sets the value of the docId property.
void setDocType(DocumentType value)
Sets the value of the docType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CancelCode cancelCode

protected String companyCode

protected String docCode

protected String docId

protected DocumentType docType

Public Constructors

public CancelTaxRequest ()

Public Methods

public CancelCode getCancelCode ()

Gets the value of the cancelCode property.

Returns

public String getCompanyCode ()

Gets the value of the companyCode property.

Returns
  • possible object is String

public String getDocCode ()

Gets the value of the docCode property.

Returns
  • possible object is String

public String getDocId ()

Gets the value of the docId property.

Returns
  • possible object is String

public DocumentType getDocType ()

Gets the value of the docType property.

Returns

public void setCancelCode (CancelCode value)

Sets the value of the cancelCode property.

Parameters
value Allowed object is CancelCode

public void setCompanyCode (String value)

Sets the value of the companyCode property.

Parameters
value Allowed object is String

public void setDocCode (String value)

Sets the value of the docCode property.

Parameters
value Allowed object is String

public void setDocId (String value)

Sets the value of the docId property.

Parameters
value Allowed object is String

public void setDocType (DocumentType value)

Sets the value of the docType property.

Parameters
value Allowed object is DocumentType