public interface DCModule extends Module, CopyFrom
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
URI
URI of the Dublin Core Module (http://purl.org/dc/elements/1.1/).
|
Modifier and Type | Method and Description |
---|---|
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.
|
copyFrom, getInterface
static final java.lang.String URI
java.util.List getTitles()
void setTitles(java.util.List titles)
titles
- the list of String representing the DublinCore module titles
to set, an empty list or null if none.java.lang.String getTitle()
void setTitle(java.lang.String title)
title
- the DublinCore module title to set, null if none.java.util.List getCreators()
void setCreators(java.util.List creators)
creators
- the list of String representing the DublinCore module
creators to set, an empty list or null if none.java.lang.String getCreator()
void setCreator(java.lang.String creator)
creator
- the DublinCore module creator to set, null if none.java.util.List getSubjects()
void setSubjects(java.util.List 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.java.util.List getDescriptions()
void setDescriptions(java.util.List descriptions)
descriptions
- the list of String representing the DublinCore
module descriptions to set, an empty list or null if none.java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- the DublinCore module description to set, null if none.java.util.List getPublishers()
void setPublishers(java.util.List publishers)
publishers
- the list of String representing the DublinCore module
publishers to set, an empty list or null if none.java.lang.String getPublisher()
void setPublisher(java.lang.String publisher)
publisher
- the DublinCore module publisher to set, null if none.java.util.List getContributors()
void setContributors(java.util.List contributors)
contributors
- the list of String representing the DublinCore module
contributors to set, an empty list or null if none.java.lang.String getContributor()
void setContributor(java.lang.String contributor)
contributor
- the DublinCore module contributor to set, null if none.java.util.List getDates()
void setDates(java.util.List dates)
dates
- the list of Date representing the DublinCore module dates to set,
an empty list or null if none.java.util.Date getDate()
void setDate(java.util.Date date)
date
- the DublinCore module date to set, null if none.java.util.List getTypes()
void setTypes(java.util.List types)
types
- the list of String representing the DublinCore module types to set,
an empty list or null if none.java.lang.String getType()
void setType(java.lang.String type)
type
- the DublinCore module type to set, null if none.java.util.List getFormats()
void setFormats(java.util.List formats)
formats
- the list of String representing the DublinCore module
formats to set, an empty list or null if none.java.lang.String getFormat()
void setFormat(java.lang.String format)
format
- the DublinCore module format to set, null if none.java.util.List getIdentifiers()
void setIdentifiers(java.util.List identifiers)
identifiers
- the list of String representing the DublinCore module
identifiers to set, an empty list or null if none.java.lang.String getIdentifier()
void setIdentifier(java.lang.String identifier)
identifier
- the DublinCore module identifier to set, null if none.java.util.List getSources()
void setSources(java.util.List sources)
sources
- the list of String representing the DublinCore module
sources to set, an empty list or null if none.java.lang.String getSource()
void setSource(java.lang.String source)
source
- the DublinCore module source to set, null if none.java.util.List getLanguages()
void setLanguages(java.util.List languages)
languages
- the list of String representing the DublinCore module
languages to set, an empty list or null if none.java.lang.String getLanguage()
void setLanguage(java.lang.String language)
language
- the DublinCore module language to set, null if none.java.util.List getRelations()
void setRelations(java.util.List relations)
relations
- the list of String representing the DublinCore module
relations to set, an empty list or null if none.java.lang.String getRelation()
void setRelation(java.lang.String relation)
relation
- the DublinCore module relation to set, null if none.java.util.List getCoverages()
void setCoverages(java.util.List coverages)
coverages
- the list of String representing the DublinCore module
coverages to set, an empty list or null if none.java.lang.String getCoverage()
void setCoverage(java.lang.String coverage)
coverage
- the DublinCore module coverage to set, null if none.java.util.List getRightsList()
void setRightsList(java.util.List rights)
rights
- the list of String representing the DublinCore module
rights to set, an empty list or null if none.java.lang.String getRights()
void setRights(java.lang.String rights)
rights
- the DublinCore module rights to set, null if none.Copyright © Sun Microsystems. All Rights Reserved.