| java.lang.Object | ||
| ↳ | com.google.gdata.model.Element | |
| ↳ | com.google.gdata.model.gd.Where | |
Describes a place (not necessarily a specific geographical location).
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Where.Rel | Meaning of this location. | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| KEY | The key for this element. | ||||||||||
| LABEL | User-readable label that identifies this location in case multiple locations may be present. | ||||||||||
| REL | Meaning of this location. | ||||||||||
| VALUE_STRING | Text description of the place. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.Element
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an instance using the default key.
| |||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Subclass constructor, allows subclasses to supply their own element key.
| |||||||||||
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the nested person or venue (Contact) entry.
| |||||||||||
Returns the user-readable label that identifies this location in case
multiple locations may be present.
| |||||||||||
Returns the meaning of this location.
| |||||||||||
Returns the text description of the place.
| |||||||||||
Returns whether it has the nested person or venue (Contact) entry.
| |||||||||||
Returns whether it has the user-readable label that identifies this
location in case multiple locations may be present.
| |||||||||||
Returns whether it has the meaning of this location.
| |||||||||||
Returns whether it has the text description of the place.
| |||||||||||
Locks this element.
| |||||||||||
Registers the metadata for this element.
| |||||||||||
Sets the nested person or venue (Contact) entry.
| |||||||||||
Sets the user-readable label that identifies this location in case multiple
locations may be present.
| |||||||||||
Sets the meaning of this location.
| |||||||||||
Sets the text description of the place.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.Element
| |||||||||||
From class
java.lang.Object
| |||||||||||
User-readable label that identifies this location in case multiple locations may be present.
Constructs an instance using the default key.
Subclass constructor, allows subclasses to supply their own element key.
| key |
|---|
Constructs a new instance by doing a shallow copy of data from an existing
Element instance. Will use the given ElementKey as the key
for the element. This constructor is used when adapting from one element
key to another. You cannot call this constructor directly, instead use
createElement(ElementKey, Element).
| key | The key to use for this element. |
|---|---|
| source | Source element |
Returns the nested person or venue (Contact) entry.
Returns the user-readable label that identifies this location in case multiple locations may be present.
Returns the meaning of this location.
Returns the text description of the place.
Returns whether it has the nested person or venue (Contact) entry.
Returns whether it has the user-readable label that identifies this location in case multiple locations may be present.
Returns whether it has the meaning of this location.
Returns whether it has the text description of the place.
Locks this element. A locked element cannot have any changes made to its content or its attributes or child elements. This will also lock all attributes and child elements as well. Once this method has been called, this element can be safely published to other threads.
Registers the metadata for this element.
| registry |
|---|
Sets the nested person or venue (Contact) entry.
| entryLink | Nested person or venue (Contact) entry or null to
reset |
|---|
Sets the user-readable label that identifies this location in case multiple locations may be present.
| label | User-readable label that identifies this location in case
multiple locations may be present or null to reset |
|---|
Sets the meaning of this location.
| rel | Meaning of this location or null to reset |
|---|
Sets the text description of the place.
| valueString | Text description of the place or null to reset |
|---|