| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<String,PostalAddress> |
PostalAddress.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
PostalAddress |
PostalAddress.lock() |
PostalAddress |
PostalAddress.setLabel(String label)
Sets the simple string value used to name this address.
|
PostalAddress |
PostalAddress.setPrimary(Boolean primary)
Sets the whether this is the primary postal address.
|
PostalAddress |
PostalAddress.setRel(String rel)
Sets the postal address type.
|
PostalAddress |
PostalAddress.setValue(String value)
Sets the address string.
|
| Constructor and Description |
|---|
PostalAddress(ElementKey<String,? extends PostalAddress> key)
Subclass constructor, allows subclasses to supply their own element key.
|
PostalAddress(ElementKey<String,? extends PostalAddress> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.