public class PersonaPostalAddress
extends java.lang.Object
| Constructor and Description |
|---|
PersonaPostalAddress()
Instantiates a new persona postal address.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAccuracy()
Gets the accuracy of the latitude and longitude of the associated postal address.
|
double |
getAltitude()
Gets the altitude of the associated postal address.
|
double |
getAltitudeAccuracy()
Gets the accuracy of the altitude of the associated postal address.
|
java.lang.String |
getCity()
Gets the city portion of a postal address.
|
java.lang.String |
getCountry()
Gets the country portion of a postal address.
|
java.lang.String |
getFormattedAddress()
Gets the formatted display value of the associated postal address.
|
double |
getLatitude()
Gets the latitude of the location of the associated postal address.
|
LocationSource |
getLocationSource()
Gets information about the origin of the associated postal address; for example, a contact or a telephone book.
|
java.lang.String |
getLocationUri()
Gets a URI, for example for an Internet address, of the associated postal address.
|
double |
getLongitude()
Gets the longitude of the location of the associated postal address.
|
java.lang.String |
getPostalCode()
Gets the postal code portion of a postal address.
|
java.lang.String |
getPostOfficeBox()
Gets the post office box portion of a postal address.
|
java.lang.String |
getState()
Gets the state portion of a postal address.
|
java.lang.String |
getStreet()
Gets the street portion of a postal address.
|
java.lang.String |
getType()
Gets the type of postal address; for example, Home or Business.
|
void |
setAccuracy(double accuracy)
Sets the accuracy of the latitude and longitude of the associated postal address.
|
void |
setAltitude(double altitude)
Sets the altitude of the associated postal address.
|
void |
setAltitudeAccuracy(double altitudeAccuracy)
Sets the accuracy of the altitude of the associated postal address.
|
void |
setCity(java.lang.String city)
Sets the city portion of a postal address.
|
void |
setCountry(java.lang.String country)
Sets the country portion of a postal address.
|
void |
setFormattedAddress(java.lang.String formattedAddress)
Sets the formatted display value of the associated postal address.
|
void |
setLatitude(double latitude)
Sets the latitude of the location of the associated postal address.
|
void |
setLocationSource(LocationSource locationSource)
Sets information about the origin of the associated postal address; for example, a contact or a telephone book.
|
void |
setLocationUri(java.lang.String locationUri)
Sets a URI, for example for an Internet address, of the associated postal address.
|
void |
setLongitude(double longitude)
Sets the longitude of the location of the associated postal address.
|
void |
setPostalCode(java.lang.String postalCode)
Sets the postal code portion of a postal address.
|
void |
setPostOfficeBox(java.lang.String postOfficeBox)
Sets the post office box portion of a postal address.
|
void |
setState(java.lang.String state)
Sets the state portion of a postal address.
|
void |
setStreet(java.lang.String street)
Sets the street portion of a postal address.
|
void |
setType(java.lang.String type)
Sets the type of postal address; for example, Home or Business.
|
public PersonaPostalAddress()
public java.lang.String getStreet()
public void setStreet(java.lang.String street)
street - the new streetpublic java.lang.String getCity()
public void setCity(java.lang.String city)
city - the new citypublic java.lang.String getState()
public void setState(java.lang.String state)
state - the new statepublic java.lang.String getCountry()
public void setCountry(java.lang.String country)
country - the new countrypublic java.lang.String getPostalCode()
public void setPostalCode(java.lang.String postalCode)
postalCode - the new postal codepublic java.lang.String getPostOfficeBox()
public void setPostOfficeBox(java.lang.String postOfficeBox)
postOfficeBox - the new post office boxpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the new typepublic double getLatitude()
public void setLatitude(double latitude)
latitude - the new latitudepublic double getLongitude()
public void setLongitude(double longitude)
longitude - the new longitudepublic double getAccuracy()
public void setAccuracy(double accuracy)
accuracy - the new accuracypublic double getAltitude()
public void setAltitude(double altitude)
altitude - the new altitudepublic double getAltitudeAccuracy()
public void setAltitudeAccuracy(double altitudeAccuracy)
altitudeAccuracy - the new altitude accuracypublic java.lang.String getFormattedAddress()
public void setFormattedAddress(java.lang.String formattedAddress)
formattedAddress - the new formatted addresspublic java.lang.String getLocationUri()
public void setLocationUri(java.lang.String locationUri)
locationUri - the new location uripublic LocationSource getLocationSource()
public void setLocationSource(LocationSource locationSource)
locationSource - the new location source