com.sun.syndication.feed.module
public interface SyModule extends Module
UNKNOWN: Syndication module.
| Field Summary | |
|---|---|
| String | DAILY |
| String | HOURLY |
| String | MONTHLY |
| String | URI
URI of the Syndication ModuleImpl (http://purl.org/rss/1.0/modules/syndication/).
|
| String | WEEKLY |
| String | YEARLY |
| Method Summary | |
|---|---|
| Date | getUpdateBase()
Returns the Syndication module update base date.
|
| int | getUpdateFrequency()
Returns the Syndication module update frequency.
|
| String | getUpdatePeriod()
Returns the Syndication module update period.
|
| void | setUpdateBase(Date updateBase)
Sets the Syndication module update base date.
|
| void | setUpdateFrequency(int updateFrequency)
Sets the Syndication module update frequency.
|
| void | setUpdatePeriod(String updatePeriod)
Sets the Syndication module update period.
|
Returns: the Syndication module update base date, null if none.
Returns: the Syndication module update frequency, null if none.
Returns: the Syndication module update period, null if none.
Parameters: updateBase the Syndication module update base date to set, null if none.
Parameters: updateFrequency the Syndication module update frequency to set, null if none.
Parameters: updatePeriod the Syndication module update period to set, null if none.