| java.lang.Object | |||
| ↳ | com.google.gdata.model.Element | ||
| ↳ | com.google.gdata.model.atom.Entry | ||
| ↳ | com.google.gdata.model.gd.MessageEntry | ||
Extension class for manipulating entries of the Message kind.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KIND | Message kind term value. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CATEGORY | Message kind category. | ||||||||||
| KEY | The key for this element. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.atom.Entry
| |||||||||||
From class
com.google.gdata.model.Element
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an instance using the default key.
| |||||||||||
Constructs a new instance by doing a shallow copy of data from an existing
Entry instance. | |||||||||||
| 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
Entry instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a new person description.
| |||||||||||
Removes all existing person description instances.
| |||||||||||
Returns the geo pt.
| |||||||||||
Returns the rating.
| |||||||||||
Returns the time period description.
| |||||||||||
Returns the person descriptions.
| |||||||||||
Returns whether it has the geo pt.
| |||||||||||
Returns whether it has the rating.
| |||||||||||
Returns whether it has the time period description.
| |||||||||||
Returns whether it has the person descriptions.
| |||||||||||
Locks this element.
| |||||||||||
Registers the metadata for this element.
| |||||||||||
Removes an existing person description.
| |||||||||||
Sets the geo pt.
| |||||||||||
Sets the rating.
| |||||||||||
Sets the time period description.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.atom.Entry
| |||||||||||
From class
com.google.gdata.model.Element
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.IAtom
| |||||||||||
From interface
com.google.gdata.data.IEntry
| |||||||||||
Message kind term value.
Constructs an instance using the default key.
Constructs a new instance by doing a shallow copy of data from an existing
Entry instance.
| sourceEntry | Source entry |
|---|
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
Entry 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 |
Adds a new person description.
| whoList | Person description |
|---|
Removes all existing person description instances.
Returns whether it has the geo pt.
Returns whether it has the rating.
Returns whether it has the time period description.
Returns whether it has the person descriptions.
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 |
|---|
Removes an existing person description.
| whoList | Person description |
|---|
Sets the geo pt.
| geoPt | Geo pt or null to reset |
|---|
Sets the rating.
| rating | Rating or null to reset |
|---|
Sets the time period description.
| time | Time period description or null to reset |
|---|