public class AddressClaimSet extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
country |
static String |
COUNTRY |
static String |
FORMATTED |
protected String |
formattedAddress |
protected String |
locality |
static String |
LOCALITY |
static String |
POSTAL_CODE |
protected String |
postalCode |
protected String |
region |
static String |
REGION |
static String |
STREET_ADDRESS |
protected String |
streetAddress |
Constructor and Description |
---|
AddressClaimSet() |
Modifier and Type | Method and Description |
---|---|
String |
getCountry() |
String |
getFormattedAddress() |
String |
getLocality() |
String |
getPostalCode() |
String |
getRegion() |
String |
getStreetAddress() |
void |
setCountry(String country) |
void |
setFormattedAddress(String formattedAddress) |
void |
setLocality(String locality) |
void |
setPostalCode(String postalCode) |
void |
setRegion(String region) |
void |
setStreetAddress(String streetAddress) |
public static final String FORMATTED
public static final String STREET_ADDRESS
public static final String LOCALITY
public static final String REGION
public static final String POSTAL_CODE
public static final String COUNTRY
protected String formattedAddress
protected String streetAddress
protected String locality
protected String region
protected String postalCode
protected String country
public String getFormattedAddress()
public void setFormattedAddress(String formattedAddress)
public String getStreetAddress()
public void setStreetAddress(String streetAddress)
public String getLocality()
public void setLocality(String locality)
public String getRegion()
public void setRegion(String region)
public String getPostalCode()
public void setPostalCode(String postalCode)
public String getCountry()
public void setCountry(String country)
Copyright © 2016 JBoss by Red Hat. All rights reserved.