|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Dublin Core ModuleImpl.
Field Summary | |
static java.lang.String |
URI
URI of the Dublin Core ModuleImpl (http://purl.org/dc/elements/1.1/). |
Method Summary | |
java.util.List |
getContributors()
Returns the DublinCore module contributors. |
java.lang.String |
getCoverage()
Returns the DublinCore module coverage. |
java.lang.String |
getCreator()
Returns the DublinCore module creator. |
java.util.Date |
getDate()
Returns the DublinCore module date. |
java.lang.String |
getDescription()
Returns the DublinCore module description. |
java.lang.String |
getFormat()
Returns the DublinCore module format. |
java.lang.String |
getIdentifier()
Returns the DublinCore module identifier. |
java.lang.String |
getLanguage()
Returns the DublinCore module language. |
java.lang.String |
getPublisher()
Returns the DublinCore module publisher. |
java.lang.String |
getRelation()
Returns the DublinCore module relation. |
java.lang.String |
getRights()
Returns the DublinCore module rights. |
java.lang.String |
getSource()
Returns the DublinCore module source. |
java.util.List |
getSubjects()
Returns the DublinCore module subjects. |
java.lang.String |
getTitle()
Returns the DublinCore module title. |
java.lang.String |
getType()
Returns the DublinCore module type. |
void |
setContributors(java.util.List contributors)
Sets the DublinCore module contributors. |
void |
setCoverage(java.lang.String coverage)
Sets the DublinCore module coverage. |
void |
setCreator(java.lang.String creator)
Sets the DublinCore module creator. |
void |
setDate(java.util.Date date)
Sets the DublinCore module date. |
void |
setDescription(java.lang.String description)
Sets the DublinCore module description. |
void |
setFormat(java.lang.String format)
Sets the DublinCore module format. |
void |
setIdentifier(java.lang.String identifier)
Sets the DublinCore module identifier. |
void |
setLanguage(java.lang.String language)
Sets the DublinCore module language. |
void |
setPublisher(java.lang.String publisher)
Sets the DublinCore module publisher. |
void |
setRelation(java.lang.String relation)
Sets the DublinCore module relation. |
void |
setRights(java.lang.String rights)
Sets the DublinCore module rights. |
void |
setSource(java.lang.String source)
Sets the DublinCore module source. |
void |
setSubjects(java.util.List subjects)
Sets the DublinCore module subjects. |
void |
setTitle(java.lang.String title)
Sets the DublinCore module title. |
void |
setType(java.lang.String type)
Sets the DublinCore module type. |
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 |
public static final java.lang.String URI
Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- the DublinCore module title to set, null if none.public java.lang.String getCreator()
public void setCreator(java.lang.String creator)
creator
- the DublinCore module creator to set, null if none.public java.util.List getSubjects()
public 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.public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the DublinCore module description to set, null if none.public java.lang.String getPublisher()
public void setPublisher(java.lang.String publisher)
publisher
- the DublinCore module publisher to set, null if none.public java.util.List getContributors()
public void setContributors(java.util.List contributors)
contributors
- the list of String elements with the DublinCore module contributors to set,
an empty list or null if none.public java.util.Date getDate()
public void setDate(java.util.Date date)
date
- the DublinCore module date to set, null if none.public java.lang.String getType()
public void setType(java.lang.String type)
type
- the DublinCore module type to set, null if none.public java.lang.String getFormat()
public void setFormat(java.lang.String format)
format
- the DublinCore module format to set, null if none.public java.lang.String getIdentifier()
public void setIdentifier(java.lang.String identifier)
identifier
- the DublinCore module identifier to set, null if none.public java.lang.String getSource()
public void setSource(java.lang.String source)
source
- the DublinCore module source to set, null if none.public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language
- the DublinCore module language to set, null if none.public java.lang.String getRelation()
public void setRelation(java.lang.String relation)
relation
- the DublinCore module relation to set, null if none.public java.lang.String getCoverage()
public void setCoverage(java.lang.String coverage)
coverage
- the DublinCore module coverage to set, null if none.public java.lang.String getRights()
public void setRights(java.lang.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 |