This project has retired. For details please refer to its Attic page.

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

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

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

Fields in org.apache.wink.common.model.rss with type parameters of type RssItem
protected  java.util.List<RssItem> RssChannel.item
           
 

Methods in org.apache.wink.common.model.rss that return RssItem
 RssItem ObjectFactory.createRssItem()
          Create an instance of RssItem
 

Methods in org.apache.wink.common.model.rss that return types with arguments of type RssItem
 javax.xml.bind.JAXBElement<RssItem> ObjectFactory.createRssItem(RssItem value)
          Create an instance of JAXBElement < RssItem >
 java.util.List<RssItem> RssChannel.getItems()
          Gets the value of the item property.
 

Methods in org.apache.wink.common.model.rss with parameters of type RssItem
 javax.xml.bind.JAXBElement<RssItem> ObjectFactory.createRssItem(RssItem value)
          Create an instance of JAXBElement < RssItem >
 



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