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

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

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

Fields in org.apache.wink.common.model.rss declared as RssTextInput
protected  RssTextInput RssChannel.textInput
           
 

Methods in org.apache.wink.common.model.rss that return RssTextInput
 RssTextInput ObjectFactory.createRssTextInput()
          Create an instance of RssTextInput
 RssTextInput RssChannel.getTextInput()
          Gets the value of the textInput property.
 

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

Methods in org.apache.wink.common.model.rss with parameters of type RssTextInput
 javax.xml.bind.JAXBElement<RssTextInput> ObjectFactory.createRssTextInput(RssTextInput value)
          Create an instance of JAXBElement < RssTextInput >
 void RssChannel.setTextInput(RssTextInput value)
          Sets the value of the textInput property.
 



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