public final class XmpMediaManagementPackage extends XmpPackage
Represents XMP Media Management namespace.
| 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.
|
void |
setDerivedFrom(ResourceRef resourceRef)
Sets the derived from.
|
void |
setDocumentId(String guid)
Sets the document identifier.
|
void |
setDocumentId(UUID guid)
Sets the document identifier.
|
void |
setInstanceId(String guid)
Sets instance id.
|
void |
setInstanceId(UUID guid)
Sets instance id.
|
void |
setOriginalDocumentId(String guid)
Sets the original document id.
|
void |
setOriginalDocumentId(UUID guid)
Sets the original document id.
|
clear, containsKey, get_Item, getKeys, getNamespaceUri, getPrefix, getXmlNamespace, getXmlValue, iterator, remove, set_Item, setValue, setXmpTypeValueequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic XmpMediaManagementPackage()
Initializes a new instance of the XmpMediaManagementPackage class.
public void addValue(String key, String value)
Adds string property.
addValue in class XmpPackagekey - The string representation of key that is identified with added value.value - The string value.public void setDerivedFrom(ResourceRef resourceRef)
Sets the derived from.
resourceRef - The resource reference.public void setDocumentId(UUID guid)
Sets the document identifier.
guid - The unique identifier.public void setDocumentId(String guid)
Sets the document identifier.
guid - The unique identifier.public void setInstanceId(UUID guid)
Sets instance id.
guid - The unique identifier.public void setInstanceId(String guid)
Sets instance id.
guid - The unique identifier.public void setOriginalDocumentId(UUID guid)
Sets the original document id.
guid - The unique identifier.public void setOriginalDocumentId(String guid)
Sets the original document id.
guid - The unique identifier.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.