Class TLcdAtomEntry
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.metadata.atom.model.TLcdAtomEntry
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
The content of an Atom feed. An entry has some metadata properties (such as a title) and one or more links
to other content. For more information, see section 4.1.2 of the format spec.
- Since:
- 2017.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data any property.static final TLcdDataProperty
Data property that maps to theauthor
element.static final TLcdDataProperty
Data property that maps to thebase
attribute.static final TLcdDataProperty
Data property that maps to thecategory
element.static final TLcdDataProperty
Data property that maps to thecontent
element.static final TLcdDataProperty
Data property that maps to thecontributor
element.static final TLcdDataProperty
Data property that maps to theid
element.static final TLcdDataProperty
Data property that maps to thelang
attribute.static final TLcdDataProperty
Data property that maps to thelink
element.static final TLcdDataProperty
Data property that maps to thepublished
element.static final TLcdDataProperty
Data property that maps to therights
element.static final TLcdDataProperty
Data property that maps to thesource
element.static final TLcdDataProperty
Data property that maps to thesummary
element.static final TLcdDataProperty
Data property that maps to thetitle
element.static final TLcdDataProperty
Data property that maps to theupdated
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAny()
Returns the value of the any property.Returns the value of the property that maps to theauthor
element.getBase()
Returns the value of the property that maps to thebase
attribute.Returns the value of the property that maps to thecategory
element.Returns the value of the property that maps to thecontent
element.Returns the value of the property that maps to thecontributor
element.getIds()
Returns the value of the property that maps to theid
element.Returns the value of the property that maps to thelang
attribute.getLinks()
Returns the value of the property that maps to thelink
element.Returns the value of the property that maps to thepublished
element.Returns the value of the property that maps to therights
element.Returns the value of the property that maps to thesource
element.Returns the value of the property that maps to thesummary
element.Returns the value of the property that maps to thetitle
element.Returns the value of the property that maps to theupdated
element.void
Sets the value of the property that maps to thebase
attribute.void
setLanguage
(String aValue) Sets the value of the property that maps to thelang
attribute.
-
Field Details
-
BASE_PROPERTY
Data property that maps to thebase
attribute. The possible values for this property are instances ofURI
. -
LANGUAGE_PROPERTY
Data property that maps to thelang
attribute. The possible values for this property are instances ofString
. -
AUTHORS_PROPERTY
Data property that maps to theauthor
element. The possible values for this property are instances ofList<TLcdAtomPerson>
. -
CATEGORIES_PROPERTY
Data property that maps to thecategory
element. The possible values for this property are instances ofList<TLcdAtomCategory>
. -
CONTENT_PROPERTY
Data property that maps to thecontent
element. The possible values for this property are instances ofList<TLcdAtomContent>
. -
CONTRIBUTORS_PROPERTY
Data property that maps to thecontributor
element. The possible values for this property are instances ofList<TLcdAtomPerson>
. -
IDS_PROPERTY
Data property that maps to theid
element. The possible values for this property are instances ofList<TLcdAtomId>
. -
LINKS_PROPERTY
Data property that maps to thelink
element. The possible values for this property are instances ofList<TLcdAtomLink>
. -
PUBLISHED_PROPERTY
Data property that maps to thepublished
element. The possible values for this property are instances ofList<TLcdAtomDateTime>
. -
RIGHTS_PROPERTY
Data property that maps to therights
element. The possible values for this property are instances ofList<TLcdAtomText>
. -
SOURCES_PROPERTY
Data property that maps to thesource
element. The possible values for this property are instances ofList<TLcdAtomText>
. -
SUMMARY_PROPERTY
Data property that maps to thesummary
element. The possible values for this property are instances ofList<TLcdAtomText>
. -
TITLES_PROPERTY
Data property that maps to thetitle
element. The possible values for this property are instances ofList<TLcdAtomText>
. -
UPDATED_PROPERTY
Data property that maps to theupdated
element. The possible values for this property are instances ofList<TLcdAtomDateTime>
. -
ANY_PROPERTY
Data any property. The possible values for this property are instances ofList<Object>
.
-
-
Constructor Details
-
TLcdAtomEntry
public TLcdAtomEntry() -
TLcdAtomEntry
-
-
Method Details
-
getBase
Returns the value of the property that maps to thebase
attribute.- Returns:
- the value of the
BASE_PROPERTY
property.
-
setBase
Sets the value of the property that maps to thebase
attribute.- Parameters:
aValue
- the value to set for theBASE_PROPERTY
property.
-
getLanguage
Returns the value of the property that maps to thelang
attribute.- Returns:
- the value of the
LANGUAGE_PROPERTY
property.
-
setLanguage
Sets the value of the property that maps to thelang
attribute.- Parameters:
aValue
- the value to set for theLANGUAGE_PROPERTY
property.
-
getAuthors
Returns the value of the property that maps to theauthor
element.- Returns:
- the value of the
AUTHORS_PROPERTY
property.
-
getCategories
Returns the value of the property that maps to thecategory
element.- Returns:
- the value of the
CATEGORIES_PROPERTY
property.
-
getContent
Returns the value of the property that maps to thecontent
element.Contains or links to the complete content of the entry. Content must be provided if there is no alternate link, and should be provided if there is no summary.
- Returns:
- the value of the
CONTENT_PROPERTY
property.
-
getContributors
Returns the value of the property that maps to thecontributor
element.- Returns:
- the value of the
CONTRIBUTORS_PROPERTY
property.
-
getIds
Returns the value of the property that maps to theid
element.- Returns:
- the value of the
IDS_PROPERTY
property.
-
getLinks
Returns the value of the property that maps to thelink
element.Identifies a related Web page. The type of relation is defined by the rel attribute. An entry is limited to one alternate per type and hreflang. An entry must contain an alternate link if there is no content element.
- Returns:
- the value of the
LINKS_PROPERTY
property.
-
getPublished
Returns the value of the property that maps to thepublished
element.- Returns:
- the value of the
PUBLISHED_PROPERTY
property.
-
getRights
Returns the value of the property that maps to therights
element.- Returns:
- the value of the
RIGHTS_PROPERTY
property.
-
getSources
Returns the value of the property that maps to thesource
element.- Returns:
- the value of the
SOURCES_PROPERTY
property.
-
getSummary
Returns the value of the property that maps to thesummary
element.- Returns:
- the value of the
SUMMARY_PROPERTY
property.
-
getTitles
Returns the value of the property that maps to thetitle
element.- Returns:
- the value of the
TITLES_PROPERTY
property.
-
getUpdated
Returns the value of the property that maps to theupdated
element.Indicates the last time the entry was modified in a significant way. This value need not change after a typo is fixed, only after a substantial modification. Generally, different entries in a feed will have different updated timestamps.
- Returns:
- the value of the
UPDATED_PROPERTY
property.
-
getAny
Returns the value of the any property.- Returns:
- the value of the
ANY_PROPERTY
property.
-