Class 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 $
    • Field Detail

      • term

        private java.lang.String term
      • scheme

        private java.net.URI scheme
      • label

        private java.lang.String label
    • Constructor Detail

      • Category

        public Category()
    • Method Detail

      • getTerm

        public java.lang.String getTerm()
      • setTerm

        public void setTerm​(java.lang.String term)
      • getScheme

        public java.net.URI getScheme()
      • setScheme

        public void setScheme​(java.net.URI scheme)
      • getLabel

        public java.lang.String getLabel()
      • setLabel

        public void setLabel​(java.lang.String label)