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, setXmpTypeValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public XmpMediaManagementPackage()
Initializes a new instance of the XmpMediaManagementPackage
class.
public void addValue(String key, String value)
Adds string property.
addValue
in class XmpPackage
key
- 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.