@Deprecated public class XmpBasicSchema extends XmpSchema
Modifier and Type | Field and Description |
---|---|
static String |
ADVISORY
Deprecated.
An unordered array specifying properties that were edited outside the authoring application.
|
static String |
BASEURL
Deprecated.
The base URL for relative URLs in the document content.
|
static String |
CREATEDATE
Deprecated.
The date and time the resource was originally created.
|
static String |
CREATORTOOL
Deprecated.
The name of the first known tool used to create the resource.
|
static String |
DEFAULT_XPATH_ID
Deprecated.
default namespace identifier
|
static String |
DEFAULT_XPATH_URI
Deprecated.
default namespace uri
|
static String |
IDENTIFIER
Deprecated.
An unordered array of text strings that unambiguously identify the resource within a given context.
|
static String |
METADATADATE
Deprecated.
The date and time that any metadata for this resource was last changed.
|
static String |
MODIFYDATE
Deprecated.
The date and time the resource was last modified.
|
static String |
NICKNAME
Deprecated.
A short informal name for the resource.
|
static String |
THUMBNAILS
Deprecated.
An alternative array of thumbnail images for a file, which can differ in characteristics such as size or image encoding.
|
defaults
Constructor and Description |
---|
XmpBasicSchema()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addCreateDate(String date)
Deprecated.
Adds the creation date.
|
void |
addCreatorTool(String creator)
Deprecated.
Adds the creatortool.
|
void |
addIdentifiers(String[] id)
Deprecated.
Adds the identifier.
|
void |
addMetaDataDate(String date)
Deprecated.
Adds the meta data date.
|
void |
addModDate(String date)
Deprecated.
Adds the modification date.
|
void |
addNickname(String name)
Deprecated.
Adds the nickname.
|
addProperty, escape, getXmlns, process, setProperty, setProperty, setProperty, toString
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, store, store, storeToXML, storeToXML, stringPropertyNames
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, values
public static final String DEFAULT_XPATH_ID
public static final String DEFAULT_XPATH_URI
public static final String ADVISORY
public static final String BASEURL
public static final String CREATEDATE
public static final String CREATORTOOL
public static final String IDENTIFIER
public static final String METADATADATE
public static final String MODIFYDATE
public static final String NICKNAME
public static final String THUMBNAILS
public void addCreatorTool(String creator)
creator
-
public void addCreateDate(String date)
date
-
public void addModDate(String date)
date
-
public void addMetaDataDate(String date)
date
-
public void addIdentifiers(String[] id)
id
-
public void addNickname(String name)
name
-
Copyright © 2016. All rights reserved.