toxi.data.feeds
Class AtomEntry

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

public class AtomEntry
extends java.lang.Object


Field Summary
 AtomAuthor author
           
 AtomContent content
           
 java.lang.String id
           
 java.util.List<AtomLink> links
           
 javax.xml.datatype.XMLGregorianCalendar timePublished
           
 javax.xml.datatype.XMLGregorianCalendar timeUpdated
           
 java.lang.String title
           
 
Constructor Summary
AtomEntry()
           
 
Method Summary
 java.util.List<AtomLink> getEnclosuresForType(java.lang.String type)
          Returns a list of AtomLinks to enclosed items of the given MIME type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public java.lang.String title

id

public java.lang.String id

author

public AtomAuthor author

content

public AtomContent content

timePublished

public javax.xml.datatype.XMLGregorianCalendar timePublished

timeUpdated

public javax.xml.datatype.XMLGregorianCalendar timeUpdated

links

public java.util.List<AtomLink> links
Constructor Detail

AtomEntry

public AtomEntry()
Method Detail

getEnclosuresForType

public java.util.List<AtomLink> getEnclosuresForType(java.lang.String type)
Returns a list of AtomLinks to enclosed items of the given MIME type.

Parameters:
type - MIME type or null to retrieve all enclosures
Returns:
list