com.webmethods.caf.faces.data.export.atom
Class Source
java.lang.Object
com.webmethods.caf.faces.data.export.atom.Element
com.webmethods.caf.faces.data.export.atom.Source
- Direct Known Subclasses:
- Feed
public class Source
- extends Element
Represents an atom source element.
Methods inherited from class com.webmethods.caf.faces.data.export.atom.Element |
enforceChildrenConformance, enforceChildrenConformance, escapeXMLContent, escapeXMLName, firstValue, getAttributes, getBase, getBaseUri, getBaseURI, getChildren, getContent, getLang, getName, getParent, initialize, multipleValues, printAttribute, printChildren, printChildren, printChildren, printEndTag, printStartTag, printTextualContent, serialize, setAttributes, setBase, setChildren, setLang, setName, setParent, toString |
m_authors
protected List m_authors
m_categories
protected List m_categories
m_contributors
protected List m_contributors
m_generator
protected Element m_generator
m_icon
protected Element m_icon
m_id
protected Element m_id
m_links
protected List m_links
m_logo
protected Element m_logo
m_rights
protected Text m_rights
m_subtitle
protected Text m_subtitle
m_title
protected Text m_title
m_updated
protected Date m_updated
Source
public Source()
Source
public Source(Object o)
enforceConformance
public void enforceConformance()
- Description copied from class:
Element
- Execute any additional logic needed to make this element
conform to the atom (or other) spec.
- Overrides:
enforceConformance
in class Element
setProperties
protected void setProperties(IContentProvider provider,
Collection keys)
- Description copied from class:
Element
- Set the normalized properties of this element.
- Overrides:
setProperties
in class Element
setContent
public void setContent(String content)
- Overrides:
setContent
in class Element
printContent
protected Element.ElementContentType printContent(PrintWriter out,
int tabs)
- Description copied from class:
Element
- Prints the content for this element.
Includes close bracket for start tag (">"), if needed, child elements, and textual content.
- Overrides:
printContent
in class Element
getAuthors
public List getAuthors()
setAuthors
public void setAuthors(List authors)
getCategories
public List getCategories()
setCategories
public void setCategories(List categories)
getContributors
public List getContributors()
setContributors
public void setContributors(List contributors)
getGenerator
public Element getGenerator()
setGenerator
public void setGenerator(Element generator)
getIcon
public Element getIcon()
setIcon
public void setIcon(Element icon)
getId
public Element getId()
setId
public void setId(Element id)
getLinks
public List getLinks()
setLinks
public void setLinks(List links)
getLogo
public Element getLogo()
setLogo
public void setLogo(Element logo)
getRights
public Text getRights()
setRights
public void setRights(Text rights)
getSubtitle
public Text getSubtitle()
setSubtitle
public void setSubtitle(Text subtitle)
getTitle
public Text getTitle()
setTitle
public void setTitle(Text title)
getUpdated
public Date getUpdated()
setUpdated
public void setUpdated(Date updated)