|
|||||||||
| Home >> All >> com >> sun >> syndication >> feed >> [ synd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.syndication.feed.synd
Interface SyndEnclosure

- All Superinterfaces:
- java.lang.Cloneable, com.sun.syndication.feed.CopyFrom
- All Known Implementing Classes:
- SyndEnclosureImpl
- public interface SyndEnclosure
- extends java.lang.Cloneable, com.sun.syndication.feed.CopyFrom
| 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 interface com.sun.syndication.feed.CopyFrom |
copyFrom, getInterface |
| Method Detail |
getUrl
public java.lang.String getUrl()
- Returns the enclosure URL.
setUrl
public void setUrl(java.lang.String url)
- Sets the enclosure URL.
getLength
public long getLength()
- Returns the enclosure length.
setLength
public void setLength(long length)
- Sets the enclosure length.
getType
public java.lang.String getType()
- Returns the enclosure type.
setType
public void setType(java.lang.String type)
- Sets the enclosure type.
|
|||||||||
| Home >> All >> com >> sun >> syndication >> feed >> [ synd overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC