public final class XmpMediaManagementPackage extends XmpPackage
Represents XMP Media Management namespace.
namespaceUri, prefix, properties
Constructor and Description |
---|
XmpMediaManagementPackage()
Initializes a new instance of the
XmpMediaManagementPackage class. |
Modifier and Type | Method and Description |
---|---|
void |
addValue(String key,
String value)
Adds string property.
|
String |
getDocumentId()
Gets or sets the document identifier.
|
ResourceEvent[] |
getHistory()
Gets or sets the history.
|
String |
getInstanceId()
Gets or sets the instance identifier.
|
void |
setDerivedFrom(ResourceRef resourceRef)
Sets the derived from.
|
void |
setDocumentId(String value)
Gets or sets the document identifier.
|
void |
setHistory(ResourceEvent[] value)
Gets or sets the history.
|
void |
setInstanceId(String value)
Gets or sets the instance identifier.
|
void |
setOriginalDocumentId(String guid)
Sets the original document id.
|
void |
setOriginalDocumentId(UUID guid)
Sets the original document id.
|
addValue, addValue, addValue, clear, containsKey, getGenericArray, getKeys, getKeyValueAsXml, getLangAlt, getNamespaceUri, getNodeType, getPrefix, getReal, getString, getStringArray, getXmlNamespace, getXmlValue, readByXmpKey, remove, setArray, setBoolValue, setDateValue, setIntValue, setLangAlt, setNullableInt, setRealValue, setStingArray, setTextValue, setXmpComplexTypeValue, setXmpTypeValue, setXmpValue
public XmpMediaManagementPackage()
Initializes a new instance of the XmpMediaManagementPackage
class.
public final String getDocumentId()
Gets or sets the document identifier.
Value: The document identifier.public final void setDocumentId(String value)
Gets or sets the document identifier.
Value: The document identifier.public final ResourceEvent[] getHistory()
Gets or sets the history.
Value: The history.public final void setHistory(ResourceEvent[] value)
Gets or sets the history.
Value: The history.public final String getInstanceId()
Gets or sets the instance identifier.
Value: The instance identifier.public final void setInstanceId(String value)
Gets or sets the instance identifier.
Value: The instance identifier.public void addValue(String key, String value)
Adds string property.
addValue
in class XmpPackage
key
- Media management key.value
- String value.public final void setDerivedFrom(ResourceRef resourceRef)
Sets the derived from.
resourceRef
- The resource reference.public final void setOriginalDocumentId(UUID guid)
Sets the original document id.
guid
- The unique identifier.public final void setOriginalDocumentId(String guid)
Sets the original document id.
guid
- The unique identifier.Copyright © 2017. All rights reserved.