java.lang.Object | |
↳ | com.avalara.avatax.services.TaxAddress |
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>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
address | |||||||||||
addressCode | |||||||||||
boundaryLevel | |||||||||||
city | |||||||||||
country | |||||||||||
distanceToBoundary | |||||||||||
geocodeType | |||||||||||
jurisCode | |||||||||||
latitude | |||||||||||
longitude | |||||||||||
postalCode | |||||||||||
region | |||||||||||
taxRegionId | |||||||||||
validateStatus |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the address property.
| |||||||||||
Gets the value of the addressCode property.
| |||||||||||
Gets the value of the boundaryLevel property.
| |||||||||||
Gets the value of the city property.
| |||||||||||
Gets the value of the country property.
| |||||||||||
Gets the value of the distanceToBoundary property.
| |||||||||||
Gets the value of the geocodeType property.
| |||||||||||
Gets the value of the jurisCode property.
| |||||||||||
Gets the value of the latitude 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.
| |||||||||||
Gets the value of the validateStatus property.
| |||||||||||
Sets the value of the address property.
| |||||||||||
Sets the value of the addressCode property.
| |||||||||||
Sets the value of the boundaryLevel property.
| |||||||||||
Sets the value of the city property.
| |||||||||||
Sets the value of the country property.
| |||||||||||
Sets the value of the distanceToBoundary property.
| |||||||||||
Sets the value of the geocodeType property.
| |||||||||||
Sets the value of the jurisCode property.
| |||||||||||
Sets the value of the latitude 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.
| |||||||||||
Sets the value of the validateStatus property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Gets the value of the address property.
Gets the value of the addressCode property.
Gets the value of the boundaryLevel property.
Gets the value of the city property.
Gets the value of the country property.
Gets the value of the distanceToBoundary property.
Gets the value of the geocodeType property.
Gets the value of the jurisCode property.
Gets the value of the latitude 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.
Gets the value of the validateStatus property.
Sets the value of the address property.
value | Allowed object is String |
---|
Sets the value of the addressCode property.
value | Allowed object is String |
---|
Sets the value of the boundaryLevel property.
value |
---|
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 distanceToBoundary property.
value | Allowed object is Integer |
---|
Sets the value of the geocodeType property.
value | Allowed object is String |
---|
Sets the value of the jurisCode property.
value | Allowed object is String |
---|
Sets the value of the latitude 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 |
---|
Sets the value of the validateStatus property.
value | Allowed object is String |
---|