|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.common.ObjectBean
com.sun.syndication.feed.synd.SyndCategory
Bean for categories of SyndFeed feeds and entries.
Constructor Summary | |
SyndCategory()
Default constructor. |
Method Summary | |
java.lang.String |
getName()
Returns the category name. |
java.lang.String |
getTaxonomyUri()
Returns the category taxonomy URI. |
void |
setName(java.lang.String name)
Sets the category name. |
void |
setTaxonomyUri(java.lang.String taxonomyUri)
Sets the category taxonomy URI. |
Methods inherited from class com.sun.syndication.common.ObjectBean |
clone, equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.sun.syndication.feed.synd.SyndCategoryI |
clone |
Methods inherited from interface com.sun.syndication.common.ToString |
toString |
Constructor Detail |
public SyndCategory()
Method Detail |
public java.lang.String getName()
getName
in interface SyndCategoryI
public void setName(java.lang.String name)
setName
in interface SyndCategoryI
name
- the category name to set, null if none.public java.lang.String getTaxonomyUri()
getTaxonomyUri
in interface SyndCategoryI
public void setTaxonomyUri(java.lang.String taxonomyUri)
setTaxonomyUri
in interface SyndCategoryI
taxonomyUri
- the category taxonomy URI to set, null if none.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |