|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeedInformation
This class contains information for iTunes podcast feeds that exist at the Channel level.
Field Summary |
---|
Fields inherited from interface org.rometools.feed.module.itunes.ITunes |
---|
URI |
Method Summary | |
---|---|
List |
getCategories()
The parent categories for this feed |
URL |
getImage()
Returns the URL for the image. |
String |
getOwnerEmailAddress()
Returns the owner email address for the feed. |
String |
getOwnerName()
Returns the owner name for the feed |
void |
setCategories(List categories)
The parent categories for this feed |
void |
setImage(URL image)
Sets the URL for the image. |
void |
setOwnerEmailAddress(String ownerEmailAddress)
Sets the owner email address for the feed. |
void |
setOwnerName(String ownerName)
Sets the owner name for the feed |
Methods inherited from interface org.rometools.feed.module.itunes.ITunes |
---|
getAuthor, getBlock, getExplicit, getKeywords, getSubtitle, getSummary, setAuthor, setBlock, setExplicit, setKeywords, setSubtitle, setSummary |
Methods inherited from interface com.sun.syndication.feed.module.Module |
---|
clone, getUri |
Methods inherited from interface com.sun.syndication.feed.CopyFrom |
---|
copyFrom, getInterface |
Method Detail |
---|
List getCategories()
void setCategories(List categories)
categories
- The parent categories for this feedvoid setImage(URL image)
image
- Sets the URL for the image.URL getImage()
void setOwnerEmailAddress(String ownerEmailAddress)
ownerEmailAddress
- Sets the owner email address for the feed.String getOwnerEmailAddress()
void setOwnerName(String ownerName)
ownerName
- Sets the owner name for the feedString getOwnerName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |