com.sun.syndication.feed.module.itunes
Interface FeedInformation

All Superinterfaces:
java.lang.Cloneable, com.sun.syndication.feed.CopyFrom, ITunes, com.sun.syndication.feed.module.Module, java.io.Serializable
All Known Implementing Classes:
FeedInformationImpl

public interface FeedInformation
extends ITunes

This class contains information for iTunes podcast feeds that exist at the Channel level.

Version:
$Revision: 1.2 $
Author:
Robert "kebernet" Cooper

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

getCategories

java.util.List getCategories()
The parent categories for this feed

Returns:
The parent categories for this feed

setCategories

void setCategories(java.util.List categories)
The parent categories for this feed

Parameters:
categories - The parent categories for this feed

setImage

void setImage(java.net.URL image)
Sets the URL for the image. NOTE: To specification images should be in PNG or JPEG format.

Parameters:
image - Sets the URL for the image.

getImage

java.net.URL getImage()
Returns the URL for the image. NOTE: To specification images should be in PNG or JPEG format.

Returns:
Returns the URL for the image.

setOwnerEmailAddress

void setOwnerEmailAddress(java.lang.String ownerEmailAddress)
Sets the owner email address for the feed.

Parameters:
ownerEmailAddress - Sets the owner email address for the feed.

getOwnerEmailAddress

java.lang.String getOwnerEmailAddress()
Returns the owner email address for the feed.

Returns:
Returns the owner email address for the feed.

setOwnerName

void setOwnerName(java.lang.String ownerName)
Sets the owner name for the feed

Parameters:
ownerName - Sets the owner name for the feed

getOwnerName

java.lang.String getOwnerName()
Returns the owner name for the feed

Returns:
Returns the owner name for the feed


Copyright © 2006-2009. All Rights Reserved.