|
IP*Works! V9 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectipworks.AtomChannel
public class AtomChannel
The information about an Atom Feed as received from the server.
When an Atom feed is parsed by the component, each item is parsed into an AtomEntry
type and other information about the feed is presented as AtomChannel
.
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.
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.
Generator: This field identifies the generator of the feed.
Icon: This field contains a reference to the image that represents this feed.
Id: The Id conveys a permanent, universally unique identifier for an entry or feed. This contains an IRI as defined by RFC3987.
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.
Logo: This field contains logo for an image that represents the feed.
Rights: This field contains information about the rights of the given feed.
RightsTextType: Text type of the rights of the feed. Atom textual content can either be html, xhtml or text.
Subtitle: This contains a short description of the Atom Feed.
SubtitleTextType: This field contains the text type of the sub-title of the feed. 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.AtomChannel
Field Summary | |
---|---|
static int |
ttHTML
|
static int |
ttText
|
static int |
ttXHTML
|
Constructor Summary | |
---|---|
AtomChannel()
|
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 |
getContributorEmail()
|
java.lang.String |
getContributorName()
|
java.lang.String |
getContributorUri()
|
java.lang.String |
getGenerator()
|
java.lang.String |
getIcon()
|
java.lang.String |
getId()
|
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 |
getLogo()
|
java.lang.String |
getRights()
|
int |
getRightsTextType()
|
java.lang.String |
getSubtitle()
|
int |
getSubtitleTextType()
|
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 |
setContributorEmail(java.lang.String value)
|
void |
setContributorName(java.lang.String value)
|
void |
setContributorUri(java.lang.String value)
|
void |
setGenerator(java.lang.String value)
|
void |
setIcon(java.lang.String value)
|
void |
setId(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 |
setLogo(java.lang.String value)
|
void |
setRights(java.lang.String value)
|
void |
setRightsTextType(int value)
|
void |
setSubtitle(java.lang.String value)
|
void |
setSubtitleTextType(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 AtomChannel()
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 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 getGenerator()
public void setGenerator(java.lang.String value)
public java.lang.String getIcon()
public void setIcon(java.lang.String value)
public java.lang.String getId()
public void setId(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 getLogo()
public void setLogo(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 getSubtitle()
public void setSubtitle(java.lang.String value)
public int getSubtitleTextType()
public void setSubtitleTextType(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 |