org.rometools.feed.module.content
Interface ContentModule

All Superinterfaces:
Cloneable, com.sun.syndication.feed.CopyFrom, com.sun.syndication.feed.module.Module, 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 String RDF_URI
           
static String URI
           
 
Method Summary
 List getContentItems()
          Contains a list of ContentItems that represent the "Original Syntax" set.
 List getContents()
          Returns a List of Strings containing whatever new or original syntax items are in the element.
 List getEncodeds()
          Returns a List of Strings containing the New Syntax Encoded values are in the element.
 String getUri()
           
 void setContentItems(List list)
          Contains a list of ContentItems that represent the "Original Syntax" set.
 void setContents(List contents)
          Sets a List of Strings containing whatever new or original syntax items are in the element.
 void setEncodeds(List encodeds)
          Sets a List of Strings containing the New Syntax Encoded values are in the element.
 String toString(String str)
           
 
Methods inherited from interface com.sun.syndication.feed.module.Module
clone
 
Methods inherited from interface com.sun.syndication.feed.CopyFrom
copyFrom, getInterface
 

Field Detail

URI

static final String URI
See Also:
Constant Field Values

RDF_URI

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

getEncodeds

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(List encodeds)
Sets a List of Strings containing the New Syntax Encoded values are in the element.


getUri

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

toString

String toString(String str)

getContentItems

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(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

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(List contents)
Sets a List of Strings containing whatever new or original syntax items are in the element.



Copyright © 2013 ROME Project. All Rights Reserved.