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()
Stringpublic void setCountryCode(String value)
value - allowed object is
Stringpublic String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic String getFax()
Stringpublic void setFax(String value)
value - allowed object is
Stringpublic String getFirstAddressLine()
Stringpublic void setFirstAddressLine(String value)
value - allowed object is
Stringpublic String getGpsLatitude()
Stringpublic void setGpsLatitude(String value)
value - allowed object is
Stringpublic String getGpsLongitude()
Stringpublic void setGpsLongitude(String value)
value - allowed object is
Stringpublic String getLocality()
Stringpublic void setLocality(String value)
value - allowed object is
Stringpublic String getPhoneNumber()
Stringpublic void setPhoneNumber(String value)
value - allowed object is
Stringpublic String getSecondAddressLine()
Stringpublic void setSecondAddressLine(String value)
value - allowed object is
Stringpublic String getThirdAddressLine()
Stringpublic void setThirdAddressLine(String value)
value - allowed object is
Stringpublic String getWebsite()
Stringpublic void setWebsite(String value)
value - allowed object is
Stringpublic String getZipCode()
StringCopyright © 2021. All rights reserved.