org.openrdf.concepts.dc
Interface DcResource

All Superinterfaces:
Entity, Resource
All Known Subinterfaces:
Channel, Image, Item, RssResource, Textinput

public interface DcResource
extends Resource


Method Summary
 Set<Object> getDcContributors()
          An entity responsible for making contributions to the content of the resource.
 Set<String> getDcCoverages()
          The extent or scope of the content of the resource.
 Set<Object> getDcCreators()
          An entity primarily responsible for making the content of the resource.
 Set<XMLGregorianCalendar> getDcDates()
          A date associated with an event in the life cycle of the resource.
 String getDcDescription()
          An account of the content of the resource.
 Set<String> getDcFormats()
          The physical or digital manifestation of the resource.
 Set<String> getDcIdentifiers()
          An unambiguous reference to the resource within a given context.
 Set<String> getDcLanguages()
          A language of the intellectual content of the resource.
 Set<Object> getDcPublishers()
          An entity responsible for making the resource available
 Set<Object> getDcRelations()
          A reference to a related resource.
 Set<String> getDcRights()
          Information about rights held in and over the resource.
 Set<Object> getDcSources()
          A reference to a resource from which the present resource is derived.
 Set<String> getDcSubjects()
          The topic of the content of the resource.
 String getDcTitle()
          A name given to the resource.
 Set<Object> getDcTypes()
          The nature or genre of the content of the resource.
 void setDcContributors(Set<Object> value)
          An entity responsible for making contributions to the content of the resource.
 void setDcCoverages(Set<String> value)
          The extent or scope of the content of the resource.
 void setDcCreators(Set<Object> value)
          An entity primarily responsible for making the content of the resource.
 void setDcDates(Set<XMLGregorianCalendar> value)
          A date associated with an event in the life cycle of the resource.
 void setDcDescription(String value)
          An account of the content of the resource.
 void setDcFormats(Set<String> value)
          The physical or digital manifestation of the resource.
 void setDcIdentifiers(Set<String> value)
          An unambiguous reference to the resource within a given context.
 void setDcLanguages(Set<String> value)
          A language of the intellectual content of the resource.
 void setDcPublishers(Set<Object> value)
          An entity responsible for making the resource available
 void setDcRelations(Set<Object> value)
          A reference to a related resource.
 void setDcRights(Set<String> value)
          Information about rights held in and over the resource.
 void setDcSources(Set<Object> value)
          A reference to a resource from which the present resource is derived.
 void setDcSubjects(Set<String> value)
          The topic of the content of the resource.
 void setDcTitle(String value)
          A name given to the resource.
 void setDcTypes(Set<Object> value)
          The nature or genre of the content of the resource.
 
Methods inherited from interface org.openrdf.concepts.rdfs.Resource
getRdfsComment, getRdfsIsDefinedBy, getRdfsLabel, getRdfsMembers, getRdfsSeeAlso, getRdfTypes, getRdfValues, setRdfsComment, setRdfsIsDefinedBy, setRdfsLabel, setRdfsMembers, setRdfsSeeAlso, setRdfTypes, setRdfValues
 
Methods inherited from interface org.openrdf.elmo.Entity
getElmoManager, getQName
 

Method Detail

getDcContributors

Set<Object> getDcContributors()
An entity responsible for making contributions to the content of the resource.


setDcContributors

void setDcContributors(Set<Object> value)
An entity responsible for making contributions to the content of the resource.


getDcCoverages

Set<String> getDcCoverages()
The extent or scope of the content of the resource.


setDcCoverages

void setDcCoverages(Set<String> value)
The extent or scope of the content of the resource.


getDcCreators

Set<Object> getDcCreators()
An entity primarily responsible for making the content of the resource.


setDcCreators

void setDcCreators(Set<Object> value)
An entity primarily responsible for making the content of the resource.


getDcDates

Set<XMLGregorianCalendar> getDcDates()
A date associated with an event in the life cycle of the resource.


setDcDates

void setDcDates(Set<XMLGregorianCalendar> value)
A date associated with an event in the life cycle of the resource.


getDcDescription

String getDcDescription()
An account of the content of the resource.


setDcDescription

void setDcDescription(String value)
An account of the content of the resource.


getDcFormats

Set<String> getDcFormats()
The physical or digital manifestation of the resource.


setDcFormats

void setDcFormats(Set<String> value)
The physical or digital manifestation of the resource.


getDcIdentifiers

Set<String> getDcIdentifiers()
An unambiguous reference to the resource within a given context.


setDcIdentifiers

void setDcIdentifiers(Set<String> value)
An unambiguous reference to the resource within a given context.


getDcLanguages

Set<String> getDcLanguages()
A language of the intellectual content of the resource.


setDcLanguages

void setDcLanguages(Set<String> value)
A language of the intellectual content of the resource.


getDcPublishers

Set<Object> getDcPublishers()
An entity responsible for making the resource available


setDcPublishers

void setDcPublishers(Set<Object> value)
An entity responsible for making the resource available


getDcRelations

Set<Object> getDcRelations()
A reference to a related resource.


setDcRelations

void setDcRelations(Set<Object> value)
A reference to a related resource.


getDcRights

Set<String> getDcRights()
Information about rights held in and over the resource.


setDcRights

void setDcRights(Set<String> value)
Information about rights held in and over the resource.


getDcSources

Set<Object> getDcSources()
A reference to a resource from which the present resource is derived.


setDcSources

void setDcSources(Set<Object> value)
A reference to a resource from which the present resource is derived.


getDcSubjects

Set<String> getDcSubjects()
The topic of the content of the resource.


setDcSubjects

void setDcSubjects(Set<String> value)
The topic of the content of the resource.


getDcTitle

String getDcTitle()
A name given to the resource.


setDcTitle

void setDcTitle(String value)
A name given to the resource.


getDcTypes

Set<Object> getDcTypes()
The nature or genre of the content of the resource.


setDcTypes

void setDcTypes(Set<Object> value)
The nature or genre of the content of the resource.



Copyright © 2004-2007. All Rights Reserved.