return city;
return country;
return postalCode;
return stateProvince;
return street;
this.city = city;
this.country = country;
this.postalCode = postalCode;
this.stateProvince = stateProvince;
this.street = street;