public class AddressInformation extends Object
| Constructor and Description |
|---|
AddressInformation() |
| Modifier and Type | Method and Description |
|---|---|
AddressInformation |
address1(String address1) |
AddressInformation |
address2(String address2) |
AddressInformation |
city(String city) |
AddressInformation |
country(String country) |
boolean |
equals(Object o) |
AddressInformation |
fax(String fax) |
String |
getAddress1()
First Line of the address.
|
String |
getAddress2()
Second Line of the address.
|
String |
getCity()
The city associated with the address.
|
String |
getCountry()
Specifies the country associated with the address.
|
String |
getFax()
A Fax number associated with the address if one is available.
|
String |
getPhone()
A phone number associated with the address.
|
String |
getPostalCode() |
String |
getStateOrProvince() |
String |
getZipPlus4() |
int |
hashCode() |
AddressInformation |
phone(String phone) |
AddressInformation |
postalCode(String postalCode) |
void |
setAddress1(String address1) |
void |
setAddress2(String address2) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setFax(String fax) |
void |
setPhone(String phone) |
void |
setPostalCode(String postalCode) |
void |
setStateOrProvince(String stateOrProvince) |
void |
setZipPlus4(String zipPlus4) |
AddressInformation |
stateOrProvince(String stateOrProvince) |
String |
toString() |
AddressInformation |
zipPlus4(String zipPlus4) |
public AddressInformation address1(String address1)
public String getAddress1()
public void setAddress1(String address1)
public AddressInformation address2(String address2)
public String getAddress2()
public void setAddress2(String address2)
public AddressInformation city(String city)
public String getCity()
public void setCity(String city)
public AddressInformation country(String country)
public String getCountry()
public void setCountry(String country)
public AddressInformation fax(String fax)
public String getFax()
public void setFax(String fax)
public AddressInformation phone(String phone)
public String getPhone()
public void setPhone(String phone)
public AddressInformation postalCode(String postalCode)
public String getPostalCode()
public void setPostalCode(String postalCode)
public AddressInformation stateOrProvince(String stateOrProvince)
public String getStateOrProvince()
public void setStateOrProvince(String stateOrProvince)
public AddressInformation zipPlus4(String zipPlus4)
public String getZipPlus4()
public void setZipPlus4(String zipPlus4)
Copyright © 2020. All rights reserved.