public class UserAddress extends JsonMapObject
Modifier and Type | Field and Description |
---|---|
static String |
COUNTRY |
static String |
LOCALITY |
static String |
STREET |
Constructor and Description |
---|
UserAddress() |
UserAddress(Map<String,Object> claims) |
Modifier and Type | Method and Description |
---|---|
String |
getCountry() |
String |
getLocality() |
String |
getStreet() |
void |
setCountry(String name) |
void |
setLocality(String name) |
void |
setStreet(String name) |
asMap, equals, getBooleanProperty, getIntegerProperty, getLongProperty, getProperty, getStringProperty, getUpdateCount, hashCode, setProperty
public static final String STREET
public static final String LOCALITY
public static final String COUNTRY
Apache CXF