com.sun.syndication.feed.module
インタフェース SyModule

すべてのスーパーインタフェース:
java.lang.Cloneable, CopyFrom, Module, java.io.Serializable
既知の実装クラスの一覧:
SyModuleImpl

public interface SyModule
extends Module

Syndication ModuleImpl.

関連項目:
Syndication module.

フィールドの概要
static java.lang.String DAILY
           
static java.lang.String HOURLY
           
static java.lang.String MONTHLY
           
static java.lang.String URI
          URI of the Syndication ModuleImpl (http://purl.org/rss/1.0/modules/syndication/).
static java.lang.String WEEKLY
           
static java.lang.String YEARLY
           
 
メソッドの概要
 java.util.Date getUpdateBase()
          Returns the Syndication module update base date.
 int getUpdateFrequency()
          Returns the Syndication module update frequency.
 java.lang.String getUpdatePeriod()
          Returns the Syndication module update period.
 void setUpdateBase(java.util.Date updateBase)
          Sets the Syndication module update base date.
 void setUpdateFrequency(int updateFrequency)
          Sets the Syndication module update frequency.
 void setUpdatePeriod(java.lang.String updatePeriod)
          Sets the Syndication module update period.
 
インタフェース com.sun.syndication.feed.module.Module から継承されたメソッド
clone, getUri
 
インタフェース com.sun.syndication.feed.CopyFrom から継承されたメソッド
copyFrom, getInterface
 

フィールドの詳細

URI

static final java.lang.String URI
URI of the Syndication ModuleImpl (http://purl.org/rss/1.0/modules/syndication/).

関連項目:
定数フィールド値

HOURLY

static final java.lang.String HOURLY

DAILY

static final java.lang.String DAILY

WEEKLY

static final java.lang.String WEEKLY

MONTHLY

static final java.lang.String MONTHLY

YEARLY

static final java.lang.String YEARLY
メソッドの詳細

getUpdatePeriod

java.lang.String getUpdatePeriod()
Returns the Syndication module update period.

戻り値:
the Syndication module update period, null if none.

setUpdatePeriod

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

パラメータ:
updatePeriod - the Syndication module update period to set, null if none.

getUpdateFrequency

int getUpdateFrequency()
Returns the Syndication module update frequency.

戻り値:
the Syndication module update frequency, null if none.

setUpdateFrequency

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

パラメータ:
updateFrequency - the Syndication module update frequency to set, null if none.

getUpdateBase

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

戻り値:
the Syndication module update base date, null if none.

setUpdateBase

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

パラメータ:
updateBase - the Syndication module update base date to set, null if none.