public class

TaxAddress

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

Class Overview

Java class for TaxAddress complex type.

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

 <complexType name="TaxAddress">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Address" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AddressCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BoundaryLevel" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Country" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PostalCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Region" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TaxRegionId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="JurisCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Latitude" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Longitude" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ValidateStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="GeocodeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DistanceToBoundary" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String address
protected String addressCode
protected int boundaryLevel
protected String city
protected String country
protected Integer distanceToBoundary
protected String geocodeType
protected String jurisCode
protected String latitude
protected String longitude
protected String postalCode
protected String region
protected int taxRegionId
protected String validateStatus
Public Constructors
TaxAddress()
Public Methods
String getAddress()
Gets the value of the address property.
String getAddressCode()
Gets the value of the addressCode property.
int getBoundaryLevel()
Gets the value of the boundaryLevel property.
String getCity()
Gets the value of the city property.
String getCountry()
Gets the value of the country property.
Integer getDistanceToBoundary()
Gets the value of the distanceToBoundary property.
String getGeocodeType()
Gets the value of the geocodeType property.
String getJurisCode()
Gets the value of the jurisCode property.
String getLatitude()
Gets the value of the latitude property.
String getLongitude()
Gets the value of the longitude property.
String getPostalCode()
Gets the value of the postalCode property.
String getRegion()
Gets the value of the region property.
int getTaxRegionId()
Gets the value of the taxRegionId property.
String getValidateStatus()
Gets the value of the validateStatus property.
void setAddress(String value)
Sets the value of the address property.
void setAddressCode(String value)
Sets the value of the addressCode property.
void setBoundaryLevel(int value)
Sets the value of the boundaryLevel property.
void setCity(String value)
Sets the value of the city property.
void setCountry(String value)
Sets the value of the country property.
void setDistanceToBoundary(Integer value)
Sets the value of the distanceToBoundary property.
void setGeocodeType(String value)
Sets the value of the geocodeType property.
void setJurisCode(String value)
Sets the value of the jurisCode property.
void setLatitude(String value)
Sets the value of the latitude property.
void setLongitude(String value)
Sets the value of the longitude property.
void setPostalCode(String value)
Sets the value of the postalCode property.
void setRegion(String value)
Sets the value of the region property.
void setTaxRegionId(int value)
Sets the value of the taxRegionId property.
void setValidateStatus(String value)
Sets the value of the validateStatus property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String address

protected String addressCode

protected int boundaryLevel

protected String city

protected String country

protected Integer distanceToBoundary

protected String geocodeType

protected String jurisCode

protected String latitude

protected String longitude

protected String postalCode

protected String region

protected int taxRegionId

protected String validateStatus

Public Constructors

public TaxAddress ()

Public Methods

public String getAddress ()

Gets the value of the address property.

Returns
  • possible object is String

public String getAddressCode ()

Gets the value of the addressCode property.

Returns
  • possible object is String

public int getBoundaryLevel ()

Gets the value of the boundaryLevel property.

public String getCity ()

Gets the value of the city property.

Returns
  • possible object is String

public String getCountry ()

Gets the value of the country property.

Returns
  • possible object is String

public Integer getDistanceToBoundary ()

Gets the value of the distanceToBoundary property.

Returns
  • possible object is Integer

public String getGeocodeType ()

Gets the value of the geocodeType property.

Returns
  • possible object is String

public String getJurisCode ()

Gets the value of the jurisCode property.

Returns
  • possible object is String

public String getLatitude ()

Gets the value of the latitude property.

Returns
  • possible object is String

public String getLongitude ()

Gets the value of the longitude property.

Returns
  • possible object is String

public String getPostalCode ()

Gets the value of the postalCode property.

Returns
  • possible object is String

public String getRegion ()

Gets the value of the region property.

Returns
  • possible object is String

public int getTaxRegionId ()

Gets the value of the taxRegionId property.

public String getValidateStatus ()

Gets the value of the validateStatus property.

Returns
  • possible object is String

public void setAddress (String value)

Sets the value of the address property.

Parameters
value Allowed object is String

public void setAddressCode (String value)

Sets the value of the addressCode property.

Parameters
value Allowed object is String

public void setBoundaryLevel (int value)

Sets the value of the boundaryLevel property.

Parameters
value

public void setCity (String value)

Sets the value of the city property.

Parameters
value Allowed object is String

public void setCountry (String value)

Sets the value of the country property.

Parameters
value Allowed object is String

public void setDistanceToBoundary (Integer value)

Sets the value of the distanceToBoundary property.

Parameters
value Allowed object is Integer

public void setGeocodeType (String value)

Sets the value of the geocodeType property.

Parameters
value Allowed object is String

public void setJurisCode (String value)

Sets the value of the jurisCode property.

Parameters
value Allowed object is String

public void setLatitude (String value)

Sets the value of the latitude property.

Parameters
value Allowed object is String

public void setLongitude (String value)

Sets the value of the longitude property.

Parameters
value Allowed object is String

public void setPostalCode (String value)

Sets the value of the postalCode property.

Parameters
value Allowed object is String

public void setRegion (String value)

Sets the value of the region property.

Parameters
value Allowed object is String

public void setTaxRegionId (int value)

Sets the value of the taxRegionId property.

Parameters
value

public void setValidateStatus (String value)

Sets the value of the validateStatus property.

Parameters
value Allowed object is String