public class Address extends Object
Constructor and Description |
---|
Address() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress1()
Gets the first line of the street address.
|
String |
getAddress2()
Gets the second line of the street address.
|
String |
getCity()
Gets the city associated with the street address.
|
String |
getCountryCode()
Gets the ISO country code associated with the street address.
|
float |
getLatitude()
Gets the latitude component of the address's GPS coordinates.
|
float |
getLongitude()
Gets the longitude component of the address's GPS coordinates.
|
String |
getPostalCode()
Gets the postal code associated with the street address.
|
String |
getStateOrProvince()
Gets the state or province associated with the street address.
|
void |
setAddress1(String value)
Sets the first line of the street address.
|
void |
setAddress2(String value)
Sets the second line of the street address.
|
void |
setCity(String value)
Sets the city associated with the street address.
|
void |
setCountryCode(String value)
Sets the ISO country code associated with the street address.
|
void |
setLatitude(float value)
Sets the latitude component of the address's GPS coordinates.
|
void |
setLongitude(float value)
Sets the longitude component of the address's GPS coordinates.
|
void |
setPostalCode(String value)
Sets the postal code associated with the street address.
|
void |
setStateOrProvince(String value)
Sets the state or province associated with the street address.
|
public void setAddress1(String value)
value
- the first line of the street address.public String getAddress1()
public void setAddress2(String value)
value
- the second line of the street address.public String getAddress2()
public void setCity(String value)
value
- the city associated with the street address.public String getCity()
public void setStateOrProvince(String value)
value
- the state or province associated with the street address.public String getStateOrProvince()
public void setPostalCode(String value)
value
- the postal code associated with the street address.public String getPostalCode()
public void setCountryCode(String value)
value
- the ISO country code associated with the street address.public String getCountryCode()
public void setLatitude(float value)
value
- the latitude component of the address's GPS coordinates.public float getLatitude()
public void setLongitude(float value)
value
- the longitude component of the address's GPS coordinates.public float getLongitude()
Copyright © 2022 BlockChyp, Inc.. All rights reserved.