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

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

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

Fields in org.apache.wink.common.model.rss declared as RssGuid
protected  RssGuid RssItem.guid
           
 

Methods in org.apache.wink.common.model.rss that return RssGuid
 RssGuid ObjectFactory.createRssGuid()
          Create an instance of RssGuid
 RssGuid RssItem.getGuid()
          Gets the value of the guid property.
 

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

Methods in org.apache.wink.common.model.rss with parameters of type RssGuid
 javax.xml.bind.JAXBElement<RssGuid> ObjectFactory.createRssGuid(RssGuid value)
          Create an instance of JAXBElement < RssGuid >
 void RssItem.setGuid(RssGuid value)
          Sets the value of the guid property.
 



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