IP*Works! V9

ipworks
Class AtomChannel

java.lang.Object
  extended by ipworks.AtomChannel

public class AtomChannel
extends java.lang.Object

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.

See Also:
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

ttText

public static final int ttText
See Also:
Constant Field Values

ttHTML

public static final int ttHTML
See Also:
Constant Field Values

ttXHTML

public static final int ttXHTML
See Also:
Constant Field Values
Constructor Detail

AtomChannel

public AtomChannel()
Method Detail

getAuthorEmail

public java.lang.String getAuthorEmail()

setAuthorEmail

public void setAuthorEmail(java.lang.String value)

getAuthorName

public java.lang.String getAuthorName()

setAuthorName

public void setAuthorName(java.lang.String value)

getAuthorUri

public java.lang.String getAuthorUri()

setAuthorUri

public void setAuthorUri(java.lang.String value)

getCategoryLabel

public java.lang.String getCategoryLabel()

setCategoryLabel

public void setCategoryLabel(java.lang.String value)

getCategoryScheme

public java.lang.String getCategoryScheme()

setCategoryScheme

public void setCategoryScheme(java.lang.String value)

getCategoryTerm

public java.lang.String getCategoryTerm()

setCategoryTerm

public void setCategoryTerm(java.lang.String value)

getContributorEmail

public java.lang.String getContributorEmail()

setContributorEmail

public void setContributorEmail(java.lang.String value)

getContributorName

public java.lang.String getContributorName()

setContributorName

public void setContributorName(java.lang.String value)

getContributorUri

public java.lang.String getContributorUri()

setContributorUri

public void setContributorUri(java.lang.String value)

getGenerator

public java.lang.String getGenerator()

setGenerator

public void setGenerator(java.lang.String value)

getIcon

public java.lang.String getIcon()

setIcon

public void setIcon(java.lang.String value)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String value)

getLinkHref

public java.lang.String getLinkHref()

setLinkHref

public void setLinkHref(java.lang.String value)

getLinkHrefLang

public java.lang.String getLinkHrefLang()

setLinkHrefLang

public void setLinkHrefLang(java.lang.String value)

getLinkLength

public java.lang.String getLinkLength()

setLinkLength

public void setLinkLength(java.lang.String value)

getLinkRel

public java.lang.String getLinkRel()

setLinkRel

public void setLinkRel(java.lang.String value)

getLinkTitle

public java.lang.String getLinkTitle()

setLinkTitle

public void setLinkTitle(java.lang.String value)

getLinkType

public java.lang.String getLinkType()

setLinkType

public void setLinkType(java.lang.String value)

getLogo

public java.lang.String getLogo()

setLogo

public void setLogo(java.lang.String value)

getRights

public java.lang.String getRights()

setRights

public void setRights(java.lang.String value)

getRightsTextType

public int getRightsTextType()

setRightsTextType

public void setRightsTextType(int value)

getSubtitle

public java.lang.String getSubtitle()

setSubtitle

public void setSubtitle(java.lang.String value)

getSubtitleTextType

public int getSubtitleTextType()

setSubtitleTextType

public void setSubtitleTextType(int value)

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String value)

getTitleTextType

public int getTitleTextType()

setTitleTextType

public void setTitleTextType(int value)

getUpdated

public java.lang.String getUpdated()

setUpdated

public void setUpdated(java.lang.String value)

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.