java.lang.Object | |
↳ | com.avalara.avatax.services.BaseAddress |
![]() |
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>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
addressCode | |||||||||||
city | |||||||||||
country | |||||||||||
latitude | |||||||||||
line1 | |||||||||||
line2 | |||||||||||
line3 | |||||||||||
longitude | |||||||||||
postalCode | |||||||||||
region | |||||||||||
taxRegionId |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addressCode property.
| |||||||||||
Gets the value of the city property.
| |||||||||||
Gets the value of the country property.
| |||||||||||
Gets the value of the latitude property.
| |||||||||||
Gets the value of the line1 property.
| |||||||||||
Gets the value of the line2 property.
| |||||||||||
Gets the value of the line3 property.
| |||||||||||
Gets the value of the longitude property.
| |||||||||||
Gets the value of the postalCode property.
| |||||||||||
Gets the value of the region property.
| |||||||||||
Gets the value of the taxRegionId property.
| |||||||||||
Sets the value of the addressCode property.
| |||||||||||
Sets the value of the city property.
| |||||||||||
Sets the value of the country property.
| |||||||||||
Sets the value of the latitude property.
| |||||||||||
Sets the value of the line1 property.
| |||||||||||
Sets the value of the line2 property.
| |||||||||||
Sets the value of the line3 property.
| |||||||||||
Sets the value of the longitude property.
| |||||||||||
Sets the value of the postalCode property.
| |||||||||||
Sets the value of the region property.
| |||||||||||
Sets the value of the taxRegionId property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the addressCode property.
Gets the value of the city property.
Gets the value of the country property.
Gets the value of the latitude property.
Gets the value of the line1 property.
Gets the value of the line2 property.
Gets the value of the line3 property.
Gets the value of the longitude property.
Gets the value of the postalCode property.
Gets the value of the region property.
Gets the value of the taxRegionId property.
Sets the value of the addressCode property.
value | Allowed object is String |
---|
Sets the value of the city property.
value | Allowed object is String |
---|
Sets the value of the country property.
value | Allowed object is String |
---|
Sets the value of the latitude property.
value | Allowed object is String |
---|
Sets the value of the line1 property.
value | Allowed object is String |
---|
Sets the value of the line2 property.
value | Allowed object is String |
---|
Sets the value of the line3 property.
value | Allowed object is String |
---|
Sets the value of the longitude property.
value | Allowed object is String |
---|
Sets the value of the postalCode property.
value | Allowed object is String |
---|
Sets the value of the region property.
value | Allowed object is String |
---|
Sets the value of the taxRegionId property.
value |
---|