|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipworks.AtomEntry
public class AtomEntry
An Atom entry as it is received from the Atom feed.
When an Atom feed is parsed by the component, each item
is parsed into an AtomEntry
type.
AuthorEmail: This field contains the email address of the author.
AuthorName: This field contains the name of the author.
AuthorUri: This field contains the URI of the author.
CategoryLabel: This field contains a textual description of the label for the category.
CategoryScheme: This field identifies a categorization scheme.
CategoryTerm: This field contains the category to which the entry or feed belongs.
Content: This field contains the text contents of an Atom entry.
ContentTextType: This field contains the text type of the content of the entry. Atom textual content can either be html, xhtml or text.
ContributorEmail: This field contains the email address of the contributor.
ContributorName: This field contains the name of the contributor.
ContributorUri: This field contains the URI of the contributor.
Copyright: This field is used a textual description of the copyright statement for the current ATOM feed
Created: This field contains a Date value that indicates the time that the current entry was created.
EntryXML:
This field contains the full XML contents of the entry. Unless the properties of the AtomEntry
are modified, this value will contain the original XML from the Atom feed.
NOTE: When setting this field, the entire contents of the entry must be supplied including the entry tags. All previous entry values will be lost.
Id: The Id conveys a permanent, universally unique identifier for an entry or feed. This contains an IRI as defined by RFC3987.
Issued: This field contains a Date value that indicates the time that the current entry was issued.
LinkHref: This field contains the location of the link.
LinkHrefLang: This field contains the language of the content at the link.
LinkLength: This field contains the length (in bytes) of the content at the link.
LinkRel: This field indicates the relation of the linked content to the feed. The following relations are defined by RFC 4287.
LinkTitle: This field contains the title of the link.
LinkType: This field contains the MIME type of the content at the link.
Modified: This field contains a Date value that indicates the time in which the current entry was last modified.
Published: This field contains the date that the entry was first created.
Rights: This field contains information about the rights of the given entry.
RightsTextType: Text type of the rights of the feed. Atom textual content can either be html, xhtml or text.
Source: This field is used when an entry has been copied from one feed to another feed. It preserves all child element of the feed other than entries.
Summary: This field contains a short textual description of the Atom entry.
SummaryTextType: This field contains the text type of the summary of the entry. Atom textual content can either be html, xhtml or text.
Title: This field contains the title of the current Atom Feed. Typically the title of the channel is similar to that of the web page where the Atom content is hosted.
TitleTextType: This field contains the text type of the title of the feed. Atom textual content can either be html, xhtml or text.
Updated: This field contains the date and time that the feed was updated.
Atom
,
Atom.AtomEntry
Field Summary | |
---|---|
static int |
ttHTML
|
static int |
ttText
|
static int |
ttXHTML
|
Constructor Summary | |
---|---|
AtomEntry()
|
|
AtomEntry(java.lang.String title)
|
|
AtomEntry(java.lang.String title,
java.lang.String content)
|
|
AtomEntry(java.lang.String title,
java.lang.String content,
java.lang.String linkHref)
|
Method Summary | |
---|---|
java.lang.String |
getAuthorEmail()
|
java.lang.String |
getAuthorName()
|
java.lang.String |
getAuthorUri()
|
java.lang.String |
getCategoryLabel()
|
java.lang.String |
getCategoryScheme()
|
java.lang.String |
getCategoryTerm()
|
java.lang.String |
getContent()
|
int |
getContentTextType()
|
java.lang.String |
getContributorEmail()
|
java.lang.String |
getContributorName()
|
java.lang.String |
getContributorUri()
|
java.lang.String |
getCopyright()
|
java.lang.String |
getCreated()
|
java.lang.String |
getEntryXML()
|
java.lang.String |
getId()
|
java.lang.String |
getIssued()
|
java.lang.String |
getLinkHref()
|
java.lang.String |
getLinkHrefLang()
|
java.lang.String |
getLinkLength()
|
java.lang.String |
getLinkRel()
|
java.lang.String |
getLinkTitle()
|
java.lang.String |
getLinkType()
|
java.lang.String |
getModified()
|
java.lang.String |
getPublished()
|
java.lang.String |
getRights()
|
int |
getRightsTextType()
|
java.lang.String |
getSource()
|
java.lang.String |
getSummary()
|
int |
getSummaryTextType()
|
java.lang.String |
getTitle()
|
int |
getTitleTextType()
|
java.lang.String |
getUpdated()
|
void |
setAuthorEmail(java.lang.String value)
|
void |
setAuthorName(java.lang.String value)
|
void |
setAuthorUri(java.lang.String value)
|
void |
setCategoryLabel(java.lang.String value)
|
void |
setCategoryScheme(java.lang.String value)
|
void |
setCategoryTerm(java.lang.String value)
|
void |
setContent(java.lang.String value)
|
void |
setContentTextType(int value)
|
void |
setContributorEmail(java.lang.String value)
|
void |
setContributorName(java.lang.String value)
|
void |
setContributorUri(java.lang.String value)
|
void |
setCopyright(java.lang.String value)
|
void |
setCreated(java.lang.String value)
|
void |
setEntryXML(java.lang.String value)
|
void |
setId(java.lang.String value)
|
void |
setIssued(java.lang.String value)
|
void |
setLinkHref(java.lang.String value)
|
void |
setLinkHrefLang(java.lang.String value)
|
void |
setLinkLength(java.lang.String value)
|
void |
setLinkRel(java.lang.String value)
|
void |
setLinkTitle(java.lang.String value)
|
void |
setLinkType(java.lang.String value)
|
void |
setModified(java.lang.String value)
|
void |
setPublished(java.lang.String value)
|
void |
setRights(java.lang.String value)
|
void |
setRightsTextType(int value)
|
void |
setSource(java.lang.String value)
|
void |
setSummary(java.lang.String value)
|
void |
setSummaryTextType(int value)
|
void |
setTitle(java.lang.String value)
|
void |
setTitleTextType(int value)
|
void |
setUpdated(java.lang.String value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ttText
public static final int ttHTML
public static final int ttXHTML
Constructor Detail |
---|
public AtomEntry()
public AtomEntry(java.lang.String title)
public AtomEntry(java.lang.String title, java.lang.String content)
public AtomEntry(java.lang.String title, java.lang.String content, java.lang.String linkHref)
Method Detail |
---|
public java.lang.String getAuthorEmail()
public void setAuthorEmail(java.lang.String value)
public java.lang.String getAuthorName()
public void setAuthorName(java.lang.String value)
public java.lang.String getAuthorUri()
public void setAuthorUri(java.lang.String value)
public java.lang.String getCategoryLabel()
public void setCategoryLabel(java.lang.String value)
public java.lang.String getCategoryScheme()
public void setCategoryScheme(java.lang.String value)
public java.lang.String getCategoryTerm()
public void setCategoryTerm(java.lang.String value)
public java.lang.String getContent()
public void setContent(java.lang.String value)
public int getContentTextType()
public void setContentTextType(int value)
public java.lang.String getContributorEmail()
public void setContributorEmail(java.lang.String value)
public java.lang.String getContributorName()
public void setContributorName(java.lang.String value)
public java.lang.String getContributorUri()
public void setContributorUri(java.lang.String value)
public java.lang.String getCopyright()
public void setCopyright(java.lang.String value)
public java.lang.String getCreated()
public void setCreated(java.lang.String value)
public java.lang.String getEntryXML()
public void setEntryXML(java.lang.String value)
public java.lang.String getId()
public void setId(java.lang.String value)
public java.lang.String getIssued()
public void setIssued(java.lang.String value)
public java.lang.String getLinkHref()
public void setLinkHref(java.lang.String value)
public java.lang.String getLinkHrefLang()
public void setLinkHrefLang(java.lang.String value)
public java.lang.String getLinkLength()
public void setLinkLength(java.lang.String value)
public java.lang.String getLinkRel()
public void setLinkRel(java.lang.String value)
public java.lang.String getLinkTitle()
public void setLinkTitle(java.lang.String value)
public java.lang.String getLinkType()
public void setLinkType(java.lang.String value)
public java.lang.String getModified()
public void setModified(java.lang.String value)
public java.lang.String getPublished()
public void setPublished(java.lang.String value)
public java.lang.String getRights()
public void setRights(java.lang.String value)
public int getRightsTextType()
public void setRightsTextType(int value)
public java.lang.String getSource()
public void setSource(java.lang.String value)
public java.lang.String getSummary()
public void setSummary(java.lang.String value)
public int getSummaryTextType()
public void setSummaryTextType(int value)
public java.lang.String getTitle()
public void setTitle(java.lang.String value)
public int getTitleTextType()
public void setTitleTextType(int value)
public java.lang.String getUpdated()
public void setUpdated(java.lang.String value)
|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |