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

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

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

Fields in org.apache.wink.common.model.rss declared as RssSkipHours
protected  RssSkipHours RssChannel.skipHours
           
 

Methods in org.apache.wink.common.model.rss that return RssSkipHours
 RssSkipHours ObjectFactory.createRssSkipHours()
          Create an instance of RssSkipHours
 RssSkipHours RssChannel.getSkipHours()
          Gets the value of the skipHours property.
 

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

Methods in org.apache.wink.common.model.rss with parameters of type RssSkipHours
 javax.xml.bind.JAXBElement<RssSkipHours> ObjectFactory.createRssSkipHours(RssSkipHours value)
          Create an instance of JAXBElement < RssSkipHours >
 void RssChannel.setSkipHours(RssSkipHours value)
          Sets the value of the skipHours property.
 



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