blob: ba2f4b782bed63bc6e955870a85f5e6d198053d8 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_13) on Sat Nov 06 11:09:27 CDT 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
RssChannel (Apache Wink 1.1.2-incubating API)
</TITLE>
<META NAME="date" CONTENT="2010-11-06">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="RssChannel (Apache Wink 1.1.2-incubating API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RssChannel.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssCategory.html" title="class in org.apache.wink.common.model.rss"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssCloud.html" title="class in org.apache.wink.common.model.rss"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/wink/common/model/rss/RssChannel.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="RssChannel.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.wink.common.model.rss</FONT>
<BR>
Class RssChannel</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.wink.common.model.rss.RssChannel</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>RssChannel</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
<p>
Java class for "channel" element of <a
href="http://www.rssboard.org/rss-specification">RSS 2.0 Specification</a>.
<p>
The following schema fragment specifies the expected content contained within
this class.
<pre>
&lt;complexType name=&quot;rssChannel&quot;&gt;
&lt;complexContent&gt;
&lt;restriction base=&quot;{http://www.w3.org/2001/XMLSchema}anyType&quot;&gt;
&lt;sequence&gt;
&lt;element name=&quot;title&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}string&quot;/&gt;
&lt;element name=&quot;link&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}anyURI&quot;/&gt;
&lt;element name=&quot;description&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}string&quot;/&gt;
&lt;element name=&quot;language&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}string&quot; minOccurs=&quot;0&quot;/&gt;
&lt;element name=&quot;copyright&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}string&quot; minOccurs=&quot;0&quot;/&gt;
&lt;element name=&quot;managingEditor&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}string&quot; minOccurs=&quot;0&quot;/&gt;
&lt;element name=&quot;webMaster&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}string&quot; minOccurs=&quot;0&quot;/&gt;
&lt;element name=&quot;pubDate&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}string&quot; minOccurs=&quot;0&quot;/&gt;
&lt;element name=&quot;lastBuildDate&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}string&quot; minOccurs=&quot;0&quot;/&gt;
&lt;element name=&quot;category&quot; type=&quot;{}rssCategory&quot; maxOccurs=&quot;unbounded&quot; minOccurs=&quot;0&quot;/&gt;
&lt;element name=&quot;generator&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}string&quot; minOccurs=&quot;0&quot;/&gt;
&lt;element name=&quot;docs&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}anyURI&quot; minOccurs=&quot;0&quot;/&gt;
&lt;element name=&quot;cloud&quot; type=&quot;{}rssCloud&quot; minOccurs=&quot;0&quot;/&gt;
&lt;element name=&quot;ttl&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}int&quot; minOccurs=&quot;0&quot;/&gt;
&lt;element name=&quot;image&quot; type=&quot;{}rssImage&quot; minOccurs=&quot;0&quot;/&gt;
&lt;element name=&quot;rating&quot; type=&quot;{http://www.w3.org/2001/XMLSchema}string&quot; minOccurs=&quot;0&quot;/&gt;
&lt;element name=&quot;textInput&quot; type=&quot;{}rssTextInput&quot; minOccurs=&quot;0&quot;/&gt;
&lt;element name=&quot;skipHours&quot; type=&quot;{}rssSkipHours&quot; minOccurs=&quot;0&quot;/&gt;
&lt;element name=&quot;skipDays&quot; type=&quot;{}rssSkipDays&quot; minOccurs=&quot;0&quot;/&gt;
&lt;any/&gt;
&lt;element name=&quot;item&quot; type=&quot;{}rssItem&quot; maxOccurs=&quot;unbounded&quot; minOccurs=&quot;0&quot;/&gt;
&lt;/sequence&gt;
&lt;/restriction&gt;
&lt;/complexContent&gt;
&lt;/complexType&gt;
</pre>
<h4>Required channel elements</h4>
<p>
Here's a list of the required channel elements, each with a brief
description, an example, and where available, a pointer to a more complete
description.
</p>
<table cellspacing="10">
<tbody>
<tr valign="top">
<td><i>Element</i></td>
<td width="65%"><i>Description</i></td>
<td><i>Example</i></td>
</tr>
<tr valign="top">
<td><span>title</span></td>
<td>The name of the channel. It's how people refer to your service. If you
have an HTML website that contains the same information as your RSS file, the
title of your channel should be the same as the title of your website.</td>
<td>GoUpstate.com News Headlines</td>
</tr>
<tr valign="top">
<td><span>link</span></td>
<td>The URL to the HTML website corresponding to the channel.</td>
<td>http://www.goupstate.com/</td>
</tr>
<tr valign="top">
<td><span>description</span></td>
<td>Phrase or sentence describing the channel.</td>
<td>The latest news from GoUpstate.com, a Spartanburg Herald-Journal Web
site.</td>
</tr>
</tbody>
</table>
<h4>Optional channel elements</h4>
<p>
Here's a list of optional channel elements.
</p>
<table cellspacing="10">
<tbody>
<tr valign="top">
<td><i>Element</i></td>
<td width="65%"><i>Description</i></td>
<td><i>Example</i></td>
</tr>
<tr valign="top">
<td><span>language</span></td>
<td>The language the channel is written in. This allows aggregators to group
all Italian language sites, for example, on a single page. A list of
allowable values for this element, as provided by Netscape, is <a
href="http://www.rssboard.org/rss-language-codes">here</a>. You may also use
<a
href="http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes">values
defined</a> by the W3C.</td>
<td>en-us</td>
</tr>
<tr valign="top">
<td><span>copyright</span></td>
<td>Copyright notice for content in the channel.</td>
<td>Copyright 2002, Spartanburg Herald-Journal</td>
</tr>
<tr valign="top">
<td><span>managingEditor</span></td>
<td>Email address for person responsible for editorial content.</td>
<td>geo@herald.com (George Matesky)</td>
</tr>
<tr valign="top">
<td><span>webMaster</span></td>
<td>Email address for person responsible for technical issues relating to
channel.</td>
<td>betty@herald.com (Betty Guernsey)</td>
</tr>
<tr valign="top">
<td><span>pubDate</span></td>
<td>The publication date for the content in the channel. For example, the
<i>New York Times</i> publishes on a daily basis, the publication date flips
once every 24 hours. That's when the pubDate of the channel changes. All
date-times in RSS conform to the Date and Time Specification of <a
href="http://asg.web.cmu.edu/rfc/rfc822.html">RFC 822</a>, with the exception
that the year may be expressed with two characters or four characters (four
preferred).</td>
<td>Sat, 07 Sep 2002 00:00:01 GMT</td>
</tr>
<tr valign="top">
<td><span>lastBuildDate</span></td>
<td>The last time the content of the channel changed.</td>
<td>Sat, 07 Sep 2002 09:42:31 GMT</td>
</tr>
<tr valign="top">
<td><span>category</span></td>
<td>Specify one or more categories that the channel belongs to. Follows the
same rules as the &lt;item&gt;-level <A HREF="../../../../../../org/apache/wink/common/model/rss/RssCategory.html" title="class in org.apache.wink.common.model.rss">category</A>
element.</td>
<td>&lt;category&gt;Newspapers&lt;/category&gt;</td>
</tr>
<tr valign="top">
<td><span>generator</span></td>
<td>A string indicating the program used to generate the channel.</td>
<td>MightyInHouse Content System v2.3</td>
</tr>
<tr valign="top">
<td><span>docs</span></td>
<td>A URL that points to the <a
href="http://www.rssboard.org/rss-specification">documentation</a> for the
format used in the RSS file. It's probably a pointer to this page. It's for
people who might stumble across an RSS file on a Web server 25 years from now
and wonder what it is.</td>
<td>http://www.rssboard.org/rss-specification</td>
</tr>
<tr valign="top">
<td><span>cloud</span></td>
<td>Allows processes to register with a cloud to be notified of updates to
the channel, implementing a lightweight publish-subscribe protocol for RSS
feeds. More info <A HREF="../../../../../../org/apache/wink/common/model/rss/RssCloud.html" title="class in org.apache.wink.common.model.rss">here</A>.</td>
<td>&lt;cloud domain="rpc.sys.com" port="80" path="/RPC2"
registerProcedure="pingMe" protocol="soap"/&gt;</td>
</tr>
<tr valign="top">
<td><span>ttl</span></td>
<td>ttl stands for time to live. It's a number of minutes that indicates how
long a channel can be cached before refreshing from the source. This makes it
possible for RSS sources to be managed by a file-sharing network such as
Gnutella.</td>
<td>&lt;ttl&gt;60&lt;/ttl&gt;</td>
</tr>
<tr valign="top">
<td><span>image</span></td>
<td>Specifies a GIF, JPEG or PNG image that can be displayed with the
channel. More info <A HREF="../../../../../../org/apache/wink/common/model/rss/RssImage.html" title="class in org.apache.wink.common.model.rss">here</A>.</td>
<td></td>
</tr>
<tr valign="top">
<td><span>rating</span></td>
<td>The <a href="http://www.w3.org/PICS/">PICS</a> rating for the channel.</td>
<td></td>
</tr>
<tr valign="top">
<td><span>textInput</span></td>
<td>Specifies a text input box that can be displayed with the channel. More
info <A HREF="../../../../../../org/apache/wink/common/model/rss/RssTextInput.html" title="class in org.apache.wink.common.model.rss">here</A>.</td>
<td></td>
</tr>
<tr valign="top">
<td><span>skipHours</span></td>
<td>A hint for aggregators telling them which hours they can skip. More info
<A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipHours.html" title="class in org.apache.wink.common.model.rss">here</A>.</td>
<td></td>
</tr>
<tr valign="top">
<td><span>skipDays</span></td>
<td>A hint for aggregators telling them which days they can skip. More info
<A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipDays.html" title="class in org.apache.wink.common.model.rss">here</A>.</td>
<td></td>
</tr>
</tbody>
</table>
<P>
<P>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.util.List&lt;java.lang.Object&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#any">any</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.util.List&lt;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssCategory.html" title="class in org.apache.wink.common.model.rss">RssCategory</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#category">category</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssCloud.html" title="class in org.apache.wink.common.model.rss">RssCloud</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#cloud">cloud</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#copyright">copyright</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#description">description</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#docs">docs</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#generator">generator</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssImage.html" title="class in org.apache.wink.common.model.rss">RssImage</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#image">image</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.util.List&lt;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssItem.html" title="class in org.apache.wink.common.model.rss">RssItem</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#item">item</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#language">language</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#lastBuildDate">lastBuildDate</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#link">link</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#managingEditor">managingEditor</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#pubDate">pubDate</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#rating">rating</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipDays.html" title="class in org.apache.wink.common.model.rss">RssSkipDays</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#skipDays">skipDays</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipHours.html" title="class in org.apache.wink.common.model.rss">RssSkipHours</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#skipHours">skipHours</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssTextInput.html" title="class in org.apache.wink.common.model.rss">RssTextInput</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#textInput">textInput</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#title">title</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.Integer</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#ttl">ttl</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#webMaster">webMaster</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#RssChannel()">RssChannel</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an RssChannel object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#RssChannel(org.apache.wink.common.model.synd.SyndFeed)">RssChannel</A></B>(<A HREF="../../../../../../org/apache/wink/common/model/synd/SyndFeed.html" title="class in org.apache.wink.common.model.synd">SyndFeed</A>&nbsp;syndFeed)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an RssChannel object out of a SyndFeed object.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#convertJavaDateToRssDate(java.util.Date)">convertJavaDateToRssDate</A></B>(java.util.Date&nbsp;javaDate)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.util.Date</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#convertRssDateToJavaDate(java.lang.String)">convertRssDateToJavaDate</A></B>(java.lang.String&nbsp;rssDate)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.util.List&lt;java.lang.Object&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getAny()">getAny</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the any property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssCategory.html" title="class in org.apache.wink.common.model.rss">RssCategory</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getCategories()">getCategories</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the category property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssCloud.html" title="class in org.apache.wink.common.model.rss">RssCloud</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getCloud()">getCloud</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the cloud property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getCopyright()">getCopyright</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the copyright property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getDescription()">getDescription</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the description property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getDocs()">getDocs</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the docs property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getGenerator()">getGenerator</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the generator property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssImage.html" title="class in org.apache.wink.common.model.rss">RssImage</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getImage()">getImage</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the image property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssItem.html" title="class in org.apache.wink.common.model.rss">RssItem</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getItems()">getItems</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the item property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getLanguage()">getLanguage</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the language property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getLastBuildDate()">getLastBuildDate</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the lastBuildDate property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getLink()">getLink</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the link property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getManagingEditor()">getManagingEditor</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the managingEditor property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getPubDate()">getPubDate</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the pubDate property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getRating()">getRating</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the rating property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipDays.html" title="class in org.apache.wink.common.model.rss">RssSkipDays</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getSkipDays()">getSkipDays</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the skipDays property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipHours.html" title="class in org.apache.wink.common.model.rss">RssSkipHours</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getSkipHours()">getSkipHours</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the skipHours property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssTextInput.html" title="class in org.apache.wink.common.model.rss">RssTextInput</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getTextInput()">getTextInput</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the textInput property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getTitle()">getTitle</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the title property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.Integer</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getTtl()">getTtl</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the ttl property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#getWebMaster()">getWebMaster</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the webMaster property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setCloud(org.apache.wink.common.model.rss.RssCloud)">setCloud</A></B>(<A HREF="../../../../../../org/apache/wink/common/model/rss/RssCloud.html" title="class in org.apache.wink.common.model.rss">RssCloud</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the cloud property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setCopyright(java.lang.String)">setCopyright</A></B>(java.lang.String&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the copyright property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setDescription(java.lang.String)">setDescription</A></B>(java.lang.String&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the description property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setDocs(java.lang.String)">setDocs</A></B>(java.lang.String&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the docs property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setGenerator(java.lang.String)">setGenerator</A></B>(java.lang.String&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the generator property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setImage(org.apache.wink.common.model.rss.RssImage)">setImage</A></B>(<A HREF="../../../../../../org/apache/wink/common/model/rss/RssImage.html" title="class in org.apache.wink.common.model.rss">RssImage</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the image property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setLanguage(java.lang.String)">setLanguage</A></B>(java.lang.String&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the language property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setLastBuildDate(java.lang.String)">setLastBuildDate</A></B>(java.lang.String&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the lastBuildDate property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setLink(java.lang.String)">setLink</A></B>(java.lang.String&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the link property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setManagingEditor(java.lang.String)">setManagingEditor</A></B>(java.lang.String&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the managingEditor property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setPubDate(java.lang.String)">setPubDate</A></B>(java.lang.String&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the pubDate property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setRating(java.lang.String)">setRating</A></B>(java.lang.String&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the rating property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setSkipDays(org.apache.wink.common.model.rss.RssSkipDays)">setSkipDays</A></B>(<A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipDays.html" title="class in org.apache.wink.common.model.rss">RssSkipDays</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the skipDays property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setSkipHours(org.apache.wink.common.model.rss.RssSkipHours)">setSkipHours</A></B>(<A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipHours.html" title="class in org.apache.wink.common.model.rss">RssSkipHours</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the skipHours property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setTextInput(org.apache.wink.common.model.rss.RssTextInput)">setTextInput</A></B>(<A HREF="../../../../../../org/apache/wink/common/model/rss/RssTextInput.html" title="class in org.apache.wink.common.model.rss">RssTextInput</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the textInput property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setTitle(java.lang.String)">setTitle</A></B>(java.lang.String&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the title property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setTtl(java.lang.Integer)">setTtl</A></B>(java.lang.Integer&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the ttl property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#setWebMaster(java.lang.String)">setWebMaster</A></B>(java.lang.String&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the webMaster property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../../org/apache/wink/common/model/synd/SyndFeed.html" title="class in org.apache.wink.common.model.synd">SyndFeed</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../org/apache/wink/common/model/rss/RssChannel.html#toSynd(org.apache.wink.common.model.synd.SyndFeed)">toSynd</A></B>(<A HREF="../../../../../../org/apache/wink/common/model/synd/SyndFeed.html" title="class in org.apache.wink.common.model.synd">SyndFeed</A>&nbsp;syndFeed)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Maps an RssChannel object into a SyndFeed object.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="title"><!-- --></A><H3>
title</H3>
<PRE>
protected java.lang.String <B>title</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="link"><!-- --></A><H3>
link</H3>
<PRE>
protected java.lang.String <B>link</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="description"><!-- --></A><H3>
description</H3>
<PRE>
protected java.lang.String <B>description</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="language"><!-- --></A><H3>
language</H3>
<PRE>
protected java.lang.String <B>language</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="copyright"><!-- --></A><H3>
copyright</H3>
<PRE>
protected java.lang.String <B>copyright</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="managingEditor"><!-- --></A><H3>
managingEditor</H3>
<PRE>
protected java.lang.String <B>managingEditor</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="webMaster"><!-- --></A><H3>
webMaster</H3>
<PRE>
protected java.lang.String <B>webMaster</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="pubDate"><!-- --></A><H3>
pubDate</H3>
<PRE>
protected java.lang.String <B>pubDate</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="lastBuildDate"><!-- --></A><H3>
lastBuildDate</H3>
<PRE>
protected java.lang.String <B>lastBuildDate</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="category"><!-- --></A><H3>
category</H3>
<PRE>
protected java.util.List&lt;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssCategory.html" title="class in org.apache.wink.common.model.rss">RssCategory</A>&gt; <B>category</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="generator"><!-- --></A><H3>
generator</H3>
<PRE>
protected java.lang.String <B>generator</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="docs"><!-- --></A><H3>
docs</H3>
<PRE>
protected java.lang.String <B>docs</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="cloud"><!-- --></A><H3>
cloud</H3>
<PRE>
protected <A HREF="../../../../../../org/apache/wink/common/model/rss/RssCloud.html" title="class in org.apache.wink.common.model.rss">RssCloud</A> <B>cloud</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="ttl"><!-- --></A><H3>
ttl</H3>
<PRE>
protected java.lang.Integer <B>ttl</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="image"><!-- --></A><H3>
image</H3>
<PRE>
protected <A HREF="../../../../../../org/apache/wink/common/model/rss/RssImage.html" title="class in org.apache.wink.common.model.rss">RssImage</A> <B>image</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="rating"><!-- --></A><H3>
rating</H3>
<PRE>
protected java.lang.String <B>rating</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="textInput"><!-- --></A><H3>
textInput</H3>
<PRE>
protected <A HREF="../../../../../../org/apache/wink/common/model/rss/RssTextInput.html" title="class in org.apache.wink.common.model.rss">RssTextInput</A> <B>textInput</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="skipHours"><!-- --></A><H3>
skipHours</H3>
<PRE>
protected <A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipHours.html" title="class in org.apache.wink.common.model.rss">RssSkipHours</A> <B>skipHours</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="skipDays"><!-- --></A><H3>
skipDays</H3>
<PRE>
protected <A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipDays.html" title="class in org.apache.wink.common.model.rss">RssSkipDays</A> <B>skipDays</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="any"><!-- --></A><H3>
any</H3>
<PRE>
protected java.util.List&lt;java.lang.Object&gt; <B>any</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="item"><!-- --></A><H3>
item</H3>
<PRE>
protected java.util.List&lt;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssItem.html" title="class in org.apache.wink.common.model.rss">RssItem</A>&gt; <B>item</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="RssChannel()"><!-- --></A><H3>
RssChannel</H3>
<PRE>
public <B>RssChannel</B>()</PRE>
<DL>
<DD>Creates an RssChannel object.
<P>
</DL>
<HR>
<A NAME="RssChannel(org.apache.wink.common.model.synd.SyndFeed)"><!-- --></A><H3>
RssChannel</H3>
<PRE>
public <B>RssChannel</B>(<A HREF="../../../../../../org/apache/wink/common/model/synd/SyndFeed.html" title="class in org.apache.wink.common.model.synd">SyndFeed</A>&nbsp;syndFeed)</PRE>
<DL>
<DD>Creates an RssChannel object out of a SyndFeed object. Used for mapping
Syndication Object Model into RSS.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>syndFeed</CODE> - the SyndFeed object which has to be mapped into an
RssChannel object</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="toSynd(org.apache.wink.common.model.synd.SyndFeed)"><!-- --></A><H3>
toSynd</H3>
<PRE>
public <A HREF="../../../../../../org/apache/wink/common/model/synd/SyndFeed.html" title="class in org.apache.wink.common.model.synd">SyndFeed</A> <B>toSynd</B>(<A HREF="../../../../../../org/apache/wink/common/model/synd/SyndFeed.html" title="class in org.apache.wink.common.model.synd">SyndFeed</A>&nbsp;syndFeed)</PRE>
<DL>
<DD>Maps an RssChannel object into a SyndFeed object. Used for mapping RSS
into Syndication Object Model.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>syndFeed</CODE> - the syndFeed object into which the given RssChannel
object has to be mapped into
<DT><B>Returns:</B><DD>the SyndFeed object into which the given RssChannel object has
been mapped into</DL>
</DD>
</DL>
<HR>
<A NAME="getTitle()"><!-- --></A><H3>
getTitle</H3>
<PRE>
public java.lang.String <B>getTitle</B>()</PRE>
<DL>
<DD>Gets the value of the title property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setTitle(java.lang.String)"><!-- --></A><H3>
setTitle</H3>
<PRE>
public void <B>setTitle</B>(java.lang.String&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the title property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getLink()"><!-- --></A><H3>
getLink</H3>
<PRE>
public java.lang.String <B>getLink</B>()</PRE>
<DL>
<DD>Gets the value of the link property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setLink(java.lang.String)"><!-- --></A><H3>
setLink</H3>
<PRE>
public void <B>setLink</B>(java.lang.String&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the link property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getDescription()"><!-- --></A><H3>
getDescription</H3>
<PRE>
public java.lang.String <B>getDescription</B>()</PRE>
<DL>
<DD>Gets the value of the description property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setDescription(java.lang.String)"><!-- --></A><H3>
setDescription</H3>
<PRE>
public void <B>setDescription</B>(java.lang.String&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the description property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getLanguage()"><!-- --></A><H3>
getLanguage</H3>
<PRE>
public java.lang.String <B>getLanguage</B>()</PRE>
<DL>
<DD>Gets the value of the language property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setLanguage(java.lang.String)"><!-- --></A><H3>
setLanguage</H3>
<PRE>
public void <B>setLanguage</B>(java.lang.String&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the language property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getCopyright()"><!-- --></A><H3>
getCopyright</H3>
<PRE>
public java.lang.String <B>getCopyright</B>()</PRE>
<DL>
<DD>Gets the value of the copyright property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setCopyright(java.lang.String)"><!-- --></A><H3>
setCopyright</H3>
<PRE>
public void <B>setCopyright</B>(java.lang.String&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the copyright property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getManagingEditor()"><!-- --></A><H3>
getManagingEditor</H3>
<PRE>
public java.lang.String <B>getManagingEditor</B>()</PRE>
<DL>
<DD>Gets the value of the managingEditor property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setManagingEditor(java.lang.String)"><!-- --></A><H3>
setManagingEditor</H3>
<PRE>
public void <B>setManagingEditor</B>(java.lang.String&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the managingEditor property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getWebMaster()"><!-- --></A><H3>
getWebMaster</H3>
<PRE>
public java.lang.String <B>getWebMaster</B>()</PRE>
<DL>
<DD>Gets the value of the webMaster property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setWebMaster(java.lang.String)"><!-- --></A><H3>
setWebMaster</H3>
<PRE>
public void <B>setWebMaster</B>(java.lang.String&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the webMaster property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getPubDate()"><!-- --></A><H3>
getPubDate</H3>
<PRE>
public java.lang.String <B>getPubDate</B>()</PRE>
<DL>
<DD>Gets the value of the pubDate property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setPubDate(java.lang.String)"><!-- --></A><H3>
setPubDate</H3>
<PRE>
public void <B>setPubDate</B>(java.lang.String&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the pubDate property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getLastBuildDate()"><!-- --></A><H3>
getLastBuildDate</H3>
<PRE>
public java.lang.String <B>getLastBuildDate</B>()</PRE>
<DL>
<DD>Gets the value of the lastBuildDate property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setLastBuildDate(java.lang.String)"><!-- --></A><H3>
setLastBuildDate</H3>
<PRE>
public void <B>setLastBuildDate</B>(java.lang.String&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the lastBuildDate property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getCategories()"><!-- --></A><H3>
getCategories</H3>
<PRE>
public java.util.List&lt;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssCategory.html" title="class in org.apache.wink.common.model.rss">RssCategory</A>&gt; <B>getCategories</B>()</PRE>
<DL>
<DD>Gets the value of the category property.
<p>
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list will
be present inside the JAXB object. This is why there is not a
<CODE>set</CODE> method for the category property.
<p>
For example, to add a new item, do as follows:
<pre>
getCategory().add(newItem);
</pre>
<p>
Objects of the following type(s) are allowed in the list
<A HREF="../../../../../../org/apache/wink/common/model/rss/RssCategory.html" title="class in org.apache.wink.common.model.rss"><CODE>RssCategory</CODE></A>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getGenerator()"><!-- --></A><H3>
getGenerator</H3>
<PRE>
public java.lang.String <B>getGenerator</B>()</PRE>
<DL>
<DD>Gets the value of the generator property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setGenerator(java.lang.String)"><!-- --></A><H3>
setGenerator</H3>
<PRE>
public void <B>setGenerator</B>(java.lang.String&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the generator property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getDocs()"><!-- --></A><H3>
getDocs</H3>
<PRE>
public java.lang.String <B>getDocs</B>()</PRE>
<DL>
<DD>Gets the value of the docs property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setDocs(java.lang.String)"><!-- --></A><H3>
setDocs</H3>
<PRE>
public void <B>setDocs</B>(java.lang.String&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the docs property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getCloud()"><!-- --></A><H3>
getCloud</H3>
<PRE>
public <A HREF="../../../../../../org/apache/wink/common/model/rss/RssCloud.html" title="class in org.apache.wink.common.model.rss">RssCloud</A> <B>getCloud</B>()</PRE>
<DL>
<DD>Gets the value of the cloud property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <A HREF="../../../../../../org/apache/wink/common/model/rss/RssCloud.html" title="class in org.apache.wink.common.model.rss"><CODE>RssCloud</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setCloud(org.apache.wink.common.model.rss.RssCloud)"><!-- --></A><H3>
setCloud</H3>
<PRE>
public void <B>setCloud</B>(<A HREF="../../../../../../org/apache/wink/common/model/rss/RssCloud.html" title="class in org.apache.wink.common.model.rss">RssCloud</A>&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the cloud property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <A HREF="../../../../../../org/apache/wink/common/model/rss/RssCloud.html" title="class in org.apache.wink.common.model.rss"><CODE>RssCloud</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getTtl()"><!-- --></A><H3>
getTtl</H3>
<PRE>
public java.lang.Integer <B>getTtl</B>()</PRE>
<DL>
<DD>Gets the value of the ttl property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <CODE>Integer</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setTtl(java.lang.Integer)"><!-- --></A><H3>
setTtl</H3>
<PRE>
public void <B>setTtl</B>(java.lang.Integer&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the ttl property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <CODE>Integer</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getImage()"><!-- --></A><H3>
getImage</H3>
<PRE>
public <A HREF="../../../../../../org/apache/wink/common/model/rss/RssImage.html" title="class in org.apache.wink.common.model.rss">RssImage</A> <B>getImage</B>()</PRE>
<DL>
<DD>Gets the value of the image property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <A HREF="../../../../../../org/apache/wink/common/model/rss/RssImage.html" title="class in org.apache.wink.common.model.rss"><CODE>RssImage</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setImage(org.apache.wink.common.model.rss.RssImage)"><!-- --></A><H3>
setImage</H3>
<PRE>
public void <B>setImage</B>(<A HREF="../../../../../../org/apache/wink/common/model/rss/RssImage.html" title="class in org.apache.wink.common.model.rss">RssImage</A>&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the image property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <A HREF="../../../../../../org/apache/wink/common/model/rss/RssImage.html" title="class in org.apache.wink.common.model.rss"><CODE>RssImage</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getRating()"><!-- --></A><H3>
getRating</H3>
<PRE>
public java.lang.String <B>getRating</B>()</PRE>
<DL>
<DD>Gets the value of the rating property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="setRating(java.lang.String)"><!-- --></A><H3>
setRating</H3>
<PRE>
public void <B>setRating</B>(java.lang.String&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the rating property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <CODE>String</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="getTextInput()"><!-- --></A><H3>
getTextInput</H3>
<PRE>
public <A HREF="../../../../../../org/apache/wink/common/model/rss/RssTextInput.html" title="class in org.apache.wink.common.model.rss">RssTextInput</A> <B>getTextInput</B>()</PRE>
<DL>
<DD>Gets the value of the textInput property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <A HREF="../../../../../../org/apache/wink/common/model/rss/RssTextInput.html" title="class in org.apache.wink.common.model.rss"><CODE>RssTextInput</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setTextInput(org.apache.wink.common.model.rss.RssTextInput)"><!-- --></A><H3>
setTextInput</H3>
<PRE>
public void <B>setTextInput</B>(<A HREF="../../../../../../org/apache/wink/common/model/rss/RssTextInput.html" title="class in org.apache.wink.common.model.rss">RssTextInput</A>&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the textInput property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <A HREF="../../../../../../org/apache/wink/common/model/rss/RssTextInput.html" title="class in org.apache.wink.common.model.rss"><CODE>RssTextInput</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getSkipHours()"><!-- --></A><H3>
getSkipHours</H3>
<PRE>
public <A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipHours.html" title="class in org.apache.wink.common.model.rss">RssSkipHours</A> <B>getSkipHours</B>()</PRE>
<DL>
<DD>Gets the value of the skipHours property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipHours.html" title="class in org.apache.wink.common.model.rss"><CODE>RssSkipHours</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setSkipHours(org.apache.wink.common.model.rss.RssSkipHours)"><!-- --></A><H3>
setSkipHours</H3>
<PRE>
public void <B>setSkipHours</B>(<A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipHours.html" title="class in org.apache.wink.common.model.rss">RssSkipHours</A>&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the skipHours property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipHours.html" title="class in org.apache.wink.common.model.rss"><CODE>RssSkipHours</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getSkipDays()"><!-- --></A><H3>
getSkipDays</H3>
<PRE>
public <A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipDays.html" title="class in org.apache.wink.common.model.rss">RssSkipDays</A> <B>getSkipDays</B>()</PRE>
<DL>
<DD>Gets the value of the skipDays property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is <A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipDays.html" title="class in org.apache.wink.common.model.rss"><CODE>RssSkipDays</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setSkipDays(org.apache.wink.common.model.rss.RssSkipDays)"><!-- --></A><H3>
setSkipDays</H3>
<PRE>
public void <B>setSkipDays</B>(<A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipDays.html" title="class in org.apache.wink.common.model.rss">RssSkipDays</A>&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the skipDays property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is <A HREF="../../../../../../org/apache/wink/common/model/rss/RssSkipDays.html" title="class in org.apache.wink.common.model.rss"><CODE>RssSkipDays</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getAny()"><!-- --></A><H3>
getAny</H3>
<PRE>
public java.util.List&lt;java.lang.Object&gt; <B>getAny</B>()</PRE>
<DL>
<DD>Gets the value of the any property.
<p>
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list will
be present inside the JAXB object. This is why there is not a
<CODE>set</CODE> method for the any property.
<p>
For example, to add a new item, do as follows:
<pre>
getAny().add(newItem);
</pre>
<p>
Objects of the following type(s) are allowed in the list <CODE>Object</CODE>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getItems()"><!-- --></A><H3>
getItems</H3>
<PRE>
public java.util.List&lt;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssItem.html" title="class in org.apache.wink.common.model.rss">RssItem</A>&gt; <B>getItems</B>()</PRE>
<DL>
<DD>Gets the value of the item property.
<p>
This accessor method returns a reference to the live list, not a
snapshot. Therefore any modification you make to the returned list will
be present inside the JAXB object. This is why there is not a
<CODE>set</CODE> method for the item property.
<p>
For example, to add a new item, do as follows:
<pre>
getItem().add(newItem);
</pre>
<p>
Objects of the following type(s) are allowed in the list <A HREF="../../../../../../org/apache/wink/common/model/rss/RssItem.html" title="class in org.apache.wink.common.model.rss"><CODE>RssItem</CODE></A>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="convertJavaDateToRssDate(java.util.Date)"><!-- --></A><H3>
convertJavaDateToRssDate</H3>
<PRE>
public static java.lang.String <B>convertJavaDateToRssDate</B>(java.util.Date&nbsp;javaDate)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="convertRssDateToJavaDate(java.lang.String)"><!-- --></A><H3>
convertRssDateToJavaDate</H3>
<PRE>
public static java.util.Date <B>convertRssDateToJavaDate</B>(java.lang.String&nbsp;rssDate)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/RssChannel.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssCategory.html" title="class in org.apache.wink.common.model.rss"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../../org/apache/wink/common/model/rss/RssCloud.html" title="class in org.apache.wink.common.model.rss"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/apache/wink/common/model/rss/RssChannel.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="RssChannel.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright &#169; 2009-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>