XmpMediaManagementPackage

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.XmpMetadataContainer, com.groupdocs.metadata.core.XmpPackage

public final class XmpMediaManagementPackage extends XmpPackage

Represents the XMP Media Management namespace.

Constructors

Constructor Description
XmpMediaManagementPackage() Initializes a new instance of the XmpMediaManagementPackage class.

Methods

Method Description
getDerivedFrom() Gets the reference to the resource from which this one is derived.
setDerivedFrom(XmpResourceRef value) Sets the reference to the resource from which this one is derived.
getDocumentID() Gets the common identifier for all versions and renditions of the resource.
setDocumentID(String value) Sets the common identifier for all versions and renditions of the resource.
getHistory() Gets an array of high-level actions that resulted in this resource.
setHistory(XmpResourceEvent[] value) Sets an array of high-level actions that resulted in this resource.
getIngredients() Gets the references to resources that were incorporated, by inclusion or reference, into this resource.
setIngredients(XmpResourceRef[] value) Sets the references to resources that were incorporated, by inclusion or reference, into this resource.
getInstanceID() Gets the identifier for a specific incarnation of a resource, updated each time the file is saved.
setInstanceID(String value) Sets the identifier for a specific incarnation of a resource, updated each time the file is saved.
getManagedFrom() Gets the reference to the document as it was prior to becoming managed.
setManagedFrom(XmpResourceRef value) Sets the reference to the document as it was prior to becoming managed.
getManager() Gets the name of the asset management system that manages this resource.
setManager(String value) Sets the name of the asset management system that manages this resource.
getManageTo() Gets the URI identifying the managed resource to the asset management system
setManageTo(String value) Sets the URI identifying the managed resource to the asset management system
getManageUI() Gets the URI that can be used to access information about the managed resource through a web browser.
setManageUI(String value) Sets the URI that can be used to access information about the managed resource through a web browser.
getManagerVariant() Gets the particular variant of the asset management system.
setManagerVariant(String value) Sets the particular variant of the asset management system.
getOriginalDocumentID() Gets the common identifier for the original resource from which the current resource is derived.
setOriginalDocumentID(String value) Sets the common identifier for the original resource from which the current resource is derived.
getRenditionClass() Gets the rendition class name for this resource.
setRenditionClass(String value) Sets the rendition class name for this resource.
getRenditionParams() Gets the value that is used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM:RenditionClass.
setRenditionParams(String value) Sets the value that is used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM:RenditionClass.
getVersionID() Gets the document version identifier for this resource.
setVersionID(String value) Sets the document version identifier for this resource.
getVersions() Gets the version history associated with this resource.
setVersions(XmpVersion[] value) Sets the version history associated with this resource.

XmpMediaManagementPackage()

public XmpMediaManagementPackage()

Initializes a new instance of the XmpMediaManagementPackage class.

getDerivedFrom()

public final XmpResourceRef getDerivedFrom()

Gets the reference to the resource from which this one is derived.

Returns: XmpResourceRef - The the reference to the resource from which this one is derived.

setDerivedFrom(XmpResourceRef value)

public final void setDerivedFrom(XmpResourceRef value)

Sets the reference to the resource from which this one is derived.

Parameters:

Parameter Type Description
value XmpResourceRef The the reference to the resource from which this one is derived.

getDocumentID()

public final String getDocumentID()

Gets the common identifier for all versions and renditions of the resource.

Returns: java.lang.String - The common identifier for all versions and renditions of the resource.

setDocumentID(String value)

public final void setDocumentID(String value)

Sets the common identifier for all versions and renditions of the resource.

Parameters:

Parameter Type Description
value java.lang.String The common identifier for all versions and renditions of the resource.

getHistory()

public final XmpResourceEvent[] getHistory()

Gets an array of high-level actions that resulted in this resource.

Returns: com.groupdocs.metadata.core.XmpResourceEvent[] - An array of high-level actions that resulted in this resource.

setHistory(XmpResourceEvent[] value)

public final void setHistory(XmpResourceEvent[] value)

Sets an array of high-level actions that resulted in this resource.

Parameters:

Parameter Type Description
value XmpResourceEvent[] An array of high-level actions that resulted in this resource.

getIngredients()

public final XmpResourceRef[] getIngredients()

Gets the references to resources that were incorporated, by inclusion or reference, into this resource.

Returns: com.groupdocs.metadata.core.XmpResourceRef[] - The references to resources that were incorporated, by inclusion or reference, into this resource.

setIngredients(XmpResourceRef[] value)

public final void setIngredients(XmpResourceRef[] value)

Sets the references to resources that were incorporated, by inclusion or reference, into this resource.

Parameters:

Parameter Type Description
value XmpResourceRef[] The references to resources that were incorporated, by inclusion or reference, into this resource.

getInstanceID()

public final String getInstanceID()

Gets the identifier for a specific incarnation of a resource, updated each time the file is saved.

Returns: java.lang.String - The identifier for a specific incarnation of a resource, updated each time a file is saved.

setInstanceID(String value)

public final void setInstanceID(String value)

Sets the identifier for a specific incarnation of a resource, updated each time the file is saved.

Parameters:

Parameter Type Description
value java.lang.String The identifier for a specific incarnation of a resource, updated each time a file is saved.

getManagedFrom()

public final XmpResourceRef getManagedFrom()

Gets the reference to the document as it was prior to becoming managed.

Returns: XmpResourceRef - The reference to the document as it was prior to becoming managed.

setManagedFrom(XmpResourceRef value)

public final void setManagedFrom(XmpResourceRef value)

Sets the reference to the document as it was prior to becoming managed.

Parameters:

Parameter Type Description
value XmpResourceRef The reference to the document as it was prior to becoming managed.

getManager()

public final String getManager()

Gets the name of the asset management system that manages this resource.

Returns: java.lang.String - The name of the asset management system that manages this resource.

setManager(String value)

public final void setManager(String value)

Sets the name of the asset management system that manages this resource.

Parameters:

Parameter Type Description
value java.lang.String The name of the asset management system that manages this resource.

getManageTo()

public final String getManageTo()

Gets the URI identifying the managed resource to the asset management system

Returns: java.lang.String - The URI identifying the managed resource to the asset management system.

setManageTo(String value)

public final void setManageTo(String value)

Sets the URI identifying the managed resource to the asset management system

Parameters:

Parameter Type Description
value java.lang.String The URI identifying the managed resource to the asset management system.

getManageUI()

public final String getManageUI()

Gets the URI that can be used to access information about the managed resource through a web browser.

Returns: java.lang.String - The URI that can be used to access information about the managed resource through a web browser.

setManageUI(String value)

public final void setManageUI(String value)

Sets the URI that can be used to access information about the managed resource through a web browser.

Parameters:

Parameter Type Description
value java.lang.String The URI that can be used to access information about the managed resource through a web browser.

getManagerVariant()

public final String getManagerVariant()

Gets the particular variant of the asset management system.

Returns: java.lang.String - The particular variant of the asset management system. The format of this property is private to the specific asset management system.

setManagerVariant(String value)

public final void setManagerVariant(String value)

Sets the particular variant of the asset management system.

Parameters:

Parameter Type Description
value java.lang.String The particular variant of the asset management system. The format of this property is private to the specific asset management system.

getOriginalDocumentID()

public final String getOriginalDocumentID()

Gets the common identifier for the original resource from which the current resource is derived.

Returns: java.lang.String - The common identifier for the original resource from which the current resource is derived

setOriginalDocumentID(String value)

public final void setOriginalDocumentID(String value)

Sets the common identifier for the original resource from which the current resource is derived.

Parameters:

Parameter Type Description
value java.lang.String The common identifier for the original resource from which the current resource is derived

getRenditionClass()

public final String getRenditionClass()

Gets the rendition class name for this resource.

Returns: java.lang.String - The rendition class name for this resource. This property should be absent or set to default for a resource that is not a derived rendition.

setRenditionClass(String value)

public final void setRenditionClass(String value)

Sets the rendition class name for this resource.

Parameters:

Parameter Type Description
value java.lang.String The rendition class name for this resource. This property should be absent or set to default for a resource that is not a derived rendition.

getRenditionParams()

public final String getRenditionParams()

Gets the value that is used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM:RenditionClass.

Returns: java.lang.String - The value that is used to provide additional rendition parameters.

setRenditionParams(String value)

public final void setRenditionParams(String value)

Sets the value that is used to provide additional rendition parameters that are too complex or verbose to encode in xmpMM:RenditionClass.

Parameters:

Parameter Type Description
value java.lang.String The value that is used to provide additional rendition parameters.

getVersionID()

public final String getVersionID()

Gets the document version identifier for this resource.

Returns: java.lang.String - The document version identifier for this resource.

setVersionID(String value)

public final void setVersionID(String value)

Sets the document version identifier for this resource.

Parameters:

Parameter Type Description
value java.lang.String The document version identifier for this resource.

getVersions()

public final XmpVersion[] getVersions()

Gets the version history associated with this resource.

Returns: com.groupdocs.metadata.core.XmpVersion[] - The version history associated with this resource. Entry [0] is the oldest known version for this document, entry [Versions.Length - 1] is the most recent version.

setVersions(XmpVersion[] value)

public final void setVersions(XmpVersion[] value)

Sets the version history associated with this resource.

Parameters:

Parameter Type Description
value XmpVersion[] The version history associated with this resource. Entry [0] is the oldest known version for this document, entry [Versions.Length - 1] is the most recent version.