public class

BaseAddress

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

Class Overview

Java class for BaseAddress complex type.

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

 <complexType name="BaseAddress">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AddressCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Line1" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Line2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Line3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="City" 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="PostalCode" 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="TaxRegionId" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String addressCode
protected String city
protected String country
protected String latitude
protected String line1
protected String line2
protected String line3
protected String longitude
protected String postalCode
protected String region
protected int taxRegionId
Public Constructors
BaseAddress()
Public Methods
String getAddressCode()
Gets the value of the addressCode property.
String getCity()
Gets the value of the city property.
String getCountry()
Gets the value of the country property.
String getLatitude()
Gets the value of the latitude property.
String getLine1()
Gets the value of the line1 property.
String getLine2()
Gets the value of the line2 property.
String getLine3()
Gets the value of the line3 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.
void setAddressCode(String value)
Sets the value of the addressCode property.
void setCity(String value)
Sets the value of the city property.
void setCountry(String value)
Sets the value of the country property.
void setLatitude(String value)
Sets the value of the latitude property.
void setLine1(String value)
Sets the value of the line1 property.
void setLine2(String value)
Sets the value of the line2 property.
void setLine3(String value)
Sets the value of the line3 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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String addressCode

protected String city

protected String country

protected String latitude

protected String line1

protected String line2

protected String line3

protected String longitude

protected String postalCode

protected String region

protected int taxRegionId

Public Constructors

public BaseAddress ()

Public Methods

public String getAddressCode ()

Gets the value of the addressCode property.

Returns
  • possible object is String

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 String getLatitude ()

Gets the value of the latitude property.

Returns
  • possible object is String

public String getLine1 ()

Gets the value of the line1 property.

Returns
  • possible object is String

public String getLine2 ()

Gets the value of the line2 property.

Returns
  • possible object is String

public String getLine3 ()

Gets the value of the line3 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 void setAddressCode (String value)

Sets the value of the addressCode property.

Parameters
value Allowed object is String

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 setLatitude (String value)

Sets the value of the latitude property.

Parameters
value Allowed object is String

public void setLine1 (String value)

Sets the value of the line1 property.

Parameters
value Allowed object is String

public void setLine2 (String value)

Sets the value of the line2 property.

Parameters
value Allowed object is String

public void setLine3 (String value)

Sets the value of the line3 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