com.sun.syndication.feed.module

Interface DCModule

public interface DCModule extends Module, CopyFrom

Dublin Core Module.

Author: Alejandro Abdelnur

UNKNOWN: Dublin Core module.

Field Summary
StringURI
URI of the Dublin Core Module (http://purl.org/dc/elements/1.1/).
Method Summary
StringgetContributor()
Gets the DublinCore module contributor.
ListgetContributors()
Returns the DublinCore module contributor.
StringgetCoverage()
Gets the DublinCore module coverage.
ListgetCoverages()
Returns the DublinCore module coverage.
StringgetCreator()
Gets the DublinCore module creator.
ListgetCreators()
Returns the DublinCore module creator.
DategetDate()
Gets the DublinCore module date.
ListgetDates()
Returns the DublinCore module date.
StringgetDescription()
Gets the DublinCore module description.
ListgetDescriptions()
Returns the DublinCore module description.
StringgetFormat()
Gets the DublinCore module format.
ListgetFormats()
Returns the DublinCore module format.
StringgetIdentifier()
Gets the DublinCore module identifier.
ListgetIdentifiers()
Returns the DublinCore module identifier.
StringgetLanguage()
Gets the DublinCore module language.
ListgetLanguages()
Returns the DublinCore module language.
StringgetPublisher()
Gets the DublinCore module publisher.
ListgetPublishers()
Returns the DublinCore module publisher.
StringgetRelation()
Gets the DublinCore module relation.
ListgetRelations()
Returns the DublinCore module relation.
StringgetRights()
Gets the DublinCore module right.
ListgetRightsList()
Returns the DublinCore module rights.
StringgetSource()
Gets the DublinCore module subject.
ListgetSources()
Returns the DublinCore module source.
DCSubjectgetSubject()
Gets the DublinCore module subject.
ListgetSubjects()
Returns the DublinCore module subjects.
StringgetTitle()
Gets the DublinCore module title.
ListgetTitles()
Returns the DublinCore module titles.
StringgetType()
Gets the DublinCore module type.
ListgetTypes()
Returns the DublinCore module type.
voidsetContributor(String contributor)
Sets the DublinCore module contributor.
voidsetContributors(List contributors)
Sets the DublinCore module contributors.
voidsetCoverage(String coverage)
Sets the DublinCore module coverage.
voidsetCoverages(List coverages)
Sets the DublinCore module coverages.
voidsetCreator(String creator)
Sets the DublinCore module creator.
voidsetCreators(List creators)
Sets the DublinCore module creators.
voidsetDate(Date date)
Sets the DublinCore module date.
voidsetDates(List dates)
Sets the DublinCore module dates.
voidsetDescription(String description)
Sets the DublinCore module description.
voidsetDescriptions(List descriptions)
Sets the DublinCore module descriptions.
voidsetFormat(String format)
Sets the DublinCore module format.
voidsetFormats(List formats)
Sets the DublinCore module formats.
voidsetIdentifier(String identifier)
Sets the DublinCore module identifier.
voidsetIdentifiers(List identifiers)
Sets the DublinCore module identifiers.
voidsetLanguage(String language)
Sets the DublinCore module language.
voidsetLanguages(List languages)
Sets the DublinCore module languages.
voidsetPublisher(String publisher)
Sets the DublinCore module publisher.
voidsetPublishers(List publishers)
Sets the DublinCore module publishers.
voidsetRelation(String relation)
Sets the DublinCore module relation.
voidsetRelations(List relations)
Sets the DublinCore module relations.
voidsetRights(String rights)
Sets the DublinCore module rights.
voidsetRightsList(List rights)
Sets the DublinCore module rightss.
voidsetSource(String source)
Sets the DublinCore module source.
voidsetSources(List sources)
Sets the DublinCore module sources.
voidsetSubject(DCSubject subject)
Sets the DCSubject element.
voidsetSubjects(List subjects)
Sets the DublinCore module subjects.
voidsetTitle(String title)
Sets the DublinCore module title.
voidsetTitles(List titles)
Sets the DublinCore module titles.
voidsetType(String type)
Sets the DublinCore module type.
voidsetTypes(List types)
Sets the DublinCore module types.

Field Detail

URI

public String URI
URI of the Dublin Core Module (http://purl.org/dc/elements/1.1/).

Method Detail

getContributor

public String getContributor()
Gets the DublinCore module contributor. Convenience method that can be used to obtain the first item, null if none.

Returns: the first DublinCore module contributor, null if none.

getContributors

public List getContributors()
Returns the DublinCore module contributor.

Returns: a list of Strings representing the DublinCore module contributor, an empty list if none.

getCoverage

public String getCoverage()
Gets the DublinCore module coverage. Convenience method that can be used to obtain the first item, null if none.

Returns: the first DublinCore module coverage, null if none.

getCoverages

public List getCoverages()
Returns the DublinCore module coverage.

Returns: a list of Strings representing the DublinCore module coverage, an empty list if none.

getCreator

public String getCreator()
Gets the DublinCore module creator. Convenience method that can be used to obtain the first item, null if none.

Returns: the first DublinCore module creator, null if none.

getCreators

public List getCreators()
Returns the DublinCore module creator.

Returns: a list of Strings representing the DublinCore module creator, an empty list if none.

getDate

public Date getDate()
Gets the DublinCore module date. Convenience method that can be used to obtain the first item, null if none.

Returns: the first DublinCore module date, null if none.

getDates

public List getDates()
Returns the DublinCore module date.

Returns: a list of Strings representing the DublinCore module date, an empty list if none.

getDescription

public String getDescription()
Gets the DublinCore module description. Convenience method that can be used to obtain the first item, null if none.

Returns: the first DublinCore module description, null if none.

getDescriptions

public List getDescriptions()
Returns the DublinCore module description.

Returns: a list of Strings representing the DublinCore module description, an empty list if none.

getFormat

public String getFormat()
Gets the DublinCore module format. Convenience method that can be used to obtain the first item, null if none.

Returns: the first DublinCore module format, null if none.

getFormats

public List getFormats()
Returns the DublinCore module format.

Returns: a list of Strings representing the DublinCore module format, an empty list if none.

getIdentifier

public String getIdentifier()
Gets the DublinCore module identifier. Convenience method that can be used to obtain the first item, null if none.

Returns: the first DublinCore module identifier, null if none.

getIdentifiers

public List getIdentifiers()
Returns the DublinCore module identifier.

Returns: a list of Strings representing the DublinCore module identifier, an empty list if none.

getLanguage

public String getLanguage()
Gets the DublinCore module language. Convenience method that can be used to obtain the first item, null if none.

Returns: the first DublinCore module language, null if none.

getLanguages

public List getLanguages()
Returns the DublinCore module language.

Returns: a list of Strings representing the DublinCore module language, an empty list if none.

getPublisher

public String getPublisher()
Gets the DublinCore module publisher. Convenience method that can be used to obtain the first item, null if none.

Returns: the first DublinCore module publisher, null if none.

getPublishers

public List getPublishers()
Returns the DublinCore module publisher.

Returns: a list of Strings representing the DublinCore module publisher, an empty list if none.

getRelation

public String getRelation()
Gets the DublinCore module relation. Convenience method that can be used to obtain the first item, null if none.

Returns: the first DublinCore module relation, null if none.

getRelations

public List getRelations()
Returns the DublinCore module relation.

Returns: a list of Strings representing the DublinCore module relation, an empty list if none.

getRights

public String getRights()
Gets the DublinCore module right. Convenience method that can be used to obtain the first item, null if none.

Returns: the first DublinCore module right, null if none.

getRightsList

public List getRightsList()
Returns the DublinCore module rights.

Returns: a list of Strings representing the DublinCore module rights, an empty list if none.

getSource

public String getSource()
Gets the DublinCore module subject. Convenience method that can be used to obtain the first item, null if none.

Returns: the first DublinCore module creator, null if none.

getSources

public List getSources()
Returns the DublinCore module source.

Returns: a list of Strings representing the DublinCore module source, an empty list if none.

getSubject

public DCSubject getSubject()
Gets the DublinCore module subject. Convenience method that can be used to obtain the first item, null if none.

Returns: the first DublinCore module subject, null if none.

getSubjects

public List getSubjects()
Returns the DublinCore module subjects.

Returns: a list of DCSubject elements with the DublinCore module subjects, an empty list if none.

getTitle

public String getTitle()
Gets the DublinCore module title. Convenience method that can be used to obtain the first item, null if none.

Returns: the first DublinCore module title, null if none.

getTitles

public List getTitles()
Returns the DublinCore module titles.

Returns: a list of Strings representing the DublinCore module title, an empty list if none.

getType

public String getType()
Gets the DublinCore module type. Convenience method that can be used to obtain the first item, null if none.

Returns: the first DublinCore module type, null if none.

getTypes

public List getTypes()
Returns the DublinCore module type.

Returns: a list of Strings representing the DublinCore module type, an empty list if none.

setContributor

public void setContributor(String contributor)
Sets the DublinCore module contributor. Convenience method that can be used when there is only one contributor to set.

Parameters: contributor the DublinCore module contributor to set, null if none.

setContributors

public void setContributors(List contributors)
Sets the DublinCore module contributors.

Parameters: contributors the list of String representing the DublinCore module contributors to set, an empty list or null if none.

setCoverage

public void setCoverage(String coverage)
Sets the DublinCore module coverage. Convenience method that can be used when there is only one coverage to set.

Parameters: coverage the DublinCore module coverage to set, null if none.

setCoverages

public void setCoverages(List coverages)
Sets the DublinCore module coverages.

Parameters: coverages the list of String representing the DublinCore module coverages to set, an empty list or null if none.

setCreator

public void setCreator(String creator)
Sets the DublinCore module creator. Convenience method that can be used when there is only one creator to set.

Parameters: creator the DublinCore module creator to set, null if none.

setCreators

public void setCreators(List creators)
Sets the DublinCore module creators.

Parameters: creators the list of String representing the DublinCore module creators to set, an empty list or null if none.

setDate

public void setDate(Date date)
Sets the DublinCore module date. Convenience method that can be used when there is only one date to set.

Parameters: date the DublinCore module date to set, null if none.

setDates

public void setDates(List dates)
Sets the DublinCore module dates.

Parameters: dates the list of Date representing the DublinCore module dates to set, an empty list or null if none.

setDescription

public void setDescription(String description)
Sets the DublinCore module description. Convenience method that can be used when there is only one description to set.

Parameters: description the DublinCore module description to set, null if none.

setDescriptions

public void setDescriptions(List descriptions)
Sets the DublinCore module descriptions.

Parameters: descriptions the list of String representing the DublinCore module descriptions to set, an empty list or null if none.

setFormat

public void setFormat(String format)
Sets the DublinCore module format. Convenience method that can be used when there is only one format to set.

Parameters: format the DublinCore module format to set, null if none.

setFormats

public void setFormats(List formats)
Sets the DublinCore module formats.

Parameters: formats the list of String representing the DublinCore module formats to set, an empty list or null if none.

setIdentifier

public void setIdentifier(String identifier)
Sets the DublinCore module identifier. Convenience method that can be used when there is only one identifier to set.

Parameters: identifier the DublinCore module identifier to set, null if none.

setIdentifiers

public void setIdentifiers(List identifiers)
Sets the DublinCore module identifiers.

Parameters: identifiers the list of String representing the DublinCore module identifiers to set, an empty list or null if none.

setLanguage

public void setLanguage(String language)
Sets the DublinCore module language. Convenience method that can be used when there is only one language to set.

Parameters: language the DublinCore module language to set, null if none.

setLanguages

public void setLanguages(List languages)
Sets the DublinCore module languages.

Parameters: languages the list of String representing the DublinCore module languages to set, an empty list or null if none.

setPublisher

public void setPublisher(String publisher)
Sets the DublinCore module publisher. Convenience method that can be used when there is only one publisher to set.

Parameters: publisher the DublinCore module publisher to set, null if none.

setPublishers

public void setPublishers(List publishers)
Sets the DublinCore module publishers.

Parameters: publishers the list of String representing the DublinCore module publishers to set, an empty list or null if none.

setRelation

public void setRelation(String relation)
Sets the DublinCore module relation. Convenience method that can be used when there is only one relation to set.

Parameters: relation the DublinCore module relation to set, null if none.

setRelations

public void setRelations(List relations)
Sets the DublinCore module relations.

Parameters: relations the list of String representing the DublinCore module relations to set, an empty list or null if none.

setRights

public void setRights(String rights)
Sets the DublinCore module rights. Convenience method that can be used when there is only one rights to set.

Parameters: rights the DublinCore module rights to set, null if none.

setRightsList

public void setRightsList(List rights)
Sets the DublinCore module rightss.

Parameters: rights the list of String representing the DublinCore module rights to set, an empty list or null if none.

setSource

public void setSource(String source)
Sets the DublinCore module source. Convenience method that can be used when there is only one source to set.

Parameters: source the DublinCore module source to set, null if none.

setSources

public void setSources(List sources)
Sets the DublinCore module sources.

Parameters: sources the list of String representing the DublinCore module sources to set, an empty list or 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.

Parameters: subject the DublinCore module subject to set, null if none.

setSubjects

public void setSubjects(List subjects)
Sets the DublinCore module subjects.

Parameters: subjects the list of DCSubject elements with the DublinCore module subjects to set, an empty list or null if none.

setTitle

public void setTitle(String title)
Sets the DublinCore module title. Convenience method that can be used when there is only one title to set.

Parameters: title the DublinCore module title to set, null if none.

setTitles

public void setTitles(List titles)
Sets the DublinCore module titles.

Parameters: titles the list of String representing the DublinCore module titles to set, an empty list or null if none.

setType

public void setType(String type)
Sets the DublinCore module type. Convenience method that can be used when there is only one type to set.

Parameters: type the DublinCore module type to set, null if none.

setTypes

public void setTypes(List types)
Sets the DublinCore module types.

Parameters: types the list of String representing the DublinCore module types to set, an empty list or null if none.

Copyright © Sun Microsystems. All Rights Reserved.