public class Address extends AbstractEntry
Location
,
AddressBean
,
Serialized FormModifier and Type | Field and Description |
---|---|
String |
country
Country name.
|
String |
locality
City or locality name.
|
String |
organization
Name of the company or organization that provides this service.
|
String |
organizationalUnit
The unit within the organization that provides this service.
|
String |
postalCode
Postal code.
|
String |
stateOrProvince
Full name or standard postal abbreviation of a state or
province.
|
String |
street
Street address.
|
Constructor and Description |
---|
Address()
Construct an empty instance of this class.
|
Address(String street,
String organization,
String organizationalUnit,
String locality,
String stateOrProvince,
String postalCode,
String country)
Construct an instance of this class, with all fields
initialized appropriately.
|
public String street
public String organization
public String organizationalUnit
public String locality
public String stateOrProvince
public String postalCode
public String country
public Address()
public Address(String street, String organization, String organizationalUnit, String locality, String stateOrProvince, String postalCode, String country)
street
- a String representing the street addressorganization
- a String representing the organizationorganizationalUnit
- a String representing the organizational unitlocality
- a String representing the localitystateOrProvince
- a String representing the state or provincepostalCode
- a String representing the postal codecountry
- a String representing the countryCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.