Java Doc for DCModule.java in  » RSS-RDF » Rome » com » sun » syndication » feed » module » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » RSS RDF » Rome » com.sun.syndication.feed.module 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.sun.syndication.feed.module.DCModule

All known Subclasses:   com.sun.syndication.feed.module.DCModuleImpl,
DCModule
public interface DCModule extends Module,CopyFrom(Code)
Dublin Core Module.


See Also:    Dublin Core module.
author:
   Alejandro Abdelnur



Field Summary
 StringURI
     URI of the Dublin Core Module (http://purl.org/dc/elements/1.1/).


Method Summary
 StringgetContributor()
     Gets the DublinCore module contributor.
 ListgetContributors()
     Returns the DublinCore module contributor.
 StringgetCoverage()
     Gets the DublinCore module coverage.
 ListgetCoverages()
     Returns the DublinCore module coverage.
 StringgetCreator()
     Gets the DublinCore module creator.
 ListgetCreators()
     Returns the DublinCore module creator.
 DategetDate()
     Gets the DublinCore module date.
 ListgetDates()
     Returns the DublinCore module date.
 StringgetDescription()
     Gets the DublinCore module description.
 ListgetDescriptions()
     Returns the DublinCore module description.
 StringgetFormat()
     Gets the DublinCore module format.
 ListgetFormats()
     Returns the DublinCore module format.
 StringgetIdentifier()
     Gets the DublinCore module identifier.
 ListgetIdentifiers()
     Returns the DublinCore module identifier.
 StringgetLanguage()
     Gets the DublinCore module language.
 ListgetLanguages()
     Returns the DublinCore module language.
 StringgetPublisher()
     Gets the DublinCore module publisher.
 ListgetPublishers()
     Returns the DublinCore module publisher.
 StringgetRelation()
     Gets the DublinCore module relation.
 ListgetRelations()
     Returns the DublinCore module relation.
 StringgetRights()
     Gets the DublinCore module right.
 ListgetRightsList()
     Returns the DublinCore module rights.
 StringgetSource()
     Gets the DublinCore module subject.
 ListgetSources()
     Returns the DublinCore module source.
 DCSubjectgetSubject()
     Gets the DublinCore module subject.
 ListgetSubjects()
     Returns the DublinCore module subjects.
 StringgetTitle()
     Gets the DublinCore module title.
 ListgetTitles()
     Returns the DublinCore module titles.
 StringgetType()
     Gets the DublinCore module type.
 ListgetTypes()
     Returns the DublinCore module type.
 voidsetContributor(String contributor)
     Sets the DublinCore module contributor.
 voidsetContributors(List contributors)
     Sets the DublinCore module contributors.
 voidsetCoverage(String coverage)
     Sets the DublinCore module coverage.
 voidsetCoverages(List coverages)
     Sets the DublinCore module coverages.
 voidsetCreator(String creator)
     Sets the DublinCore module creator.
 voidsetCreators(List creators)
     Sets the DublinCore module creators.
 voidsetDate(Date date)
     Sets the DublinCore module date.
 voidsetDates(List dates)
     Sets the DublinCore module dates.
 voidsetDescription(String description)
     Sets the DublinCore module description.
 voidsetDescriptions(List descriptions)
     Sets the DublinCore module descriptions.
 voidsetFormat(String format)
     Sets the DublinCore module format.
 voidsetFormats(List formats)
     Sets the DublinCore module formats.
 voidsetIdentifier(String identifier)
     Sets the DublinCore module identifier.
 voidsetIdentifiers(List identifiers)
     Sets the DublinCore module identifiers.
 voidsetLanguage(String language)
     Sets the DublinCore module language.
 voidsetLanguages(List languages)
     Sets the DublinCore module languages.
 voidsetPublisher(String publisher)
     Sets the DublinCore module publisher.
 voidsetPublishers(List publishers)
     Sets the DublinCore module publishers.
 voidsetRelation(String relation)
     Sets the DublinCore module relation.
 voidsetRelations(List relations)
     Sets the DublinCore module relations.
 voidsetRights(String rights)
     Sets the DublinCore module rights.
 voidsetRightsList(List rights)
     Sets the DublinCore module rightss.
 voidsetSource(String source)
     Sets the DublinCore module source.
 voidsetSources(List sources)
     Sets the DublinCore module sources.
 voidsetSubject(DCSubject subject)
     Sets the DCSubject element.
 voidsetSubjects(List subjects)
     Sets the DublinCore module subjects.
 voidsetTitle(String title)
     Sets the DublinCore module title.
 voidsetTitles(List titles)
     Sets the DublinCore module titles.
 voidsetType(String type)
     Sets the DublinCore module type.
 voidsetTypes(List types)
     Sets the DublinCore module types.

Field Detail
URI
String URI(Code)
URI of the Dublin Core Module (http://purl.org/dc/elements/1.1/).





Method Detail
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.




www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.