com.sun.syndication.feed.module
public interface DCModule extends Module, CopyFrom
UNKNOWN: Dublin Core module.
Field Summary | |
---|---|
String | URI
URI of the Dublin Core Module (http://purl.org/dc/elements/1.1/).
|
Method Summary | |
---|---|
String | getContributor()
Gets the DublinCore module contributor. |
List | getContributors()
Returns the DublinCore module contributor.
|
String | getCoverage()
Gets the DublinCore module coverage. |
List | getCoverages()
Returns the DublinCore module coverage.
|
String | getCreator()
Gets the DublinCore module creator. |
List | getCreators()
Returns the DublinCore module creator.
|
Date | getDate()
Gets the DublinCore module date. |
List | getDates()
Returns the DublinCore module date.
|
String | getDescription()
Gets the DublinCore module description. |
List | getDescriptions()
Returns the DublinCore module description.
|
String | getFormat()
Gets the DublinCore module format. |
List | getFormats()
Returns the DublinCore module format.
|
String | getIdentifier()
Gets the DublinCore module identifier. |
List | getIdentifiers()
Returns the DublinCore module identifier.
|
String | getLanguage()
Gets the DublinCore module language. |
List | getLanguages()
Returns the DublinCore module language.
|
String | getPublisher()
Gets the DublinCore module publisher. |
List | getPublishers()
Returns the DublinCore module publisher.
|
String | getRelation()
Gets the DublinCore module relation. |
List | getRelations()
Returns the DublinCore module relation.
|
String | getRights()
Gets the DublinCore module right. |
List | getRightsList()
Returns the DublinCore module rights.
|
String | getSource()
Gets the DublinCore module subject. |
List | getSources()
Returns the DublinCore module source.
|
DCSubject | getSubject()
Gets the DublinCore module subject. |
List | getSubjects()
Returns the DublinCore module subjects.
|
String | getTitle()
Gets the DublinCore module title. |
List | getTitles()
Returns the DublinCore module titles.
|
String | getType()
Gets the DublinCore module type. |
List | getTypes()
Returns the DublinCore module type.
|
void | setContributor(String contributor)
Sets the DublinCore module contributor. |
void | setContributors(List contributors)
Sets the DublinCore module contributors.
|
void | setCoverage(String coverage)
Sets the DublinCore module coverage. |
void | setCoverages(List coverages)
Sets the DublinCore module coverages.
|
void | setCreator(String creator)
Sets the DublinCore module creator. |
void | setCreators(List creators)
Sets the DublinCore module creators.
|
void | setDate(Date date)
Sets the DublinCore module date. |
void | setDates(List dates)
Sets the DublinCore module dates.
|
void | setDescription(String description)
Sets the DublinCore module description. |
void | setDescriptions(List descriptions)
Sets the DublinCore module descriptions.
|
void | setFormat(String format)
Sets the DublinCore module format. |
void | setFormats(List formats)
Sets the DublinCore module formats.
|
void | setIdentifier(String identifier)
Sets the DublinCore module identifier. |
void | setIdentifiers(List identifiers)
Sets the DublinCore module identifiers.
|
void | setLanguage(String language)
Sets the DublinCore module language. |
void | setLanguages(List languages)
Sets the DublinCore module languages.
|
void | setPublisher(String publisher)
Sets the DublinCore module publisher. |
void | setPublishers(List publishers)
Sets the DublinCore module publishers.
|
void | setRelation(String relation)
Sets the DublinCore module relation. |
void | setRelations(List relations)
Sets the DublinCore module relations.
|
void | setRights(String rights)
Sets the DublinCore module rights. |
void | setRightsList(List rights)
Sets the DublinCore module rightss.
|
void | setSource(String source)
Sets the DublinCore module source. |
void | setSources(List sources)
Sets the DublinCore module sources.
|
void | setSubject(DCSubject subject)
Sets the DCSubject element. |
void | setSubjects(List subjects)
Sets the DublinCore module subjects.
|
void | setTitle(String title)
Sets the DublinCore module title. |
void | setTitles(List titles)
Sets the DublinCore module titles.
|
void | setType(String type)
Sets the DublinCore module type. |
void | setTypes(List types)
Sets the DublinCore module types.
|
Returns: the first DublinCore module contributor, null if none.
Returns: a list of Strings representing the DublinCore module contributor, an empty list if none.
Returns: the first DublinCore module coverage, null if none.
Returns: a list of Strings representing the DublinCore module coverage, an empty list if none.
Returns: the first DublinCore module creator, null if none.
Returns: a list of Strings representing the DublinCore module creator, an empty list if none.
Returns: the first DublinCore module date, null if none.
Returns: a list of Strings representing the DublinCore module date, an empty list if none.
Returns: the first DublinCore module description, null if none.
Returns: a list of Strings representing the DublinCore module description, an empty list if none.
Returns: the first DublinCore module format, null if none.
Returns: a list of Strings representing the DublinCore module format, an empty list if none.
Returns: the first DublinCore module identifier, null if none.
Returns: a list of Strings representing the DublinCore module identifier, an empty list if none.
Returns: the first DublinCore module language, null if none.
Returns: a list of Strings representing the DublinCore module language, an empty list if none.
Returns: the first DublinCore module publisher, null if none.
Returns: a list of Strings representing the DublinCore module publisher, an empty list if none.
Returns: the first DublinCore module relation, null if none.
Returns: a list of Strings representing the DublinCore module relation, an empty list if none.
Returns: the first DublinCore module right, null if none.
Returns: a list of Strings representing the DublinCore module rights, an empty list if none.
Returns: the first DublinCore module creator, null if none.
Returns: a list of Strings representing the DublinCore module source, an empty list if none.
Returns: the first DublinCore module subject, null if none.
Returns: a list of DCSubject elements with the DublinCore module subjects, an empty list if none.
Returns: the first DublinCore module title, null if none.
Returns: a list of Strings representing the DublinCore module title, an empty list if none.
Returns: the first DublinCore module type, null if none.
Returns: a list of Strings representing the DublinCore module type, an empty list if none.
Parameters: contributor the DublinCore module contributor to set, null if none.
Parameters: contributors the list of String representing the DublinCore module contributors to set, an empty list or null if none.
Parameters: coverage the DublinCore module coverage to set, null if none.
Parameters: coverages the list of String representing the DublinCore module coverages to set, an empty list or null if none.
Parameters: creator the DublinCore module creator to set, null if none.
Parameters: creators the list of String representing the DublinCore module creators to set, an empty list or null if none.
Parameters: date the DublinCore module date to set, null if none.
Parameters: dates the list of Date representing the DublinCore module dates to set, an empty list or null if none.
Parameters: description the DublinCore module description to set, null if none.
Parameters: descriptions the list of String representing the DublinCore module descriptions to set, an empty list or null if none.
Parameters: format the DublinCore module format to set, null if none.
Parameters: formats the list of String representing the DublinCore module formats to set, an empty list or null if none.
Parameters: identifier the DublinCore module identifier to set, null if none.
Parameters: identifiers the list of String representing the DublinCore module identifiers to set, an empty list or null if none.
Parameters: language the DublinCore module language to set, null if none.
Parameters: languages the list of String representing the DublinCore module languages to set, an empty list or null if none.
Parameters: publisher the DublinCore module publisher to set, null if none.
Parameters: publishers the list of String representing the DublinCore module publishers to set, an empty list or null if none.
Parameters: relation the DublinCore module relation to set, null if none.
Parameters: relations the list of String representing the DublinCore module relations to set, an empty list or null if none.
Parameters: rights the DublinCore module rights to set, null if none.
Parameters: rights the list of String representing the DublinCore module rights to set, an empty list or null if none.
Parameters: source the DublinCore module source to set, null if none.
Parameters: sources the list of String representing the DublinCore module sources to set, an empty list or null if none.
Parameters: subject the DublinCore module subject to set, null if none.
Parameters: subjects the list of DCSubject elements with the DublinCore module subjects to set, an empty list or null if none.
Parameters: title the DublinCore module title to set, null if none.
Parameters: titles the list of String representing the DublinCore module titles to set, an empty list or null if none.
Parameters: type the DublinCore module type to set, null if none.
Parameters: types the list of String representing the DublinCore module types to set, an empty list or null if none.