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 }
Constructor and Description |
---|
Category() |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
URI |
getScheme() |
String |
getTerm() |
void |
setLabel(String label) |
void |
setScheme(URI scheme) |
void |
setTerm(String term) |
getBase, getExtensionAttributes, getLanguage, setBase, setLanguage
Copyright © 2018 JBoss by Red Hat. All rights reserved.