@Deprecated public class DublinCoreSchema extends XmpSchema
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTRIBUTOR
Deprecated.
External Contributors to the resource (other than the authors).
|
static java.lang.String |
COVERAGE
Deprecated.
The extent or scope of the resource.
|
static java.lang.String |
CREATOR
Deprecated.
The authors of the resource (listed in order of precedence, if significant).
|
static java.lang.String |
DATE
Deprecated.
Date(s) that something interesting happened to the resource.
|
static java.lang.String |
DEFAULT_XPATH_ID
Deprecated.
default namespace identifier
|
static java.lang.String |
DEFAULT_XPATH_URI
Deprecated.
default namespace uri
|
static java.lang.String |
DESCRIPTION
Deprecated.
A textual description of the content of the resource.
|
static java.lang.String |
FORMAT
Deprecated.
The file format used when saving the resource.
|
static java.lang.String |
IDENTIFIER
Deprecated.
Unique identifier of the resource.
|
static java.lang.String |
LANGUAGE
Deprecated.
An unordered array specifying the languages used in the resource.
|
static java.lang.String |
PUBLISHER
Deprecated.
Publishers.
|
static java.lang.String |
RELATION
Deprecated.
Relationships to other documents.
|
static java.lang.String |
RIGHTS
Deprecated.
Informal rights statement, selected by language.
|
static java.lang.String |
SOURCE
Deprecated.
Unique identifier of the work from which this resource was derived.
|
static java.lang.String |
SUBJECT
Deprecated.
An unordered array of descriptive phrases or keywords that specify the topic of the content of the resource.
|
static java.lang.String |
TITLE
Deprecated.
The title of the document, or the name given to the resource.
|
static java.lang.String |
TYPE
Deprecated.
A document type; for example, novel, poem, or working paper.
|
Constructor and Description |
---|
DublinCoreSchema()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addAuthor(java.lang.String author)
Deprecated.
Adds a single author.
|
void |
addAuthor(java.lang.String[] author)
Deprecated.
Adds an array of authors.
|
void |
addDescription(LangAlt desc)
Deprecated.
Adds a description.
|
void |
addDescription(java.lang.String desc)
Deprecated.
Adds a description.
|
void |
addPublisher(java.lang.String publisher)
Deprecated.
Adds a single publisher.
|
void |
addPublisher(java.lang.String[] publisher)
Deprecated.
Adds an array of publishers.
|
void |
addSubject(java.lang.String subject)
Deprecated.
Adds a subject.
|
void |
addSubject(java.lang.String[] subject)
Deprecated.
Adds a subject.
|
void |
addTitle(LangAlt title)
Deprecated.
Adds a title.
|
void |
addTitle(java.lang.String title)
Deprecated.
Adds a title.
|
addProperty, escape, getXmlns, process, setProperty, setProperty, setProperty, toString
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNames
public static final java.lang.String DEFAULT_XPATH_ID
public static final java.lang.String DEFAULT_XPATH_URI
public static final java.lang.String CONTRIBUTOR
public static final java.lang.String COVERAGE
public static final java.lang.String CREATOR
public static final java.lang.String DATE
public static final java.lang.String DESCRIPTION
public static final java.lang.String FORMAT
public static final java.lang.String IDENTIFIER
public static final java.lang.String LANGUAGE
public static final java.lang.String PUBLISHER
public static final java.lang.String RELATION
public static final java.lang.String RIGHTS
public static final java.lang.String SOURCE
public static final java.lang.String SUBJECT
public static final java.lang.String TITLE
public static final java.lang.String TYPE
public void addTitle(java.lang.String title)
title
- public void addTitle(LangAlt title)
title
- public void addDescription(java.lang.String desc)
desc
- public void addDescription(LangAlt desc)
desc
- public void addSubject(java.lang.String subject)
subject
- public void addSubject(java.lang.String[] subject)
subject
- array of subjectspublic void addAuthor(java.lang.String author)
author
- public void addAuthor(java.lang.String[] author)
author
- public void addPublisher(java.lang.String publisher)
publisher
- public void addPublisher(java.lang.String[] publisher)
publisher
- Copyright © 2013. All Rights Reserved.