| com.sun.syndication.feed.module.SyModule
All known Subclasses: com.sun.syndication.feed.module.SyModuleImpl,
URI | String URI(Code) | | URI of the Syndication ModuleImpl (http://purl.org/rss/1.0/modules/syndication/).
|
getUpdateBase | Date getUpdateBase()(Code) | | Returns the Syndication module update base date.
the Syndication module update base date, null if none. |
getUpdateFrequency | int getUpdateFrequency()(Code) | | Returns the Syndication module update frequency.
the Syndication module update frequency, null if none. |
getUpdatePeriod | String getUpdatePeriod()(Code) | | Returns the Syndication module update period.
the Syndication module update period, null if none. |
setUpdateBase | void setUpdateBase(Date updateBase)(Code) | | Sets the Syndication module update base date.
Parameters: updateBase - the Syndication module update base date to set, null if none. |
setUpdateFrequency | void setUpdateFrequency(int updateFrequency)(Code) | | Sets the Syndication module update frequency.
Parameters: updateFrequency - the Syndication module update frequency to set, null if none. |
setUpdatePeriod | void setUpdatePeriod(String updatePeriod)(Code) | | Sets the Syndication module update period.
Parameters: updatePeriod - the Syndication module update period to set, null if none. |
|
|