org.hccp.atom
Class Category

java.lang.Object
  |
  +--org.hccp.atom.Category

public class Category
extends java.lang.Object


4.2.2 The "atom:category" Element

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 Summary
Category()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Category

public Category()
Method Detail

getTerm

public java.lang.String getTerm()

setTerm

public void setTerm(java.lang.String term)

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

getScheme

public java.net.URI getScheme()

setScheme

public void setScheme(java.net.URI scheme)