public class ContactCardPostalAddress extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
ContactCardPostalAddress() |
| 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. |
String |
getBusinessName() |
String |
getCity() |
String |
getCountry() |
String |
getFirstName() |
String |
getLastName() |
Double |
getLatitude() |
Double |
getLongitude() |
String |
getPostcode() |
String |
getPrefix() |
String |
getStreet() |
String |
getSuffix() |
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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic String getBusinessName()
public void setBusinessName(String businessName)
public String getPrefix()
public void setPrefix(String prefix)
public String getFirstName()
public void setFirstName(String firstName)
public String getLastName()
public void setLastName(String lastName)
public String getSuffix()
public void setSuffix(String suffix)
public String getStreet()
public void setStreet(String street)
public String getCity()
public void setCity(String city)
public String getCountry()
public void setCountry(String country)
public String getPostcode()
public void setPostcode(String postcode)
public Double getLatitude()
public void setLatitude(Double latitude)
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.