Modifier and Type | Method | Description |
---|---|---|
String |
getCity() |
City part of the address.
|
String |
getCountry() |
Country part of the address.
|
String |
getCountryCode() |
Country code part of the address (should be a two character iso country code).
|
String |
getFormattedAddress() |
Properly formatted string for this address.
|
String |
getId() |
Unique identifier for this address.
|
String |
getLabel() |
Label.
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
String |
getState() |
State, Province, or Region part of the address.
|
String |
getStreet() |
Street part of the address, multiple lines separated by carriage returns.
|
String |
getZip() |
Zip or postal code of the address.
|
void |
setCity(String city) |
City part of the address.
|
void |
setCountry(String country) |
Country part of the address.
|
void |
setCountryCode(String countryCode) |
Country code part of the address (should be a two character iso country code).
|
void |
setId(String id) |
Unique identifier for this address.
|
void |
setLabel(String label) |
Label.
|
void |
setState(String state) |
State, Province, or Region part of the address.
|
void |
setStreet(String street) |
Street part of the address, multiple lines separated by carriage returns.
|
void |
setZip(String zip) |
Zip or postal code of the address.
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("az29") @Kind("property") @Name("city") @Type("text") String getCity()
@Code("az29") @Kind("property") @Name("city") @Type("text") void setCity(String city)
city
- new property value@Code("az65") @Kind("property") @Name("formatted address") @Type("text") String getFormattedAddress()
@Code("az28") @Kind("property") @Name("street") @Type("text") String getStreet()
@Code("az28") @Kind("property") @Name("street") @Type("text") void setStreet(String street)
street
- new property value@Code("ID ") @Kind("property") @Name("id") @Type("text") String getId()
@Code("ID ") @Kind("property") @Name("id") @Type("text") void setId(String id)
id
- new property value@Code("az31") @Kind("property") @Name("zip") @Type("text") String getZip()
@Code("az31") @Kind("property") @Name("zip") @Type("text") void setZip(String zip)
zip
- new property value@Code("az32") @Kind("property") @Name("country") @Type("text") String getCountry()
@Code("az32") @Kind("property") @Name("country") @Type("text") void setCountry(String country)
country
- new property value@Code("az18") @Kind("property") @Name("label") @Type("text") String getLabel()
@Code("az18") @Kind("property") @Name("label") @Type("text") void setLabel(String label)
label
- new property value@Code("az33") @Kind("property") @Name("country code") @Type("text") String getCountryCode()
@Code("az33") @Kind("property") @Name("country code") @Type("text") void setCountryCode(String countryCode)
countryCode
- new property value@Code("az30") @Kind("property") @Name("state") @Type("text") String getState()
@Code("az30") @Kind("property") @Name("state") @Type("text") void setState(String state)
state
- new property value