Uses of Class
org.apache.wink.common.model.rss.RssChannel

Packages that use RssChannel
org.apache.wink.common.model.rss   
 

Uses of RssChannel in org.apache.wink.common.model.rss
 

Fields in org.apache.wink.common.model.rss declared as RssChannel
protected  RssChannel RssFeed.channel
           
 

Methods in org.apache.wink.common.model.rss that return RssChannel
 RssChannel ObjectFactory.createRssChannel()
          Create an instance of RssChannel
 RssChannel RssFeed.getChannel()
          Gets the value of the channel property.
 

Methods in org.apache.wink.common.model.rss that return types with arguments of type RssChannel
 javax.xml.bind.JAXBElement<RssChannel> ObjectFactory.createRssChannel(RssChannel value)
          Create an instance of JAXBElement < RssChannel >
 

Methods in org.apache.wink.common.model.rss with parameters of type RssChannel
 javax.xml.bind.JAXBElement<RssChannel> ObjectFactory.createRssChannel(RssChannel value)
          Create an instance of JAXBElement < RssChannel >
 void RssFeed.setChannel(RssChannel value)
          Sets the value of the channel property.
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.