java.lang.Object | ||
↳ | com.avalara.avatax.services.BaseAddress | |
↳ | com.avalara.avatax.services.ValidAddress |
Java class for ValidAddress complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidAddress"> <complexContent> <extension base="{http://avatax.avalara.com/services}BaseAddress"> <sequence> <element name="Line4" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="County" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="FipsCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CarrierRoute" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PostNet" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="AddressType" 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"/> </sequence> </extension> </complexContent> </complexType>
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
addressType | |||||||||||
carrierRoute | |||||||||||
county | |||||||||||
fipsCode | |||||||||||
geocodeType | |||||||||||
line4 | |||||||||||
postNet | |||||||||||
validateStatus |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addressType property.
| |||||||||||
Gets the value of the carrierRoute property.
| |||||||||||
Gets the value of the county property.
| |||||||||||
Gets the value of the fipsCode property.
| |||||||||||
Gets the value of the geocodeType property.
| |||||||||||
Gets the value of the line4 property.
| |||||||||||
Gets the value of the postNet property.
| |||||||||||
Gets the value of the validateStatus property.
| |||||||||||
Sets the value of the addressType property.
| |||||||||||
Sets the value of the carrierRoute property.
| |||||||||||
Sets the value of the county property.
| |||||||||||
Sets the value of the fipsCode property.
| |||||||||||
Sets the value of the geocodeType property.
| |||||||||||
Sets the value of the line4 property.
| |||||||||||
Sets the value of the postNet property.
| |||||||||||
Sets the value of the validateStatus property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Gets the value of the addressType property.
Gets the value of the carrierRoute property.
Gets the value of the county property.
Gets the value of the fipsCode property.
Gets the value of the geocodeType property.
Gets the value of the line4 property.
Gets the value of the postNet property.
Gets the value of the validateStatus property.
Sets the value of the addressType property.
value | Allowed object is String |
---|
Sets the value of the carrierRoute property.
value | Allowed object is String |
---|
Sets the value of the county property.
value | Allowed object is String |
---|
Sets the value of the fipsCode property.
value | Allowed object is String |
---|
Sets the value of the geocodeType property.
value | Allowed object is String |
---|
Sets the value of the line4 property.
value | Allowed object is String |
---|
Sets the value of the postNet property.
value | Allowed object is String |
---|
Sets the value of the validateStatus property.
value | Allowed object is String |
---|