|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DCModule
Dublin Core Module.
Field Summary | |
---|---|
static 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<String> |
getContributors()
Returns the DublinCore module contributor. |
String |
getCoverage()
Gets the DublinCore module coverage. |
List<String> |
getCoverages()
Returns the DublinCore module coverage. |
String |
getCreator()
Gets the DublinCore module creator. |
List<String> |
getCreators()
Returns the DublinCore module creator. |
Date |
getDate()
Gets the DublinCore module date. |
List<Date> |
getDates()
Returns the DublinCore module date. |
String |
getDescription()
Gets the DublinCore module description. |
List<String> |
getDescriptions()
Returns the DublinCore module description. |
String |
getFormat()
Gets the DublinCore module format. |
List<String> |
getFormats()
Returns the DublinCore module format. |
String |
getIdentifier()
Gets the DublinCore module identifier. |
List<String> |
getIdentifiers()
Returns the DublinCore module identifier. |
String |
getLanguage()
Gets the DublinCore module language. |
List<String> |
getLanguages()
Returns the DublinCore module language. |
String |
getPublisher()
Gets the DublinCore module publisher. |
List<String> |
getPublishers()
Returns the DublinCore module publisher. |
String |
getRelation()
Gets the DublinCore module relation. |
List<String> |
getRelations()
Returns the DublinCore module relation. |
String |
getRights()
Gets the DublinCore module right. |
List<String> |
getRightsList()
Returns the DublinCore module rights. |
String |
getSource()
Gets the DublinCore module subject. |
List<String> |
getSources()
Returns the DublinCore module source. |
DCSubject |
getSubject()
Gets the DublinCore module subject. |
List<DCSubject> |
getSubjects()
Returns the DublinCore module subjects. |
String |
getTitle()
Gets the DublinCore module title. |
List<String> |
getTitles()
Returns the DublinCore module titles. |
String |
getType()
Gets the DublinCore module type. |
List<String> |
getTypes()
Returns the DublinCore module type. |
void |
setContributor(String contributor)
Sets the DublinCore module contributor. |
void |
setContributors(List<String> contributors)
Sets the DublinCore module contributors. |
void |
setCoverage(String coverage)
Sets the DublinCore module coverage. |
void |
setCoverages(List<String> coverages)
Sets the DublinCore module coverages. |
void |
setCreator(String creator)
Sets the DublinCore module creator. |
void |
setCreators(List<String> creators)
Sets the DublinCore module creators. |
void |
setDate(Date date)
Sets the DublinCore module date. |
void |
setDates(List<Date> dates)
Sets the DublinCore module dates. |
void |
setDescription(String description)
Sets the DublinCore module description. |
void |
setDescriptions(List<String> descriptions)
Sets the DublinCore module descriptions. |
void |
setFormat(String format)
Sets the DublinCore module format. |
void |
setFormats(List<String> formats)
Sets the DublinCore module formats. |
void |
setIdentifier(String identifier)
Sets the DublinCore module identifier. |
void |
setIdentifiers(List<String> identifiers)
Sets the DublinCore module identifiers. |
void |
setLanguage(String language)
Sets the DublinCore module language. |
void |
setLanguages(List<String> languages)
Sets the DublinCore module languages. |
void |
setPublisher(String publisher)
Sets the DublinCore module publisher. |
void |
setPublishers(List<String> publishers)
Sets the DublinCore module publishers. |
void |
setRelation(String relation)
Sets the DublinCore module relation. |
void |
setRelations(List<String> relations)
Sets the DublinCore module relations. |
void |
setRights(String rights)
Sets the DublinCore module rights. |
void |
setRightsList(List<String> rights)
Sets the DublinCore module rightss. |
void |
setSource(String source)
Sets the DublinCore module source. |
void |
setSources(List<String> sources)
Sets the DublinCore module sources. |
void |
setSubject(DCSubject subject)
Sets the DCSubject element. |
void |
setSubjects(List<DCSubject> subjects)
Sets the DublinCore module subjects. |
void |
setTitle(String title)
Sets the DublinCore module title. |
void |
setTitles(List<String> titles)
Sets the DublinCore module titles. |
void |
setType(String type)
Sets the DublinCore module type. |
void |
setTypes(List<String> 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 |
---|
static final String URI
Method Detail |
---|
List<String> getTitles()
void setTitles(List<String> titles)
titles
- the list of String representing the DublinCore module titles
to set, an empty list or null if none.String getTitle()
void setTitle(String title)
title
- the DublinCore module title to set, null if none.List<String> getCreators()
void setCreators(List<String> creators)
creators
- the list of String representing the DublinCore module
creators to set, an empty list or null if none.String getCreator()
void setCreator(String creator)
creator
- the DublinCore module creator to set, null if none.List<DCSubject> getSubjects()
void setSubjects(List<DCSubject> subjects)
subjects
- the list of DCSubject elements with the DublinCore
module subjects to set, an empty list or null if none.DCSubject getSubject()
void setSubject(DCSubject subject)
subject
- the DublinCore module subject to set, null if none.List<String> getDescriptions()
void setDescriptions(List<String> descriptions)
descriptions
- the list of String representing the DublinCore
module descriptions to set, an empty list or null if none.String getDescription()
void setDescription(String description)
description
- the DublinCore module description to set, null if none.List<String> getPublishers()
void setPublishers(List<String> publishers)
publishers
- the list of String representing the DublinCore module
publishers to set, an empty list or null if none.String getPublisher()
void setPublisher(String publisher)
publisher
- the DublinCore module publisher to set, null if none.List<String> getContributors()
void setContributors(List<String> contributors)
contributors
- the list of String representing the DublinCore module
contributors to set, an empty list or null if none.String getContributor()
void setContributor(String contributor)
contributor
- the DublinCore module contributor to set, null if none.List<Date> getDates()
void setDates(List<Date> dates)
dates
- the list of Date representing the DublinCore module dates to set,
an empty list or null if none.Date getDate()
void setDate(Date date)
date
- the DublinCore module date to set, null if none.List<String> getTypes()
void setTypes(List<String> types)
types
- the list of String representing the DublinCore module types to set,
an empty list or null if none.String getType()
void setType(String type)
type
- the DublinCore module type to set, null if none.List<String> getFormats()
void setFormats(List<String> formats)
formats
- the list of String representing the DublinCore module
formats to set, an empty list or null if none.String getFormat()
void setFormat(String format)
format
- the DublinCore module format to set, null if none.List<String> getIdentifiers()
void setIdentifiers(List<String> identifiers)
identifiers
- the list of String representing the DublinCore module
identifiers to set, an empty list or null if none.String getIdentifier()
void setIdentifier(String identifier)
identifier
- the DublinCore module identifier to set, null if none.List<String> getSources()
void setSources(List<String> sources)
sources
- the list of String representing the DublinCore module
sources to set, an empty list or null if none.String getSource()
void setSource(String source)
source
- the DublinCore module source to set, null if none.List<String> getLanguages()
void setLanguages(List<String> languages)
languages
- the list of String representing the DublinCore module
languages to set, an empty list or null if none.String getLanguage()
void setLanguage(String language)
language
- the DublinCore module language to set, null if none.List<String> getRelations()
void setRelations(List<String> relations)
relations
- the list of String representing the DublinCore module
relations to set, an empty list or null if none.String getRelation()
void setRelation(String relation)
relation
- the DublinCore module relation to set, null if none.List<String> getCoverages()
void setCoverages(List<String> coverages)
coverages
- the list of String representing the DublinCore module
coverages to set, an empty list or null if none.String getCoverage()
void setCoverage(String coverage)
coverage
- the DublinCore module coverage to set, null if none.List<String> getRightsList()
void setRightsList(List<String> rights)
rights
- the list of String representing the DublinCore module
rights to set, an empty list or null if none.String getRights()
void setRights(String rights)
rights
- the DublinCore module rights to set, null if none.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |