public class

ValidateRequest

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

Class Overview

Java class for ValidateRequest complex type.

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

 <complexType name="ValidateRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Address" type="{http://avatax.avalara.com/services}BaseAddress" minOccurs="0"/>
         <element name="TextCase" type="{http://avatax.avalara.com/services}TextCase"/>
         <element name="Coordinates" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Taxability" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="Date" type="{http://www.w3.org/2001/XMLSchema}date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BaseAddress address
protected boolean coordinates
protected XMLGregorianCalendar date
protected boolean taxability
protected TextCase textCase
Public Constructors
ValidateRequest()
Public Methods
BaseAddress getAddress()
Gets the value of the address property.
XMLGregorianCalendar getDate()
Gets the value of the date property.
TextCase getTextCase()
Gets the value of the textCase property.
boolean isCoordinates()
Gets the value of the coordinates property.
boolean isTaxability()
Gets the value of the taxability property.
void setAddress(BaseAddress value)
Sets the value of the address property.
void setCoordinates(boolean value)
Sets the value of the coordinates property.
void setDate(XMLGregorianCalendar value)
Sets the value of the date property.
void setTaxability(boolean value)
Sets the value of the taxability property.
void setTextCase(TextCase value)
Sets the value of the textCase property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BaseAddress address

protected boolean coordinates

protected XMLGregorianCalendar date

protected boolean taxability

protected TextCase textCase

Public Constructors

public ValidateRequest ()

Public Methods

public BaseAddress getAddress ()

Gets the value of the address property.

Returns

public XMLGregorianCalendar getDate ()

Gets the value of the date property.

Returns
  • possible object is XMLGregorianCalendar

public TextCase getTextCase ()

Gets the value of the textCase property.

Returns

public boolean isCoordinates ()

Gets the value of the coordinates property.

public boolean isTaxability ()

Gets the value of the taxability property.

public void setAddress (BaseAddress value)

Sets the value of the address property.

Parameters
value Allowed object is BaseAddress

public void setCoordinates (boolean value)

Sets the value of the coordinates property.

Parameters
value

public void setDate (XMLGregorianCalendar value)

Sets the value of the date property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTaxability (boolean value)

Sets the value of the taxability property.

Parameters
value

public void setTextCase (TextCase value)

Sets the value of the textCase property.

Parameters
value Allowed object is TextCase