Class Feed
Represents an
Schema
atomFeed = element atom:feed { atomCommonAttributes, (atomAuthor* & atomCategory* & atomContributor* & atomGenerator? & atomIcon? & atomId & atomLink* & atomLogo? & atomRights? & atomSubtitle? & atomTitle & atomUpdated & extensionElement*), atomEntry* }
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEntry[]Bean property getter:entries .Bean property getter:generator .getIcon()Bean property getter:icon .getLogo()Bean property getter:logo .Bean property getter:subtitle .setAuthors(Person... value) Bean property setter:authors .Bean property setter:term .setCategories(Category... value) Bean property setter:categories .setContributors(Person... value) Bean property setter:contributors .setEntries(Entry... value) Bean property setter:entries .setGenerator(Generator value) Bean property setter:generator .Bean property setter:icon .Bean property fluent setter:id .Bean property setter:id .Bean property setter:lang .Bean property setter:links .Bean property setter:logo .Bean property fluent setter:rights .Bean property setter:rights .setSubtitle(String value) Bean property fluent setter:subtitle .setSubtitle(Text value) Bean property setter:subtitle .Bean property fluent setter:title .Bean property setter:title .setUpdated(String value) Bean property fluent setter:updated .setUpdated(Calendar value) Bean property setter:updated .Methods inherited from class org.apache.juneau.dto.atom.CommonEntry
getAuthors, getCategories, getContributors, getId, getLinks, getRights, getTitle, getUpdated
-
Constructor Details
-
Feed
Normal constructor.- Parameters:
id- The feed identifier.title- The feed title.updated- The feed updated timestamp.
-
Feed
Normal constructor.- Parameters:
id- The feed identifier.title- The feed title.updated- The feed updated timestamp.
-
Feed
public Feed()Bean constructor.
-
-
Method Details
-
getGenerator
Bean property getter:generator .The generator information on this feed.
- Returns:
- The property value, or
null if it is not set.
-
setGenerator
Bean property setter:generator .The generator information on this feed.
- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
getIcon
Bean property getter:icon .The feed icon.
- Returns:
- The property value, or
null if it is not set.
-
setIcon
Bean property setter:icon .The feed icon.
- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
getLogo
Bean property getter:logo .The feed logo.
- Returns:
- The property value, or
null if it is not set.
-
setLogo
Bean property setter:logo .The feed logo.
- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
getSubtitle
Bean property getter:subtitle .The feed subtitle.
- Returns:
- The property value, or
null if it is not set.
-
setSubtitle
Bean property setter:subtitle .The feed subtitle.
- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setSubtitle
Bean property fluent setter:subtitle .The feed subtitle.
- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object.
-
getEntries
Bean property getter:entries .The entries in the feed.
- Returns:
- The property value, or
null if it is not set.
-
setEntries
Bean property setter:entries .The entries in the feed.
- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setBase
Description copied from class:CommonBean property setter:term .The URI base of this object.
The value can be of any of the following types:
URI,URL,String. Strings must be valid URIs.- Overrides:
setBasein classCommonEntry- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setLang
Description copied from class:CommonBean property setter:lang .The language of this object.
- Overrides:
setLangin classCommonEntry- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setAuthors
Description copied from class:CommonEntryBean property setter:authors .The list of authors for this object.
- Overrides:
setAuthorsin classCommonEntry- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setCategories
Description copied from class:CommonEntryBean property setter:categories .The list of categories of this object.
- Overrides:
setCategoriesin classCommonEntry- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setContributors
Description copied from class:CommonEntryBean property setter:contributors .The list of contributors of this object.
- Overrides:
setContributorsin classCommonEntry- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setId
Description copied from class:CommonEntryBean property fluent setter:id .The ID of this object.
- Overrides:
setIdin classCommonEntry- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object.
-
setId
Description copied from class:CommonEntryBean property setter:id .The ID of this object.
- Overrides:
setIdin classCommonEntry- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setLinks
Description copied from class:CommonEntryBean property setter:links .The list of links of this object.
- Overrides:
setLinksin classCommonEntry- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setRights
Description copied from class:CommonEntryBean property fluent setter:rights .The rights statement of this object.
- Overrides:
setRightsin classCommonEntry- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object.
-
setRights
Description copied from class:CommonEntryBean property setter:rights .The rights statement of this object.
- Overrides:
setRightsin classCommonEntry- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setTitle
Description copied from class:CommonEntryBean property fluent setter:title .The title of this object.
- Overrides:
setTitlein classCommonEntry- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object.
-
setTitle
Description copied from class:CommonEntryBean property setter:title .The title of this object.
- Overrides:
setTitlein classCommonEntry- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-
setUpdated
Description copied from class:CommonEntryBean property fluent setter:updated .The update timestamp of this object.
- Overrides:
setUpdatedin classCommonEntry- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object.
-
setUpdated
Description copied from class:CommonEntryBean property setter:updated .The update timestamp of this object.
- Overrides:
setUpdatedin classCommonEntry- Parameters:
value- The new value for this property.
Can benull to unset the property.- Returns:
- This object
-