com.sun.syndication.feed.module

Interface SyModule

public interface SyModule extends Module

Syndication ModuleImpl.

Author: Alejandro Abdelnur

UNKNOWN: Syndication module.

Field Summary
StringDAILY
StringHOURLY
StringMONTHLY
StringURI
URI of the Syndication ModuleImpl (http://purl.org/rss/1.0/modules/syndication/).
StringWEEKLY
StringYEARLY
Method Summary
DategetUpdateBase()
Returns the Syndication module update base date.
intgetUpdateFrequency()
Returns the Syndication module update frequency.
StringgetUpdatePeriod()
Returns the Syndication module update period.
voidsetUpdateBase(Date updateBase)
Sets the Syndication module update base date.
voidsetUpdateFrequency(int updateFrequency)
Sets the Syndication module update frequency.
voidsetUpdatePeriod(String updatePeriod)
Sets the Syndication module update period.

Field Detail

DAILY

public String DAILY

HOURLY

public String HOURLY

MONTHLY

public String MONTHLY

URI

public String URI
URI of the Syndication ModuleImpl (http://purl.org/rss/1.0/modules/syndication/).

WEEKLY

public String WEEKLY

YEARLY

public String YEARLY

Method Detail

getUpdateBase

public Date getUpdateBase()
Returns the Syndication module update base date.

Returns: the Syndication module update base date, null if none.

getUpdateFrequency

public int getUpdateFrequency()
Returns the Syndication module update frequency.

Returns: the Syndication module update frequency, null if none.

getUpdatePeriod

public String getUpdatePeriod()
Returns the Syndication module update period.

Returns: the Syndication module update period, null if none.

setUpdateBase

public void setUpdateBase(Date updateBase)
Sets the Syndication module update base date.

Parameters: updateBase the Syndication module update base date to set, null if none.

setUpdateFrequency

public void setUpdateFrequency(int updateFrequency)
Sets the Syndication module update frequency.

Parameters: updateFrequency the Syndication module update frequency to set, null if none.

setUpdatePeriod

public void setUpdatePeriod(String updatePeriod)
Sets the Syndication module update period.

Parameters: updatePeriod the Syndication module update period to set, null if none.

Copyright © Sun Microsystems. All Rights Reserved.