Package com.teamdev.jxbrowser.user
Interface Address
public interface Address
The user's address containing information about a street, city, state, etc.
- Since:
- 7.23
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
city()
The name of the city entered by the user.default String
The ISO 3166 2-letter country code.default String
A subdivision of a city, e.g.default String
state()
The name of the state.default String
street()
The whole street name.default String
zip()
The ZIP code entered by the user.
-
Method Details
-
street
The whole street name. -
city
The name of the city entered by the user. -
dependentLocality
A subdivision of a city, e.g. an inner-city district or a suburb. -
state
The name of the state. -
zip
The ZIP code entered by the user. -
countryCode
The ISO 3166 2-letter country code.
-