com.sun.syndication.feed.module.content
Class ContentItem

java.lang.Object
  extended by com.sun.syndication.feed.module.content.ContentItem
All Implemented Interfaces:
java.lang.Cloneable

public class ContentItem
extends java.lang.Object
implements java.lang.Cloneable

This class represents a content item per the "Original Syntax". http://purl.org/rss/1.0/modules/content/

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

Constructor Summary
ContentItem()
          Creates a new instance of ContentItem
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getContentAbout()
           
 java.lang.String getContentEncoding()
           
 java.lang.String getContentFormat()
           
 java.lang.String getContentResource()
           
 java.lang.String getContentValue()
           
 java.util.List getContentValueDOM()
           
 java.util.List getContentValueNamespaces()
           
 java.lang.String getContentValueParseType()
           
 void setContentAbout(java.lang.String contentAbout)
           
 void setContentEncoding(java.lang.String contentEncoding)
           
 void setContentFormat(java.lang.String contentFormat)
           
 void setContentResource(java.lang.String contentResource)
           
 void setContentValue(java.lang.String contentValue)
           
 void setContentValueDOM(java.util.List contentValueDOM)
           
 void setContentValueNamespaces(java.util.List contentValueNamespace)
           
 void setContentValueParseType(java.lang.String contentValueParseType)
           
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentItem

public ContentItem()
Creates a new instance of ContentItem

Method Detail

getContentFormat

public java.lang.String getContentFormat()

setContentFormat

public void setContentFormat(java.lang.String contentFormat)

getContentEncoding

public java.lang.String getContentEncoding()

setContentEncoding

public void setContentEncoding(java.lang.String contentEncoding)

getContentValue

public java.lang.String getContentValue()

setContentValue

public void setContentValue(java.lang.String contentValue)

getContentValueDOM

public java.util.List getContentValueDOM()

setContentValueDOM

public void setContentValueDOM(java.util.List contentValueDOM)

getContentAbout

public java.lang.String getContentAbout()

setContentAbout

public void setContentAbout(java.lang.String contentAbout)

getContentValueParseType

public java.lang.String getContentValueParseType()

setContentValueParseType

public void setContentValueParseType(java.lang.String contentValueParseType)

getContentValueNamespaces

public java.util.List getContentValueNamespaces()

setContentValueNamespaces

public void setContentValueNamespaces(java.util.List contentValueNamespace)

getContentResource

public java.lang.String getContentResource()

setContentResource

public void setContentResource(java.lang.String contentResource)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object


Copyright © 2006-2009. All Rights Reserved.