|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.avalara.avatax.services.address.BaseAddress
public class BaseAddress
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 |
---|
public BaseAddress()
Method Detail |
---|
public java.lang.String getAddressCode()
public void setAddressCode(java.lang.String addressCode)
addressCode
- public java.lang.String getLine1()
public void setLine1(java.lang.String line1)
line1
- public java.lang.String getLine2()
public void setLine2(java.lang.String line2)
line2
- public java.lang.String getLine3()
public void setLine3(java.lang.String line3)
line3
- public java.lang.String getCity()
public void setCity(java.lang.String city)
city
- public java.lang.String getRegion()
public void setRegion(java.lang.String region)
region
- public java.lang.String getPostalCode()
public void setPostalCode(java.lang.String postalCode)
postalCode
- public java.lang.String getCountry()
public void setCountry(java.lang.String country)
country
- public int getTaxRegionId()
public void setTaxRegionId(int taxRegionId)
taxRegionId
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |