|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.etaxonomy.cdm.remote.dto.oaipmh.OaiDc
public class OaiDc
| 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 |
|---|
public OaiDc()
| Method Detail |
|---|
public String getTitle()
public void setTitle(String title)
public String getCreator()
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.
public void setCreator(String creator)
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.
creator - public String getSubject()
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.
public void setSubject(String subject)
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.
subject - public void setDescription(String description)
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.
description - public String getDescription()
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.
public String getPublisher()
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.
public void setPublisher(String publisher)
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.
public void setContributor(String contributor)
public String getContributor()
public org.joda.time.DateTime getDate()
public void setDate(org.joda.time.DateTime date)
public String getType()
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.
public void setType(String type)
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.
type - public String getFormat()
public void setFormat(String format)
public URI getIdentifier()
public void setIdentifier(URI identifier)
public String getSource()
public void setSource(String source)
public String getLanguage()
public void setLanguage(String language)
public void setRelation(String relation)
Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.
relation - public String getRelation()
Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.
public String getCoverage()
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.
public void setCoverage(String coverage)
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.
coverage - public String getRights()
Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.
public void setRights(String rights)
Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.
rights -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||