public class SpaceAddress extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
city |
protected String |
country |
protected String |
dependentLocality |
protected String |
emailAddress |
protected String |
familyName |
protected String |
givenName |
protected String |
organizationName |
protected String |
postalState |
protected String |
postcode |
protected String |
salesTaxNumber |
protected String |
salutation |
protected String |
sortingCode |
protected String |
street |
| Constructor and Description |
|---|
SpaceAddress() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCity() |
String |
getCountry() |
String |
getDependentLocality() |
String |
getEmailAddress()
The email address is used within emails and as reply to address.
|
String |
getFamilyName() |
String |
getGivenName() |
String |
getOrganizationName() |
String |
getPostalState() |
String |
getPostcode() |
String |
getSalesTaxNumber() |
String |
getSalutation() |
String |
getSortingCode()
The sorting code identifies the post office at which the post box is located in.
|
String |
getStreet() |
int |
hashCode() |
String |
toString() |
protected String city
protected String country
protected String dependentLocality
protected String emailAddress
protected String familyName
protected String givenName
protected String organizationName
protected String postalState
protected String postcode
protected String salesTaxNumber
protected String salutation
protected String sortingCode
protected String street
public String getCity()
public String getCountry()
public String getDependentLocality()
public String getEmailAddress()
public String getFamilyName()
public String getGivenName()
public String getOrganizationName()
public String getPostalState()
public String getPostcode()
public String getSalesTaxNumber()
public String getSalutation()
public String getSortingCode()
public String getStreet()
Copyright © 2021. All rights reserved.