org.openrdf.concepts.dc
Interface DcResource

All Superinterfaces:
Entity, Resource
All Known Subinterfaces:
Box, Channel, DateScheme, DCMIType, DctermsResource, DDC, FormatScheme, IdentifierScheme, Image, IMT, ISO3166, ISO6392, Item, LanguageScheme, LCC, LCSH, MESH, NLM, Period, Point, RelationScheme, RFC1766, RFC3066, RssResource, SourceScheme, SpatialScheme, SubjectScheme, TemporalScheme, Textinput, TGN, TypeScheme, UDC, URI, W3CDTF

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<?> value)
          An entity responsible for making contributions to the content of the resource.
 void setDcCoverages(Set<? extends String> value)
          The extent or scope of the content of the resource.
 void setDcCreators(Set<?> value)
          An entity primarily responsible for making the content of the resource.
 void setDcDates(Set<? extends 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<? extends String> value)
          The physical or digital manifestation of the resource.
 void setDcIdentifiers(Set<? extends String> value)
          An unambiguous reference to the resource within a given context.
 void setDcLanguages(Set<? extends String> value)
          A language of the intellectual content of the resource.
 void setDcPublishers(Set<?> value)
          An entity responsible for making the resource available
 void setDcRelations(Set<?> value)
          A reference to a related resource.
 void setDcRights(Set<? extends String> value)
          Information about rights held in and over the resource.
 void setDcSources(Set<?> value)
          A reference to a resource from which the present resource is derived.
 void setDcSubjects(Set<? extends String> value)
          The topic of the content of the resource.
 void setDcTitle(String value)
          A name given to the resource.
 void setDcTypes(Set<?> 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<?> 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<? extends 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<?> 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<? extends 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<? extends 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<? extends 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<? extends 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<?> value)
An entity responsible for making the resource available


getDcRelations

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


setDcRelations

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


getDcRights

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


setDcRights

void setDcRights(Set<? extends 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<?> 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<? extends 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<?> value)
The nature or genre of the content of the resource.



Copyright © 2004-2008 Aduna. All Rights Reserved.