@Deprecated public final class XmpMediaManagementPackage extends XmpPackage
Represents XMP Media Management namespace.
namespaceUri, prefix, properties
Constructor and Description |
---|
XmpMediaManagementPackage()
Deprecated.
Initializes a new instance of the
XmpMediaManagementPackage class. |
Modifier and Type | Method and Description |
---|---|
void |
addValue(String key,
String value)
Deprecated.
Adds string property.
|
String |
getDocumentId()
Deprecated.
Gets the document identifier.
|
ResourceEvent[] |
getHistory()
Deprecated.
Gets the history.
|
String |
getInstanceId()
Deprecated.
Gets the instance identifier.
|
void |
setDerivedFrom(ResourceRef resourceRef)
Deprecated.
Sets the derived from.
|
void |
setDocumentId(String value)
Deprecated.
Sets the document identifier.
|
void |
setHistory(ResourceEvent[] value)
Deprecated.
Sets the history.
|
void |
setInstanceId(String value)
Deprecated.
Sets the instance identifier.
|
void |
setOriginalDocumentId(String guid)
Deprecated.
Sets the original document id.
|
void |
setOriginalDocumentId(UUID guid)
Deprecated.
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 the document identifier.
public final void setDocumentId(String value)
Sets the document identifier.
value
- The document identifier.public final ResourceEvent[] getHistory()
Gets the history.
public final void setHistory(ResourceEvent[] value)
Sets the history.
value
- The history.public final String getInstanceId()
Gets the instance identifier.
public final void setInstanceId(String value)
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 © 2020. All rights reserved.