| java.lang.Object | ||
| ↳ | com.google.gdata.model.Element | |
| ↳ | com.google.gdata.model.atompub.Categories | |
Value of the app:categories tag.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Categories.Fixed | Indicates whether the list of categories is a fixed or an open set. | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| FIXED | Indicates whether the list of categories is a fixed or an open set. | ||||||||||
| HREF | An IRI reference to a Category Document. | ||||||||||
| KEY | The key for this element. | ||||||||||
| SCHEME | Default scheme of the contained category elements. | ||||||||||
|
[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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a new category.
| |||||||||||
Removes all existing category instances.
| |||||||||||
Returns the categories.
| |||||||||||
Returns the indicates whether the list of categories is a fixed or an open
set.
| |||||||||||
Returns the an IRI reference to a Category Document.
| |||||||||||
Returns the default scheme of the contained category elements.
| |||||||||||
Returns whether it has the categories.
| |||||||||||
Returns whether it has the indicates whether the list of categories is a
fixed or an open set.
| |||||||||||
Returns whether it has the an IRI reference to a Category Document.
| |||||||||||
Returns whether it has the default scheme of the contained category
elements.
| |||||||||||
Locks this element.
| |||||||||||
Registers the metadata for this element.
| |||||||||||
Removes an existing category.
| |||||||||||
Sets the indicates whether the list of categories is a fixed or an open
set.
| |||||||||||
Sets the an IRI reference to a Category Document.
| |||||||||||
Sets the default scheme of the contained category elements.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.model.Element
| |||||||||||
From class
java.lang.Object
| |||||||||||
Indicates whether the list of categories is a fixed or an open set.
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 |
Removes all existing category instances.
Returns the indicates whether the list of categories is a fixed or an open set.
Returns the an IRI reference to a Category Document.
Returns the default scheme of the contained category elements.
Returns whether it has the categories.
Returns whether it has the indicates whether the list of categories is a fixed or an open set.
Returns whether it has the an IRI reference to a Category Document.
Returns whether it has the default scheme of the contained category elements.
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 category.
| category | Category |
|---|
Sets the indicates whether the list of categories is a fixed or an open set.
| fixed | Indicates whether the list of categories is a fixed or an open
set or null to reset |
|---|
Sets the an IRI reference to a Category Document.
| href | An IRI reference to a Category Document or null to
reset |
|---|
Sets the default scheme of the contained category elements.
| scheme | Default scheme of the contained category elements or null to reset |
|---|