|
||||||||||
| 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 com.sun.syndication.feed.module.itunes.ITunes |
|---|
URI |
| Method Summary | |
|---|---|
java.util.List |
getCategories()
The parent categories for this feed |
java.net.URL |
getImage()
Returns the URL for the image. |
java.lang.String |
getOwnerEmailAddress()
Returns the owner email address for the feed. |
java.lang.String |
getOwnerName()
Returns the owner name for the feed |
void |
setCategories(java.util.List categories)
The parent categories for this feed |
void |
setImage(java.net.URL image)
Sets the URL for the image. |
void |
setOwnerEmailAddress(java.lang.String ownerEmailAddress)
Sets the owner email address for the feed. |
void |
setOwnerName(java.lang.String ownerName)
Sets the owner name for the feed |
| Methods inherited from interface com.sun.syndication.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 |
|---|
java.util.List getCategories()
void setCategories(java.util.List categories)
categories - The parent categories for this feedvoid setImage(java.net.URL image)
image - Sets the URL for the image.java.net.URL getImage()
void setOwnerEmailAddress(java.lang.String ownerEmailAddress)
ownerEmailAddress - Sets the owner email address for the feed.java.lang.String getOwnerEmailAddress()
void setOwnerName(java.lang.String ownerName)
ownerName - Sets the owner name for the feedjava.lang.String getOwnerName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||