<AHREF="../../../../../com/sun/syndication/feed/synd/SyndCategoryImpl.html"title="class in com.sun.syndication.feed.synd"><B>PREV CLASS</B></A>
<AHREF="../../../../../com/sun/syndication/feed/synd/SyndContentImpl.html"title="class in com.sun.syndication.feed.synd"><B>NEXT CLASS</B></A></FONT></TD>
<DT><B>All Superinterfaces:</B><DD><AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Cloneable.html?is-external=true"title="class or interface in java.lang">Cloneable</A>, <AHREF="../../../../../com/sun/syndication/feed/CopyFrom.html"title="interface in com.sun.syndication.feed">CopyFrom</A><<AHREF="../../../../../com/sun/syndication/feed/synd/SyndContent.html"title="interface in com.sun.syndication.feed.synd">SyndContent</A>></DD>
</DL>
<DL>
<DT><B>All Known Implementing Classes:</B><DD><AHREF="../../../../../com/sun/syndication/feed/synd/SyndContentImpl.html"title="class in com.sun.syndication.feed.synd">SyndContentImpl</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public interface <B>SyndContent</B><DT>extends <AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Cloneable.html?is-external=true"title="class or interface in java.lang">Cloneable</A>, <AHREF="../../../../../com/sun/syndication/feed/CopyFrom.html"title="interface in com.sun.syndication.feed">CopyFrom</A><<AHREF="../../../../../com/sun/syndication/feed/synd/SyndContent.html"title="interface in com.sun.syndication.feed.synd">SyndContent</A>></DL>
</PRE>
<P>
Bean interface for content of SyndFeedImpl entries.
<CODE> <AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A></CODE></FONT></TD>
<CODE> <AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A></CODE></FONT></TD>
<CODE> <AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A></CODE></FONT></TD>
<CODE> <AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><AHREF="../../../../../com/sun/syndication/feed/synd/SyndContent.html#setMode(java.lang.String)">setMode</A></B>(<AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A> mode)</CODE>
<BR>
Sets the content mode (needed for Atom 0.3 support).</TD>
<TD><CODE><B><AHREF="../../../../../com/sun/syndication/feed/synd/SyndContent.html#setType(java.lang.String)">setType</A></B>(<AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A> type)</CODE>
<BR>
Sets the content type.</TD>
<TD><CODE><B><AHREF="../../../../../com/sun/syndication/feed/synd/SyndContent.html#setValue(java.lang.String)">setValue</A></B>(<AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A> value)</CODE>
<BR>
Sets the content value.</TD>
<THALIGN="left"><B>Methods inherited from interface com.sun.syndication.feed.<AHREF="../../../../../com/sun/syndication/feed/CopyFrom.html"title="interface in com.sun.syndication.feed">CopyFrom</A></B></TH>
<AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A><B>getType</B>()</PRE>
<DL>
<DD>Returns the content type.
<p>
When used for the description of an entry, if <b>null</b> 'text/plain' must be assumed.
<p>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the content type, <b>null</b> if none.</DL>
void <B>setType</B>(<AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A> type)</PRE>
<DL>
<DD>Sets the content type.
<p>
When used for the description of an entry, if <b>null</b> 'text/plain' must be assumed.
<p>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>type</CODE> - the content type to set, <b>null</b> if none.</DL>
</DD>
</DL>
<HR>
<ANAME="getMode()"><!----></A><H3>
getMode</H3>
<PRE>
<AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A><B>getMode</B>()</PRE>
<DL>
<DD>Gets the content mode (needed for Atom 0.3 support).
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>type the content, <b>null</b> if none.</DL>
void <B>setMode</B>(<AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A> mode)</PRE>
<DL>
<DD>Sets the content mode (needed for Atom 0.3 support).
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>mode</CODE> - the content mode to set, <b>null</b> if none.</DL>
</DD>
</DL>
<HR>
<ANAME="getValue()"><!----></A><H3>
getValue</H3>
<PRE>
<AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A><B>getValue</B>()</PRE>
<DL>
<DD>Returns the content value.
<p>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the content value, <b>null</b> if none.</DL>
void <B>setValue</B>(<AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true"title="class or interface in java.lang">String</A> value)</PRE>
<DL>
<DD>Sets the content value.
<p>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - the content value to set, <b>null</b> if none.</DL>
</DD>
</DL>
<HR>
<ANAME="clone()"><!----></A><H3>
clone</H3>
<PRE>
<AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true"title="class or interface in java.lang">Object</A><B>clone</B>()
throws <AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CloneNotSupportedException.html?is-external=true"title="class or interface in java.lang">CloneNotSupportedException</A></PRE>
<DL>
<DD>Creates a deep clone of the object.
<p>
<P>
<DD><DL>
</DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>a clone of the object.
<DT><B>Throws:</B>
<DD><CODE><AHREF="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/CloneNotSupportedException.html?is-external=true"title="class or interface in java.lang">CloneNotSupportedException</A></CODE> - thrown if an element of the object cannot be cloned.</DL>
<AHREF="../../../../../com/sun/syndication/feed/synd/SyndCategoryImpl.html"title="class in com.sun.syndication.feed.synd"><B>PREV CLASS</B></A>
<AHREF="../../../../../com/sun/syndication/feed/synd/SyndContentImpl.html"title="class in com.sun.syndication.feed.synd"><B>NEXT CLASS</B></A></FONT></TD>