| com.sun.syndication.feed.module.DCModule
All known Subclasses: com.sun.syndication.feed.module.DCModuleImpl,
Field Summary | |
String | URI URI of the Dublin Core Module (http://purl.org/dc/elements/1.1/). |
URI | String URI(Code) | | URI of the Dublin Core Module (http://purl.org/dc/elements/1.1/).
|
getContributor | String getContributor()(Code) | | Gets the DublinCore module contributor. Convenience method that can be
used to obtain the first item, null if none.
the first DublinCore module contributor, null if none. |
getContributors | List getContributors()(Code) | | Returns the DublinCore module contributor.
a list of Strings representing the DublinCore module contributor,an empty list if none. |
getCoverage | String getCoverage()(Code) | | Gets the DublinCore module coverage. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module coverage, null if none. |
getCoverages | List getCoverages()(Code) | | Returns the DublinCore module coverage.
a list of Strings representing the DublinCore module coverage,an empty list if none. |
getCreator | String getCreator()(Code) | | Gets the DublinCore module creator. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module creator, null if none. |
getCreators | List getCreators()(Code) | | Returns the DublinCore module creator.
a list of Strings representing the DublinCore module creator,an empty list if none. |
getDate | Date getDate()(Code) | | Gets the DublinCore module date. Convenience method that can be used to
obtain the first item, null if none.
the first DublinCore module date, null if none. |
getDates | List getDates()(Code) | | Returns the DublinCore module date.
a list of Strings representing the DublinCore module date,an empty list if none. |
getDescription | String getDescription()(Code) | | Gets the DublinCore module description. Convenience method that can be
used to obtain the first item, null if none.
the first DublinCore module description, null if none. |
getDescriptions | List getDescriptions()(Code) | | Returns the DublinCore module description.
a list of Strings representing the DublinCore module description,an empty list if none. |
getFormat | String getFormat()(Code) | | Gets the DublinCore module format. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module format, null if none. |
getFormats | List getFormats()(Code) | | Returns the DublinCore module format.
a list of Strings representing the DublinCore module format,an empty list if none. |
getIdentifier | String getIdentifier()(Code) | | Gets the DublinCore module identifier. Convenience method that can be
used to obtain the first item, null if none.
the first DublinCore module identifier, null if none. |
getIdentifiers | List getIdentifiers()(Code) | | Returns the DublinCore module identifier.
a list of Strings representing the DublinCore module identifier,an empty list if none. |
getLanguage | String getLanguage()(Code) | | Gets the DublinCore module language. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module language, null if none. |
getLanguages | List getLanguages()(Code) | | Returns the DublinCore module language.
a list of Strings representing the DublinCore module language,an empty list if none. |
getPublisher | String getPublisher()(Code) | | Gets the DublinCore module publisher. Convenience method that can be
used to obtain the first item, null if none.
the first DublinCore module publisher, null if none. |
getPublishers | List getPublishers()(Code) | | Returns the DublinCore module publisher.
a list of Strings representing the DublinCore module publisher,an empty list if none. |
getRelation | String getRelation()(Code) | | Gets the DublinCore module relation. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module relation, null if none. |
getRelations | List getRelations()(Code) | | Returns the DublinCore module relation.
a list of Strings representing the DublinCore module relation,an empty list if none. |
getRights | String getRights()(Code) | | Gets the DublinCore module right. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module right, null if none. |
getRightsList | List getRightsList()(Code) | | Returns the DublinCore module rights.
a list of Strings representing the DublinCore module rights,an empty list if none. |
getSource | String getSource()(Code) | | Gets the DublinCore module subject. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module creator, null if none. |
getSources | List getSources()(Code) | | Returns the DublinCore module source.
a list of Strings representing the DublinCore module source,an empty list if none. |
getSubject | DCSubject getSubject()(Code) | | Gets the DublinCore module subject. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module subject, null if none. |
getSubjects | List getSubjects()(Code) | | Returns the DublinCore module subjects.
a list of DCSubject elements with the DublinCore module subjects,an empty list if none. |
getTitle | String getTitle()(Code) | | Gets the DublinCore module title. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module title, null if none. |
getTitles | List getTitles()(Code) | | Returns the DublinCore module titles.
a list of Strings representing the DublinCore module title,an empty list if none. |
getType | String getType()(Code) | | Gets the DublinCore module type. Convenience method that can be used
to obtain the first item, null if none.
the first DublinCore module type, null if none. |
getTypes | List getTypes()(Code) | | Returns the DublinCore module type.
a list of Strings representing the DublinCore module type,an empty list if none. |
setContributor | void setContributor(String contributor)(Code) | | 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 | void setContributors(List contributors)(Code) | | Sets the DublinCore module contributors.
Parameters: contributors - the list of String representing the DublinCore modulecontributors to set, an empty list or null if none. |
setCoverage | void setCoverage(String coverage)(Code) | | 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 | void setCoverages(List coverages)(Code) | | Sets the DublinCore module coverages.
Parameters: coverages - the list of String representing the DublinCore modulecoverages to set, an empty list or null if none. |
setCreator | void setCreator(String creator)(Code) | | 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 | void setCreators(List creators)(Code) | | Sets the DublinCore module creators.
Parameters: creators - the list of String representing the DublinCore modulecreators to set, an empty list or null if none. |
setDate | void setDate(Date date)(Code) | | 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 | void setDates(List dates)(Code) | | 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 | void setDescription(String description)(Code) | | 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 | void setDescriptions(List descriptions)(Code) | | Sets the DublinCore module descriptions.
Parameters: descriptions - the list of String representing the DublinCoremodule descriptions to set, an empty list or null if none. |
setFormat | void setFormat(String format)(Code) | | 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 | void setFormats(List formats)(Code) | | Sets the DublinCore module formats.
Parameters: formats - the list of String representing the DublinCore moduleformats to set, an empty list or null if none. |
setIdentifier | void setIdentifier(String identifier)(Code) | | 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 | void setIdentifiers(List identifiers)(Code) | | Sets the DublinCore module identifiers.
Parameters: identifiers - the list of String representing the DublinCore moduleidentifiers to set, an empty list or null if none. |
setLanguage | void setLanguage(String language)(Code) | | 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 | void setLanguages(List languages)(Code) | | Sets the DublinCore module languages.
Parameters: languages - the list of String representing the DublinCore modulelanguages to set, an empty list or null if none. |
setPublisher | void setPublisher(String publisher)(Code) | | 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 | void setPublishers(List publishers)(Code) | | Sets the DublinCore module publishers.
Parameters: publishers - the list of String representing the DublinCore modulepublishers to set, an empty list or null if none. |
setRelation | void setRelation(String relation)(Code) | | 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 | void setRelations(List relations)(Code) | | Sets the DublinCore module relations.
Parameters: relations - the list of String representing the DublinCore modulerelations to set, an empty list or null if none. |
setRights | void setRights(String rights)(Code) | | 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 | void setRightsList(List rights)(Code) | | Sets the DublinCore module rightss.
Parameters: rights - the list of String representing the DublinCore modulerights to set, an empty list or null if none. |
setSource | void setSource(String source)(Code) | | 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 | void setSources(List sources)(Code) | | Sets the DublinCore module sources.
Parameters: sources - the list of String representing the DublinCore modulesources to set, an empty list or null if none. |
setSubject | void setSubject(DCSubject subject)(Code) | | 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 | void setSubjects(List subjects)(Code) | | 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 | void setTitle(String title)(Code) | | 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 | void setTitles(List titles)(Code) | | Sets the DublinCore module titles.
Parameters: titles - the list of String representing the DublinCore module titlesto set, an empty list or null if none. |
setType | void setType(String type)(Code) | | 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 | void setTypes(List types)(Code) | | 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. |
|
|