Class Category
- java.lang.Object
 - 
- org.jboss.resteasy.plugins.providers.atom.CommonAttributes
 - 
- org.jboss.resteasy.plugins.providers.atom.Category
 
 
 
- 
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 }- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Category() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()URIgetScheme()StringgetTerm()voidsetLabel(String label)voidsetScheme(URI scheme)voidsetTerm(String term)- 
Methods inherited from class org.jboss.resteasy.plugins.providers.atom.CommonAttributes
getBase, getExtensionAttributes, getLanguage, setBase, setLanguage 
 - 
 
 -