|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sauronsoftware.feed4j.bean.RawElement
it.sauronsoftware.feed4j.bean.FeedHeader
public class FeedHeader
This class is used to represent the feed header informations.
Constructor Summary | |
---|---|
FeedHeader()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
This method returns the feed description. |
FeedImage |
getImage()
This method return the feed image object representation. |
java.lang.String |
getLanguage()
This method returns the feed language code. |
java.net.URL |
getLink()
This method returns the link in the feed, usually it links a feed-related web page. |
java.util.Date |
getPubDate()
This method returns the feed publication date. |
java.lang.String |
getTitle()
This method return the feed title. |
java.net.URL |
getURL()
This method returns the feed URL. |
void |
setDescription(java.lang.String description)
This method sets the feed description. |
void |
setImage(FeedImage image)
This method sets the feed image. |
void |
setLanguage(java.lang.String language)
This method sets the feed language code. |
void |
setLink(java.net.URL link)
This method sets the link in the feed. |
void |
setPubDate(java.util.Date pubDate)
This method sets the feed publication date. |
void |
setTitle(java.lang.String title)
This method sets the feed title. |
void |
setURL(java.net.URL url)
This method sets the feed URL. |
Methods inherited from class it.sauronsoftware.feed4j.bean.RawElement |
---|
addAttribute, addNode, getAttribute, getAttributeCount, getAttributeValue, getElement, getElements, getElementValue, getName, getNamespaceURI, getNode, getNodeCount, getValue, removeNode, setName, setNamespaceURI, setValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeedHeader()
Method Detail |
---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- The feed description.public java.net.URL getLink()
public void setLink(java.net.URL link)
link
- The link in the feed.public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- The feed title.public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- The feed language code.public java.util.Date getPubDate()
public void setPubDate(java.util.Date pubDate)
pubDate
- The feed publication date.public FeedImage getImage()
public void setImage(FeedImage image)
image
- The feed image.public java.net.URL getURL()
public void setURL(java.net.URL url)
url
- he feed URL.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |