| com.sun.syndication.feed.synd.SyndCategory
All known Subclasses: com.sun.syndication.feed.synd.SyndCategoryImpl,
SyndCategory | public interface SyndCategory extends Cloneable(Code) | | Bean interface for categories of SyndFeedImpl feeds and entries.
author: Alejandro Abdelnur |
getName | String getName()(Code) | | Returns the category name.
the category name, null if none. |
getTaxonomyUri | String getTaxonomyUri()(Code) | | Returns the category taxonomy URI.
the category taxonomy URI, null if none. |
setName | void setName(String name)(Code) | | Sets the category name.
Parameters: name - the category name to set, null if none. |
setTaxonomyUri | void setTaxonomyUri(String taxonomyUri)(Code) | | Sets the category taxonomy URI.
Parameters: taxonomyUri - the category taxonomy URI to set, null if none. |
|
|