public class Category extends CommonAttributes
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
}
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
label |
private java.net.URI |
scheme |
private java.lang.String |
term |
| Constructor and Description |
|---|
Category() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
java.net.URI |
getScheme() |
java.lang.String |
getTerm() |
void |
setLabel(java.lang.String label) |
void |
setScheme(java.net.URI scheme) |
void |
setTerm(java.lang.String term) |
getBase, getExtensionAttributes, getLanguage, setBase, setLanguage