Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.syndication.feed.synd
Interface SyndEnclosure  view SyndEnclosure download SyndEnclosure.java

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.