| com.sun.syndication.feed.synd.SyndEnclosure
All known Subclasses: com.sun.syndication.feed.synd.SyndEnclosureImpl,
getLength | public long getLength()(Code) | | Returns the enclosure length.
the enclosure length, null if none. |
getType | public String getType()(Code) | | Returns the enclosure type.
the enclosure type, null if none. |
getUrl | public String getUrl()(Code) | | Returns the enclosure URL.
the enclosure URL, null if none. |
setLength | public void setLength(long length)(Code) | | Sets the enclosure length.
Parameters: length - the enclosure length to set, null if none. |
setType | public void setType(String type)(Code) | | Sets the enclosure type.
Parameters: type - the enclosure type to set, null if none. |
setUrl | public void setUrl(String url)(Code) | | Sets the enclosure URL.
Parameters: url - the enclosure URL to set, null if none. |
|
|