| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<String,Country> |
Country.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
Country |
StructuredPostalAddress.getCountry()
Returns the The country name.
|
Country |
Country.lock() |
Country |
Country.setCode(String code)
Sets the The 3166-1 alpha-2 country code.
|
Country |
Country.setValue(String value)
Sets the value.
|
| Modifier and Type | Method and Description |
|---|---|
StructuredPostalAddress |
StructuredPostalAddress.setCountry(Country country)
Sets the The country name.
|
| Constructor and Description |
|---|
Country(ElementKey<String,? extends Country> key)
Subclass constructor, allows subclasses to supply their own element key.
|
Country(ElementKey<String,? extends Country> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.