com.sun.syndication.feed.synd
public interface SyndEnclosure extends Cloneable, CopyFrom
Method Summary | |
---|---|
long | getLength()
Returns the enclosure length.
|
String | getType()
Returns the enclosure type.
|
String | getUrl()
Returns the enclosure URL.
|
void | setLength(long length)
Sets the enclosure length.
|
void | setType(String type)
Sets the enclosure type.
|
void | setUrl(String url)
Sets the enclosure URL.
|
Returns: the enclosure length, null if none.
Returns: the enclosure type, null if none.
Returns: the enclosure URL, null if none.
Parameters: length the enclosure length to set, null if none.
Parameters: type the enclosure type to set, null if none.
Parameters: url the enclosure URL to set, null if none.