eu.etaxonomy.cdm.remote.dto.oaipmh
Class OaiDc

java.lang.Object
  extended by eu.etaxonomy.cdm.remote.dto.oaipmh.OaiDc

public class OaiDc
extends Object


Constructor Summary
OaiDc()
           
 
Method Summary
 String getContributor()
           
 String getCoverage()
          The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.
 String getCreator()
          An entity primarily responsible for making the resource.
 org.joda.time.DateTime getDate()
           
 String getDescription()
          An account of the resource.
 String getFormat()
           
 URI getIdentifier()
           
 String getLanguage()
           
 String getPublisher()
          An entity responsible for making the resource available.
 String getRelation()
          A related resource.
 String getRights()
          Information about rights held in and over the resource.
 String getSource()
           
 String getSubject()
          The topic of the resource.
 String getTitle()
           
 String getType()
          The nature or genre of the resource.
 void setContributor(String contributor)
           
 void setCoverage(String coverage)
          The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.
 void setCreator(String creator)
          An entity primarily responsible for making the resource.
 void setDate(org.joda.time.DateTime date)
           
 void setDescription(String description)
          An account of the resource.
 void setFormat(String format)
           
 void setIdentifier(URI identifier)
           
 void setLanguage(String language)
           
 void setPublisher(String publisher)
          An entity responsible for making the resource available.
 void setRelation(String relation)
          A related resource.
 void setRights(String rights)
          Information about rights held in and over the resource.
 void setSource(String source)
           
 void setSubject(String subject)
          The topic of the resource.
 void setTitle(String title)
           
 void setType(String type)
          The nature or genre of the resource.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OaiDc

public OaiDc()
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getCreator

public String getCreator()
An entity primarily responsible for making the resource.

Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.

Returns:

setCreator

public void setCreator(String creator)
An entity primarily responsible for making the resource.

Examples of a Creator include a person, an organization, or a service. Typically, the name of a Creator should be used to indicate the entity.

Parameters:
creator -

getSubject

public String getSubject()
The topic of the resource.

Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary. To describe the spatial or temporal topic of the resource, use the Coverage element.

Returns:

setSubject

public void setSubject(String subject)
The topic of the resource.

Typically, the subject will be represented using keywords, key phrases, or classification codes. Recommended best practice is to use a controlled vocabulary. To describe the spatial or temporal topic of the resource, use the Coverage element.

Parameters:
subject -

setDescription

public void setDescription(String description)
An account of the resource.

Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.

Parameters:
description -

getDescription

public String getDescription()
An account of the resource.

Description may include but is not limited to: an abstract, a table of contents, a graphical representation, or a free-text account of the resource.

Returns:

getPublisher

public String getPublisher()
An entity responsible for making the resource available.

Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.

Returns:

setPublisher

public void setPublisher(String publisher)
An entity responsible for making the resource available.

Examples of a Publisher include a person, an organization, or a service. Typically, the name of a Publisher should be used to indicate the entity.


setContributor

public void setContributor(String contributor)

getContributor

public String getContributor()

getDate

public org.joda.time.DateTime getDate()

setDate

public void setDate(org.joda.time.DateTime date)

getType

public String getType()
The nature or genre of the resource.

Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE] http://dublincore.org/documents/dcmi-type-vocabulary/. To describe the file format, physical medium, or dimensions of the resource, use the Format element.

Returns:

setType

public void setType(String type)
The nature or genre of the resource.

Recommended best practice is to use a controlled vocabulary such as the DCMI Type Vocabulary [DCMITYPE] http://dublincore.org/documents/dcmi-type-vocabulary/. To describe the file format, physical medium, or dimensions of the resource, use the Format element.

Parameters:
type -

getFormat

public String getFormat()

setFormat

public void setFormat(String format)

getIdentifier

public URI getIdentifier()

setIdentifier

public void setIdentifier(URI identifier)

getSource

public String getSource()

setSource

public void setSource(String source)

getLanguage

public String getLanguage()

setLanguage

public void setLanguage(String language)

setRelation

public void setRelation(String relation)
A related resource.

Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.

Parameters:
relation -

getRelation

public String getRelation()
A related resource.

Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.

Returns:

getCoverage

public String getCoverage()
The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.

Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges.

Returns:

setCoverage

public void setCoverage(String coverage)
The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.

Spatial topic and spatial applicability may be a named place or a location specified by its geographic coordinates. Temporal topic may be a named period, date, or date range. A jurisdiction may be a named administrative entity or a geographic place to which the resource applies. Recommended best practice is to use a controlled vocabulary such as the Thesaurus of Geographic Names [TGN]. Where appropriate, named places or time periods can be used in preference to numeric identifiers such as sets of coordinates or date ranges.

Parameters:
coverage -

getRights

public String getRights()
Information about rights held in and over the resource.

Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.

Returns:

setRights

public void setRights(String rights)
Information about rights held in and over the resource.

Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.

Parameters:
rights -


Copyright © 2007-2013 EDIT. All Rights Reserved.