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

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

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

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

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

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

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



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