Package com.aowagie.text.xml.xmp
Class XmpBasicSchema
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
com.aowagie.text.xml.xmp.XmpSchema
com.aowagie.text.xml.xmp.XmpBasicSchema
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Object>
An implementation of an XmpSchema.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
The date and time the resource was originally created.private static final String
The name of the first known tool used to create the resource.private static final String
default namespace identifierprivate static final String
default namespace uriprivate static final String
An unordered array of text strings that unambiguously identify the resource within a given context.private static final String
The date and time that any metadata for this resource was last changed.private static final String
The date and time the resource was last modified.private static final String
A short informal name for the resource.private static final long
Fields inherited from class java.util.Properties
defaults
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
addCreateDate
(String date) Adds the creation date.(package private) void
addCreatorTool
(String creator) Adds the creatortool.(package private) void
addModDate
(String date) Adds the modification date.Methods inherited from class com.aowagie.text.xml.xmp.XmpSchema
escape, getXmlns, setProperty, setProperty, toString
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, values
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
DEFAULT_XPATH_ID
default namespace identifier- See Also:
-
DEFAULT_XPATH_URI
default namespace uri- See Also:
-
CREATEDATE
The date and time the resource was originally created.- See Also:
-
CREATORTOOL
The name of the first known tool used to create the resource. If history is present in the metadata, this value should be equivalent to that of xmpMM:History's softwareAgent property.- See Also:
-
IDENTIFIER
An unordered array of text strings that unambiguously identify the resource within a given context.- See Also:
-
METADATADATE
The date and time that any metadata for this resource was last changed.- See Also:
-
MODIFYDATE
The date and time the resource was last modified.- See Also:
-
NICKNAME
A short informal name for the resource.- See Also:
-
-
Constructor Details
-
XmpBasicSchema
public XmpBasicSchema()
-
-
Method Details
-
addCreatorTool
Adds the creatortool.- Parameters:
creator
-
-
addCreateDate
Adds the creation date.- Parameters:
date
-
-
addModDate
Adds the modification date.- Parameters:
date
-
-