| Package | Description |
|---|---|
| com.google.gdata.model.gd |
| Modifier and Type | Field and Description |
|---|---|
static ElementKey<Void,StructuredPostalAddress> |
StructuredPostalAddress.KEY
The key for this element.
|
| Modifier and Type | Method and Description |
|---|---|
StructuredPostalAddress |
StructuredPostalAddress.lock() |
StructuredPostalAddress |
StructuredPostalAddress.setAgent(Agent agent)
Sets the Used in work addresses.
|
StructuredPostalAddress |
StructuredPostalAddress.setCity(City city)
Sets the Can be city, village, town, borough, etc.
|
StructuredPostalAddress |
StructuredPostalAddress.setCountry(Country country)
Sets the The country name.
|
StructuredPostalAddress |
StructuredPostalAddress.setFormattedAddress(FormattedAddress formattedAddress)
Sets the The full, unstructured address.
|
StructuredPostalAddress |
StructuredPostalAddress.setHousename(HouseName housename)
Sets the Used in places where houses or buildings have names.
|
StructuredPostalAddress |
StructuredPostalAddress.setLabel(String label)
Sets the Simple string value used to name this address.
|
StructuredPostalAddress |
StructuredPostalAddress.setMailClass(String mailClass)
Sets the The mail class.
|
StructuredPostalAddress |
StructuredPostalAddress.setNeighborhood(Neighborhood neighborhood)
Sets the Neighborhood.
|
StructuredPostalAddress |
StructuredPostalAddress.setPobox(PoBox pobox)
Sets the P.O.
|
StructuredPostalAddress |
StructuredPostalAddress.setPostcode(PostCode postcode)
Sets the Postal code.
|
StructuredPostalAddress |
StructuredPostalAddress.setPrimary(Boolean primary)
Sets the whether this is the primary postal address.
|
StructuredPostalAddress |
StructuredPostalAddress.setRegion(Region region)
Sets the Region is state, province, county (in Ireland), Land (in Germany),
departement (in France), etc.
|
StructuredPostalAddress |
StructuredPostalAddress.setRel(String rel)
Sets the the postal address type.
|
StructuredPostalAddress |
StructuredPostalAddress.setStreet(Street street)
Sets the Can be street, avenue, road, etc.
|
StructuredPostalAddress |
StructuredPostalAddress.setSubregion(Subregion subregion)
Sets the Subregion is county (US), province (in Italy), etc.
|
StructuredPostalAddress |
StructuredPostalAddress.setUsage(String usage)
Sets the The context for the address use.
|
| Constructor and Description |
|---|
StructuredPostalAddress(ElementKey<?,? extends StructuredPostalAddress> key)
Subclass constructor, allows subclasses to supply their own element key.
|
StructuredPostalAddress(ElementKey<?,? extends StructuredPostalAddress> key,
Element source)
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. |
Copyright © 2012. All Rights Reserved.