toxi.data.feeds
Class AtomEntry
java.lang.Object
toxi.data.feeds.AtomEntry
public class AtomEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AtomEntry
public AtomEntry()
getEnclosuresForType
public java.util.List<AtomLink> getEnclosuresForType(java.lang.String type)
- Returns a list of
AtomLink
s to enclosed items of the given MIME
type.
- Parameters:
type
- MIME type or null to retrieve all enclosures
- Returns:
- list