|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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> |
RssChannel.category
|
protected java.util.List<RssCategory> |
RssItem.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> |
RssChannel.getCategories()
Gets the value of the category property. |
java.util.List<RssCategory> |
RssItem.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
> |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |