public class PlaceAddress extends BaseObject
Constructor and Description |
---|
PlaceAddress()
Default constructor.
|
equals, getCode, getExternalName, getId, getInstitutionCode, getShortName, hashCode, setCode, setExternalName, setId, setInstitutionCode, setShortName, toString
public String getTownComplement()
public void setTownComplement(String cedex)
public String getFormattedAddress()
public void setFormattedAddress(String formattedAddress)
public String getResponsibleName()
public void setResponsibleName(String contactName)
public String getResponsibleFunction()
public void setResponsibleFunction(String responsibleFunction)
public String getEmail()
public void setEmail(String email)
public PhoneNumber getFax()
public void setFax(PhoneNumber fax)
public PhoneNumber getPhone()
public void setPhone(PhoneNumber phone)
public String getGpsLatitude()
public void setGpsLatitude(String gps_lat)
public String getGpsLongitude()
public void setGpsLongitude(String gps_lng)
public String getRemark()
public void setRemark(String remark)
public String getStreet1()
public void setStreet1(String street1)
public String getStreet2()
public void setStreet2(String street2)
public String getStreet3()
public void setStreet3(String street3)
public String getTown()
public void setTown(String town)
public String getWebsite()
public void setWebsite(String website)
public String getZipcode()
public void setZipcode(String zipcode)
public Country getCountry()
public void setCountry(Country country)
public String getCountryCode()
public void setCountryCode(String countryCode)
public String getAdministrativeArea()
public void setAdministrativeArea(String administrativeArea)
Copyright © 2021. All rights reserved.