|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.common.ObjectBean
com.sun.syndication.feed.rss.Enclosure
Bean for item enclosures of RSS feeds.
Constructor Summary | |
Enclosure()
Default constructor. |
Method Summary | |
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. |
Methods inherited from class com.sun.syndication.common.ObjectBean |
clone, equals, hashCode, toString, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Enclosure()
Method Detail |
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url
- the enclosure URL to set, null if none.public long getLength()
public void setLength(long length)
length
- the enclosure length to set, null if none.public java.lang.String getType()
public void setType(java.lang.String type)
type
- the enclosure type to set, null if none.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |