public class PlaceAddress extends AbstractRealTimeDto implements Serializable
Java class for placeAddress complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected String |
countryCode |
protected String |
email |
protected String |
fax |
protected String |
firstAddressLine |
protected String |
gpsLatitude |
protected String |
gpsLongitude |
protected String |
locality |
protected String |
phoneNumber |
protected String |
secondAddressLine |
protected String |
thirdAddressLine |
protected String |
website |
protected String |
zipCode |
Constructor and Description |
---|
PlaceAddress() |
Modifier and Type | Method and Description |
---|---|
String |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getEmail()
Gets the value of the email property.
|
String |
getFax()
Gets the value of the fax property.
|
String |
getFirstAddressLine()
Gets the value of the firstAddressLine property.
|
String |
getGpsLatitude()
Gets the value of the gpsLatitude property.
|
String |
getGpsLongitude()
Gets the value of the gpsLongitude property.
|
String |
getLocality()
Gets the value of the locality property.
|
String |
getPhoneNumber()
Gets the value of the phoneNumber property.
|
String |
getSecondAddressLine()
Gets the value of the secondAddressLine property.
|
String |
getThirdAddressLine()
Gets the value of the thirdAddressLine property.
|
String |
getWebsite()
Gets the value of the website property.
|
String |
getZipCode()
Gets the value of the zipCode property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setEmail(String value)
Sets the value of the email property.
|
void |
setFax(String value)
Sets the value of the fax property.
|
void |
setFirstAddressLine(String value)
Sets the value of the firstAddressLine property.
|
void |
setGpsLatitude(String value)
Sets the value of the gpsLatitude property.
|
void |
setGpsLongitude(String value)
Sets the value of the gpsLongitude property.
|
void |
setLocality(String value)
Sets the value of the locality property.
|
void |
setPhoneNumber(String value)
Sets the value of the phoneNumber property.
|
void |
setSecondAddressLine(String value)
Sets the value of the secondAddressLine property.
|
void |
setThirdAddressLine(String value)
Sets the value of the thirdAddressLine property.
|
void |
setWebsite(String value)
Sets the value of the website property.
|
void |
setZipCode(String value)
Sets the value of the zipCode property.
|
protected String countryCode
protected String email
protected String fax
protected String firstAddressLine
protected String gpsLatitude
protected String gpsLongitude
protected String locality
protected String phoneNumber
protected String secondAddressLine
protected String thirdAddressLine
protected String website
protected String zipCode
public String getCountryCode()
String
public void setCountryCode(String value)
value
- allowed object is
String
public String getEmail()
String
public void setEmail(String value)
value
- allowed object is
String
public String getFax()
String
public void setFax(String value)
value
- allowed object is
String
public String getFirstAddressLine()
String
public void setFirstAddressLine(String value)
value
- allowed object is
String
public String getGpsLatitude()
String
public void setGpsLatitude(String value)
value
- allowed object is
String
public String getGpsLongitude()
String
public void setGpsLongitude(String value)
value
- allowed object is
String
public String getLocality()
String
public void setLocality(String value)
value
- allowed object is
String
public String getPhoneNumber()
String
public void setPhoneNumber(String value)
value
- allowed object is
String
public String getSecondAddressLine()
String
public void setSecondAddressLine(String value)
value
- allowed object is
String
public String getThirdAddressLine()
String
public void setThirdAddressLine(String value)
value
- allowed object is
String
public String getWebsite()
String
public void setWebsite(String value)
value
- allowed object is
String
public String getZipCode()
String
Copyright © 2021. All rights reserved.