com.avalara.avatax.services.address
Class BaseAddress

java.lang.Object
  extended by com.avalara.avatax.services.address.BaseAddress
All Implemented Interfaces:
java.io.Serializable

public class BaseAddress
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
BaseAddress()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAddressCode()
          Gets the addressCode value for this BaseAddress.
 java.lang.String getCity()
          Gets the city value for this BaseAddress.
 java.lang.String getCountry()
          Gets the country value for this BaseAddress.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getLine1()
          Gets the line1 value for this BaseAddress.
 java.lang.String getLine2()
          Gets the line2 value for this BaseAddress.
 java.lang.String getLine3()
          Gets the line3 value for this BaseAddress.
 java.lang.String getPostalCode()
          Gets the postalCode value for this BaseAddress.
 java.lang.String getRegion()
          Gets the region value for this BaseAddress.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getTaxRegionId()
          Gets the taxRegionId value for this BaseAddress.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAddressCode(java.lang.String addressCode)
          Sets the addressCode value for this BaseAddress.
 void setCity(java.lang.String city)
          Sets the city value for this BaseAddress.
 void setCountry(java.lang.String country)
          Sets the country value for this BaseAddress.
 void setLine1(java.lang.String line1)
          Sets the line1 value for this BaseAddress.
 void setLine2(java.lang.String line2)
          Sets the line2 value for this BaseAddress.
 void setLine3(java.lang.String line3)
          Sets the line3 value for this BaseAddress.
 void setPostalCode(java.lang.String postalCode)
          Sets the postalCode value for this BaseAddress.
 void setRegion(java.lang.String region)
          Sets the region value for this BaseAddress.
 void setTaxRegionId(int taxRegionId)
          Sets the taxRegionId value for this BaseAddress.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseAddress

public BaseAddress()
Method Detail

getAddressCode

public java.lang.String getAddressCode()
Gets the addressCode value for this BaseAddress.

Returns:
addressCode

setAddressCode

public void setAddressCode(java.lang.String addressCode)
Sets the addressCode value for this BaseAddress.

Parameters:
addressCode -

getLine1

public java.lang.String getLine1()
Gets the line1 value for this BaseAddress.

Returns:
line1

setLine1

public void setLine1(java.lang.String line1)
Sets the line1 value for this BaseAddress.

Parameters:
line1 -

getLine2

public java.lang.String getLine2()
Gets the line2 value for this BaseAddress.

Returns:
line2

setLine2

public void setLine2(java.lang.String line2)
Sets the line2 value for this BaseAddress.

Parameters:
line2 -

getLine3

public java.lang.String getLine3()
Gets the line3 value for this BaseAddress.

Returns:
line3

setLine3

public void setLine3(java.lang.String line3)
Sets the line3 value for this BaseAddress.

Parameters:
line3 -

getCity

public java.lang.String getCity()
Gets the city value for this BaseAddress.

Returns:
city

setCity

public void setCity(java.lang.String city)
Sets the city value for this BaseAddress.

Parameters:
city -

getRegion

public java.lang.String getRegion()
Gets the region value for this BaseAddress.

Returns:
region

setRegion

public void setRegion(java.lang.String region)
Sets the region value for this BaseAddress.

Parameters:
region -

getPostalCode

public java.lang.String getPostalCode()
Gets the postalCode value for this BaseAddress.

Returns:
postalCode

setPostalCode

public void setPostalCode(java.lang.String postalCode)
Sets the postalCode value for this BaseAddress.

Parameters:
postalCode -

getCountry

public java.lang.String getCountry()
Gets the country value for this BaseAddress.

Returns:
country

setCountry

public void setCountry(java.lang.String country)
Sets the country value for this BaseAddress.

Parameters:
country -

getTaxRegionId

public int getTaxRegionId()
Gets the taxRegionId value for this BaseAddress.

Returns:
taxRegionId

setTaxRegionId

public void setTaxRegionId(int taxRegionId)
Sets the taxRegionId value for this BaseAddress.

Parameters:
taxRegionId -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer