public class AccountPostalAddress extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
AccountPostalAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull()
Checks whether this resource has at least a single property with non
null
value within its tree, among those that has been included to be checked. |
AccountPostalAddress |
businessName(String businessName)
The postal business name.
|
AccountPostalAddress |
city(String city)
The postal address city.
|
AccountPostalAddress |
country(String country)
The postal address ISO 3166 alpha-2 country code.
|
AccountPostalAddress |
firstName(String firstName)
The postal address first name.
|
String |
getBusinessName() |
String |
getCity() |
String |
getCountry() |
String |
getFirstName() |
String |
getLastName() |
Double |
getLatitude() |
Double |
getLongitude() |
String |
getPostcode() |
String |
getPrefix() |
String |
getStreet() |
String |
getSuffix() |
AccountPostalAddress |
lastName(String lastName)
The postal address last name.
|
AccountPostalAddress |
latitude(Double latitude)
The postal address latitude geographic coordinate, generated by the service.
|
AccountPostalAddress |
longitude(Double longitude)
The postal address longitude geographic coordinate, generated by the service.
|
AccountPostalAddress |
postcode(String postcode)
The postal address post code.
|
AccountPostalAddress |
prefix(String prefix)
The postal address name prefix.
|
void |
setBusinessName(String businessName) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
void |
setLatitude(Double latitude) |
void |
setLongitude(Double longitude) |
void |
setPostcode(String postcode) |
void |
setPrefix(String prefix) |
void |
setStreet(String street) |
void |
setSuffix(String suffix) |
AccountPostalAddress |
street(String street)
The postal address street and street number.
|
AccountPostalAddress |
suffix(String suffix)
The postal address name suffix.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic AccountPostalAddress prefix(String prefix)
public String getPrefix()
public void setPrefix(String prefix)
public AccountPostalAddress firstName(String firstName)
public String getFirstName()
public void setFirstName(String firstName)
public AccountPostalAddress lastName(String lastName)
public String getLastName()
public void setLastName(String lastName)
public AccountPostalAddress suffix(String suffix)
public String getSuffix()
public void setSuffix(String suffix)
public AccountPostalAddress businessName(String businessName)
public String getBusinessName()
public void setBusinessName(String businessName)
public AccountPostalAddress street(String street)
public String getStreet()
public void setStreet(String street)
public AccountPostalAddress city(String city)
public String getCity()
public void setCity(String city)
public AccountPostalAddress country(String country)
public String getCountry()
public void setCountry(String country)
public AccountPostalAddress postcode(String postcode)
public String getPostcode()
public void setPostcode(String postcode)
public AccountPostalAddress latitude(Double latitude)
public Double getLatitude()
public void setLatitude(Double latitude)
public AccountPostalAddress longitude(Double longitude)
public Double getLongitude()
public void setLongitude(Double longitude)
public boolean allNull()
RelevantNullCheckernull
value within its tree, among those that has been included to be checked.allNull in interface RelevantNullCheckertrue if at least a single property of this resource has a non null value,
otherwise falseCopyright © 2020. All rights reserved.