|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
public interface SyndEnclosure
| メソッドの概要 | |
|---|---|
long |
getLength()
Returns the enclosure length. |
java.lang.String |
getType()
Returns the enclosure type. |
java.lang.String |
getUrl()
Returns the enclosure URL. |
void |
setLength(long length)
Sets the enclosure length. |
void |
setType(java.lang.String type)
Sets the enclosure type. |
void |
setUrl(java.lang.String url)
Sets the enclosure URL. |
| インタフェース com.sun.syndication.feed.CopyFrom から継承されたメソッド |
|---|
copyFrom, getInterface |
| メソッドの詳細 |
|---|
java.lang.String getUrl()
void setUrl(java.lang.String url)
url - the enclosure URL to set, null if none.long getLength()
void setLength(long length)
length - the enclosure length to set, null if none.java.lang.String getType()
void setType(java.lang.String type)
type - the enclosure type to set, null if none.
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||