toxi.data.feeds
Class RSSEnclosure

java.lang.Object
  extended by toxi.data.feeds.RSSEnclosure

public class RSSEnclosure
extends java.lang.Object


Field Summary
 int length
           
 java.lang.String type
           
 java.lang.String url
           
 
Constructor Summary
RSSEnclosure()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

url

public java.lang.String url

type

public java.lang.String type

length

public int length
Constructor Detail

RSSEnclosure

public RSSEnclosure()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object