|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface SyModule
Syndication ModuleImpl.
| フィールドの概要 | |
|---|---|
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 |
| フィールドの詳細 |
|---|
static final java.lang.String URI
static final java.lang.String HOURLY
static final java.lang.String DAILY
static final java.lang.String WEEKLY
static final java.lang.String MONTHLY
static final java.lang.String YEARLY
| メソッドの詳細 |
|---|
java.lang.String getUpdatePeriod()
void setUpdatePeriod(java.lang.String updatePeriod)
updatePeriod - the Syndication module update period to set, null if none.int getUpdateFrequency()
void setUpdateFrequency(int updateFrequency)
updateFrequency - the Syndication module update frequency to set, null if none.java.util.Date getUpdateBase()
void setUpdateBase(java.util.Date updateBase)
updateBase - the Syndication module update base date to set, null if none.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||