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

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

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

Fields in org.apache.wink.common.model.rss declared as RssCloud
protected  RssCloud RssChannel.cloud
           
 

Methods in org.apache.wink.common.model.rss that return RssCloud
 RssCloud ObjectFactory.createRssCloud()
          Create an instance of RssCloud
 RssCloud RssChannel.getCloud()
          Gets the value of the cloud property.
 

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

Methods in org.apache.wink.common.model.rss with parameters of type RssCloud
 javax.xml.bind.JAXBElement<RssCloud> ObjectFactory.createRssCloud(RssCloud value)
          Create an instance of JAXBElement < RssCloud >
 void RssChannel.setCloud(RssCloud value)
          Sets the value of the cloud property.
 



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