|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Category
Provides categorization informaton for a feed or entry
Per RFC4287:
The "atom:category" element conveys information about a category
associated with an entry or feed. This specification assigns no
meaning to the content (if any) of this element.
atomCategory =
element atom:category {
atomCommonAttributes,
attribute term { text },
attribute scheme { atomUri }?,
attribute label { text }?,
undefinedContent
}
| Method Summary | |
|---|---|
String |
getLabel()
RFC4287: The "label" attribute provides a human-readable label for display in end-user applications. |
IRI |
getScheme()
RFC4287: The "scheme" attribute is an IRI that identifies a categorization scheme. |
String |
getTerm()
RFC4287: The "term" attribute is a string that identifies the category to which the entry or feed belongs. |
Category |
setLabel(String label)
RFC4287: The "label" attribute provides a human-readable label for display in end-user applications. |
Category |
setScheme(String scheme)
RFC4287: The "scheme" attribute is an IRI that identifies a categorization scheme. |
Category |
setTerm(String term)
RFC4287: The "term" attribute is a string that identifies the category to which the entry or feed belongs. |
| Methods inherited from interface org.apache.abdera.model.ExtensibleElement |
|---|
addExtension, addExtension, addExtension, addExtension, addExtension, addSimpleExtension, addSimpleExtension, getExtension, getExtension, getExtensions, getExtensions, getExtensions, getSimpleExtension, getSimpleExtension |
| Methods inherited from interface org.apache.abdera.model.Element |
|---|
declareNS, discard, getAttributes, getAttributeValue, getAttributeValue, getBaseUri, getDocument, getElements, getExtensionAttributes, getFirstChild, getFirstChild, getLanguage, getLanguageTag, getLocale, getMustPreserveWhitespace, getNamespaces, getNextSibling, getNextSibling, getParentElement, getPreviousSibling, getPreviousSibling, getQName, getResolvedBaseUri, getText, removeAttribute, removeAttribute, setAttributeValue, setAttributeValue, setBaseUri, setBaseUri, setLanguage, setMustPreserveWhitespace, setParentElement, setText, setText |
| Methods inherited from interface org.apache.abdera.model.Base |
|---|
addComment, clone, complete, getDefaultWriterOptions, getFactory, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo, writeTo |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
String getTerm()
Category setTerm(String term)
term - The string value of the term attributeIRI getScheme()
Category setScheme(String scheme)
scheme - The IRI of the schemeString getLabel()
Category setLabel(String label)
label - The value of the human-readable label
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||