public class

ValidAddress

extends BaseAddress
java.lang.Object
   ↳ com.avalara.avatax.services.BaseAddress
     ↳ com.avalara.avatax.services.ValidAddress

Class Overview

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>
 

Summary

Fields
protected String addressType
protected String carrierRoute
protected String county
protected String fipsCode
protected String geocodeType
protected String line4
protected String postNet
protected String validateStatus
[Expand]
Inherited Fields
From class com.avalara.avatax.services.BaseAddress
Public Constructors
ValidAddress()
Public Methods
String getAddressType()
Gets the value of the addressType property.
String getCarrierRoute()
Gets the value of the carrierRoute property.
String getCounty()
Gets the value of the county property.
String getFipsCode()
Gets the value of the fipsCode property.
String getGeocodeType()
Gets the value of the geocodeType property.
String getLine4()
Gets the value of the line4 property.
String getPostNet()
Gets the value of the postNet property.
String getValidateStatus()
Gets the value of the validateStatus property.
void setAddressType(String value)
Sets the value of the addressType property.
void setCarrierRoute(String value)
Sets the value of the carrierRoute property.
void setCounty(String value)
Sets the value of the county property.
void setFipsCode(String value)
Sets the value of the fipsCode property.
void setGeocodeType(String value)
Sets the value of the geocodeType property.
void setLine4(String value)
Sets the value of the line4 property.
void setPostNet(String value)
Sets the value of the postNet property.
void setValidateStatus(String value)
Sets the value of the validateStatus property.
[Expand]
Inherited Methods
From class com.avalara.avatax.services.BaseAddress
From class java.lang.Object

Fields

protected String addressType

protected String carrierRoute

protected String county

protected String fipsCode

protected String geocodeType

protected String line4

protected String postNet

protected String validateStatus

Public Constructors

public ValidAddress ()

Public Methods

public String getAddressType ()

Gets the value of the addressType property.

Returns
  • possible object is String

public String getCarrierRoute ()

Gets the value of the carrierRoute property.

Returns
  • possible object is String

public String getCounty ()

Gets the value of the county property.

Returns
  • possible object is String

public String getFipsCode ()

Gets the value of the fipsCode property.

Returns
  • possible object is String

public String getGeocodeType ()

Gets the value of the geocodeType property.

Returns
  • possible object is String

public String getLine4 ()

Gets the value of the line4 property.

Returns
  • possible object is String

public String getPostNet ()

Gets the value of the postNet property.

Returns
  • possible object is String

public String getValidateStatus ()

Gets the value of the validateStatus property.

Returns
  • possible object is String

public void setAddressType (String value)

Sets the value of the addressType property.

Parameters
value Allowed object is String

public void setCarrierRoute (String value)

Sets the value of the carrierRoute property.

Parameters
value Allowed object is String

public void setCounty (String value)

Sets the value of the county property.

Parameters
value Allowed object is String

public void setFipsCode (String value)

Sets the value of the fipsCode property.

Parameters
value Allowed object is String

public void setGeocodeType (String value)

Sets the value of the geocodeType property.

Parameters
value Allowed object is String

public void setLine4 (String value)

Sets the value of the line4 property.

Parameters
value Allowed object is String

public void setPostNet (String value)

Sets the value of the postNet property.

Parameters
value Allowed object is String

public void setValidateStatus (String value)

Sets the value of the validateStatus property.

Parameters
value Allowed object is String