org.jperdian.rss2.dom
Class RssEnclosure

java.lang.Object
  |
  +--org.jperdian.rss2.dom.RssEnclosure
All Implemented Interfaces:
java.io.Serializable

public class RssEnclosure
extends java.lang.Object
implements java.io.Serializable

Implementation of the enclosure element with a item that contains additional data

Author:
Christian Robert
See Also:
Serialized Form

Constructor Summary
RssEnclosure()
           
 
Method Summary
 long getLength()
           
 java.lang.String getType()
           
 java.net.URL getURL()
           
 void setLength(long length)
           
 void setType(java.lang.String type)
           
 void setURL(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RssEnclosure

public RssEnclosure()
Method Detail

getLength

public long getLength()

setLength

public void setLength(long length)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getURL

public java.net.URL getURL()

setURL

public void setURL(java.net.URL url)