| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<String,Region> |
Region.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
Region |
StructuredPostalAddress.getRegion()
Returns the Region is state, province, county (in Ireland), Land (in
Germany), departement (in France), etc.
|
Region |
Region.lock() |
Region |
Region.setValue(String value)
Sets the value.
|
| Modifier and Type | Method and Description |
|---|---|
StructuredPostalAddress |
StructuredPostalAddress.setRegion(Region region)
Sets the Region is state, province, county (in Ireland), Land (in Germany),
departement (in France), etc.
|
| Constructor and Description |
|---|
Region(ElementKey<String,? extends Region> key)
Subclass constructor, allows subclasses to supply their own element key.
|
Region(ElementKey<String,? extends Region> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.