|
|||||||||
Home >> All >> com >> sun >> syndication >> feed >> [ module overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
com.sun.syndication.feed.module
Interface DCModule

- All Superinterfaces:
- java.lang.Cloneable, com.sun.syndication.feed.CopyFrom, Module
- All Known Implementing Classes:
- DCModuleImpl
- public interface DCModule
- extends Module, com.sun.syndication.feed.CopyFrom
Dublin Core Module.
Field Summary | |
static java.lang.String |
URI
URI of the Dublin Core Module (http://purl.org/dc/elements/1.1/). |
Method Summary | |
java.lang.String |
getContributor()
Gets the DublinCore module contributor. |
java.util.List |
getContributors()
Returns the DublinCore module contributor. |
java.lang.String |
getCoverage()
Gets the DublinCore module coverage. |
java.util.List |
getCoverages()
Returns the DublinCore module coverage. |
java.lang.String |
getCreator()
Gets the DublinCore module creator. |
java.util.List |
getCreators()
Returns the DublinCore module creator. |
java.util.Date |
getDate()
Gets the DublinCore module date. |
java.util.List |
getDates()
Returns the DublinCore module date. |
java.lang.String |
getDescription()
Gets the DublinCore module description. |
java.util.List |
getDescriptions()
Returns the DublinCore module description. |
java.lang.String |
getFormat()
Gets the DublinCore module format. |
java.util.List |
getFormats()
Returns the DublinCore module format. |
java.lang.String |
getIdentifier()
Gets the DublinCore module identifier. |
java.util.List |
getIdentifiers()
Returns the DublinCore module identifier. |
java.lang.String |
getLanguage()
Gets the DublinCore module language. |
java.util.List |
getLanguages()
Returns the DublinCore module language. |
java.lang.String |
getPublisher()
Gets the DublinCore module publisher. |
java.util.List |
getPublishers()
Returns the DublinCore module publisher. |
java.lang.String |
getRelation()
Gets the DublinCore module relation. |
java.util.List |
getRelations()
Returns the DublinCore module relation. |
java.lang.String |
getRights()
Gets the DublinCore module right. |
java.util.List |
getRightsList()
Returns the DublinCore module rights. |
java.lang.String |
getSource()
Gets the DublinCore module subject. |
java.util.List |
getSources()
Returns the DublinCore module source. |
DCSubject |
getSubject()
Gets the DublinCore module subject. |
java.util.List |
getSubjects()
Returns the DublinCore module subjects. |
java.lang.String |
getTitle()
Gets the DublinCore module title. |
java.util.List |
getTitles()
Returns the DublinCore module titles. |
java.lang.String |
getType()
Gets the DublinCore module type. |
java.util.List |
getTypes()
Returns the DublinCore module type. |
void |
setContributor(java.lang.String contributor)
Sets the DublinCore module contributor. |
void |
setContributors(java.util.List contributors)
Sets the DublinCore module contributors. |
void |
setCoverage(java.lang.String coverage)
Sets the DublinCore module coverage. |
void |
setCoverages(java.util.List coverages)
Sets the DublinCore module coverages. |
void |
setCreator(java.lang.String creator)
Sets the DublinCore module creator. |
void |
setCreators(java.util.List creators)
Sets the DublinCore module creators. |
void |
setDate(java.util.Date date)
Sets the DublinCore module date. |
void |
setDates(java.util.List dates)
Sets the DublinCore module dates. |
void |
setDescription(java.lang.String description)
Sets the DublinCore module description. |
void |
setDescriptions(java.util.List descriptions)
Sets the DublinCore module descriptions. |
void |
setFormat(java.lang.String format)
Sets the DublinCore module format. |
void |
setFormats(java.util.List formats)
Sets the DublinCore module formats. |
void |
setIdentifier(java.lang.String identifier)
Sets the DublinCore module identifier. |
void |
setIdentifiers(java.util.List identifiers)
Sets the DublinCore module identifiers. |
void |
setLanguage(java.lang.String language)
Sets the DublinCore module language. |
void |
setLanguages(java.util.List languages)
Sets the DublinCore module languages. |
void |
setPublisher(java.lang.String publisher)
Sets the DublinCore module publisher. |
void |
setPublishers(java.util.List publishers)
Sets the DublinCore module publishers. |
void |
setRelation(java.lang.String relation)
Sets the DublinCore module relation. |
void |
setRelations(java.util.List relations)
Sets the DublinCore module relations. |
void |
setRights(java.lang.String rights)
Sets the DublinCore module rights. |
void |
setRightsList(java.util.List rights)
Sets the DublinCore module rightss. |
void |
setSource(java.lang.String source)
Sets the DublinCore module source. |
void |
setSources(java.util.List sources)
Sets the DublinCore module sources. |
void |
setSubject(DCSubject subject)
Sets the DCSubject element. |
void |
setSubjects(java.util.List subjects)
Sets the DublinCore module subjects. |
void |
setTitle(java.lang.String title)
Sets the DublinCore module title. |
void |
setTitles(java.util.List titles)
Sets the DublinCore module titles. |
void |
setType(java.lang.String type)
Sets the DublinCore module type. |
void |
setTypes(java.util.List types)
Sets the DublinCore module types. |
Methods inherited from interface com.sun.syndication.feed.module.Module |
clone, getUri |
Methods inherited from interface com.sun.syndication.feed.CopyFrom |
copyFrom, getInterface |
Field Detail |
URI
public static final java.lang.String URI
- URI of the Dublin Core Module (http://purl.org/dc/elements/1.1/).
- See Also:
- Constant Field Values
Method Detail |
getTitles
public java.util.List getTitles()
- Returns the DublinCore module titles.
setTitles
public void setTitles(java.util.List titles)
- Sets the DublinCore module titles.
getTitle
public java.lang.String getTitle()
- Gets the DublinCore module title. Convenience method that can be used
to obtain the first item, null if none.
setTitle
public void setTitle(java.lang.String title)
- Sets the DublinCore module title. Convenience method that can be used
when there is only one title to set.
getCreators
public java.util.List getCreators()
- Returns the DublinCore module creator.
setCreators
public void setCreators(java.util.List creators)
- Sets the DublinCore module creators.
getCreator
public java.lang.String getCreator()
- Gets the DublinCore module creator. Convenience method that can be used
to obtain the first item, null if none.
setCreator
public void setCreator(java.lang.String creator)
- Sets the DublinCore module creator. Convenience method that can be used
when there is only one creator to set.
getSubjects
public java.util.List getSubjects()
- Returns the DublinCore module subjects.
setSubjects
public void setSubjects(java.util.List subjects)
- Sets the DublinCore module subjects.
getSubject
public DCSubject getSubject()
- Gets the DublinCore module subject. Convenience method that can be used
to obtain the first item, null if none.
setSubject
public void setSubject(DCSubject subject)
- Sets the DCSubject element. Convenience method that can be used when
there is only one subject to set.
getDescriptions
public java.util.List getDescriptions()
- Returns the DublinCore module description.
setDescriptions
public void setDescriptions(java.util.List descriptions)
- Sets the DublinCore module descriptions.
getDescription
public java.lang.String getDescription()
- Gets the DublinCore module description. Convenience method that can be
used to obtain the first item, null if none.
setDescription
public void setDescription(java.lang.String description)
- Sets the DublinCore module description. Convenience method that can be
used when there is only one description to set.
getPublishers
public java.util.List getPublishers()
- Returns the DublinCore module publisher.
setPublishers
public void setPublishers(java.util.List publishers)
- Sets the DublinCore module publishers.
getPublisher
public java.lang.String getPublisher()
- Gets the DublinCore module publisher. Convenience method that can be
used to obtain the first item, null if none.
setPublisher
public void setPublisher(java.lang.String publisher)
- Sets the DublinCore module publisher. Convenience method that can be used when
there is only one publisher to set.
getContributors
public java.util.List getContributors()
- Returns the DublinCore module contributor.
setContributors
public void setContributors(java.util.List contributors)
- Sets the DublinCore module contributors.
getContributor
public java.lang.String getContributor()
- Gets the DublinCore module contributor. Convenience method that can be
used to obtain the first item, null if none.
setContributor
public void setContributor(java.lang.String contributor)
- Sets the DublinCore module contributor. Convenience method that can be
used when there is only one contributor to set.
getDates
public java.util.List getDates()
- Returns the DublinCore module date.
setDates
public void setDates(java.util.List dates)
- Sets the DublinCore module dates.
getDate
public java.util.Date getDate()
- Gets the DublinCore module date. Convenience method that can be used to
obtain the first item, null if none.
setDate
public void setDate(java.util.Date date)
- Sets the DublinCore module date. Convenience method that can be used
when there is only one date to set.
getTypes
public java.util.List getTypes()
- Returns the DublinCore module type.
setTypes
public void setTypes(java.util.List types)
- Sets the DublinCore module types.
getType
public java.lang.String getType()
- Gets the DublinCore module type. Convenience method that can be used
to obtain the first item, null if none.
setType
public void setType(java.lang.String type)
- Sets the DublinCore module type. Convenience method that can be used
when there is only one type to set.
getFormats
public java.util.List getFormats()
- Returns the DublinCore module format.
setFormats
public void setFormats(java.util.List formats)
- Sets the DublinCore module formats.
getFormat
public java.lang.String getFormat()
- Gets the DublinCore module format. Convenience method that can be used
to obtain the first item, null if none.
setFormat
public void setFormat(java.lang.String format)
- Sets the DublinCore module format. Convenience method that can be used
when there is only one format to set.
getIdentifiers
public java.util.List getIdentifiers()
- Returns the DublinCore module identifier.
setIdentifiers
public void setIdentifiers(java.util.List identifiers)
- Sets the DublinCore module identifiers.
getIdentifier
public java.lang.String getIdentifier()
- Gets the DublinCore module identifier. Convenience method that can be
used to obtain the first item, null if none.
setIdentifier
public void setIdentifier(java.lang.String identifier)
- Sets the DublinCore module identifier. Convenience method that can be
used when there is only one identifier to set.
getSources
public java.util.List getSources()
- Returns the DublinCore module source.
setSources
public void setSources(java.util.List sources)
- Sets the DublinCore module sources.
getSource
public java.lang.String getSource()
- Gets the DublinCore module subject. Convenience method that can be used
to obtain the first item, null if none.
setSource
public void setSource(java.lang.String source)
- Sets the DublinCore module source. Convenience method that can be used
when there is only one source to set.
getLanguages
public java.util.List getLanguages()
- Returns the DublinCore module language.
setLanguages
public void setLanguages(java.util.List languages)
- Sets the DublinCore module languages.
getLanguage
public java.lang.String getLanguage()
- Gets the DublinCore module language. Convenience method that can be used
to obtain the first item, null if none.
setLanguage
public void setLanguage(java.lang.String language)
- Sets the DublinCore module language. Convenience method that can be used
when there is only one language to set.
getRelations
public java.util.List getRelations()
- Returns the DublinCore module relation.
setRelations
public void setRelations(java.util.List relations)
- Sets the DublinCore module relations.
getRelation
public java.lang.String getRelation()
- Gets the DublinCore module relation. Convenience method that can be used
to obtain the first item, null if none.
setRelation
public void setRelation(java.lang.String relation)
- Sets the DublinCore module relation. Convenience method that can be used
when there is only one relation to set.
getCoverages
public java.util.List getCoverages()
- Returns the DublinCore module coverage.
setCoverages
public void setCoverages(java.util.List coverages)
- Sets the DublinCore module coverages.
getCoverage
public java.lang.String getCoverage()
- Gets the DublinCore module coverage. Convenience method that can be used
to obtain the first item, null if none.
setCoverage
public void setCoverage(java.lang.String coverage)
- Sets the DublinCore module coverage. Convenience method that can be used
when there is only one coverage to set.
getRightsList
public java.util.List getRightsList()
- Returns the DublinCore module rights.
setRightsList
public void setRightsList(java.util.List rights)
- Sets the DublinCore module rightss.
getRights
public java.lang.String getRights()
- Gets the DublinCore module right. Convenience method that can be used
to obtain the first item, null if none.
setRights
public void setRights(java.lang.String rights)
- Sets the DublinCore module rights. Convenience method that can be used
when there is only one rights to set.
|
|||||||||
Home >> All >> com >> sun >> syndication >> feed >> [ module overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |