com.sun.syndication.feed.module.content
Interface ContentModule

All Superinterfaces:
java.lang.Cloneable, com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, java.io.Serializable
All Known Implementing Classes:
ContentModuleImpl

public interface ContentModule
extends com.sun.syndication.feed.module.Module

Version:
$Revision: 1.1 $
Author:
Robert "kebernet" Cooper

Field Summary
static java.lang.String RDF_URI
           
static java.lang.String URI
           
 
Method Summary
 void copyFrom(java.lang.Object obj)
           
 java.util.List getContentItems()
          Contains a list of ContentItems that represent the "Original Syntax" set.
 java.util.List getContents()
          Returns a List of Strings containing whatever new or original syntax items are in the element.
 java.util.List getEncodeds()
          Returns a List of Strings containing the New Syntax Encoded values are in the element.
 java.lang.Class getInterface()
           
 java.lang.String getUri()
           
 void setContentItems(java.util.List list)
          Contains a list of ContentItems that represent the "Original Syntax" set.
 void setContents(java.util.List contents)
          Sets a List of Strings containing whatever new or original syntax items are in the element.
 void setEncodeds(java.util.List encodeds)
          Sets a List of Strings containing the New Syntax Encoded values are in the element.
 java.lang.String toString(java.lang.String str)
           
 
Methods inherited from interface com.sun.syndication.feed.module.Module
clone
 

Field Detail

URI

static final java.lang.String URI
See Also:
Constant Field Values

RDF_URI

static final java.lang.String RDF_URI
See Also:
Constant Field Values
Method Detail

getEncodeds

java.util.List getEncodeds()
Returns a List of Strings containing the New Syntax Encoded values are in the element.

Returns:
List of content Strings

setEncodeds

void setEncodeds(java.util.List encodeds)
Sets a List of Strings containing the New Syntax Encoded values are in the element.


copyFrom

void copyFrom(java.lang.Object obj)
Specified by:
copyFrom in interface com.sun.syndication.feed.CopyFrom

getInterface

java.lang.Class getInterface()
Specified by:
getInterface in interface com.sun.syndication.feed.CopyFrom

getUri

java.lang.String getUri()
Specified by:
getUri in interface com.sun.syndication.feed.module.Module

toString

java.lang.String toString(java.lang.String str)

getContentItems

java.util.List getContentItems()
Contains a list of ContentItems that represent the "Original Syntax" set.

Returns:
List of ContentItems.
See Also:
com.totsp.xml.syndication.content.ContentItem

setContentItems

void setContentItems(java.util.List list)
Contains a list of ContentItems that represent the "Original Syntax" set.

Parameters:
List - of ContentItems.
See Also:
com.totsp.xml.syndication.content.ContentItem

getContents

java.util.List getContents()
Returns a List of Strings containing whatever new or original syntax items are in the element.

Returns:
List of content Strings

setContents

void setContents(java.util.List contents)
Sets a List of Strings containing whatever new or original syntax items are in the element.



Copyright © 2006-2009. All Rights Reserved.