com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpResourceRef

  • All Implemented Interfaces:
    IXmpType, Iterable<MetadataProperty>


    public final class XmpResourceRef
    extends XmpComplexType

    Represents a multiple part reference to a resource. <br></br> Used to indicate prior versions, originals of renditions, originals for derived documents, and so on.

    • Constructor Detail

      • XmpResourceRef

        public XmpResourceRef()

        Initializes a new instance of the XmpResourceRef class.

    • Method Detail

      • getAlternatePaths

        public final String[] getAlternatePaths()

        Gets the referenced resource’s fallback file paths or URLs.

        Returns:
        The referenced resource’s fallback file paths or URLs. The sequence order is the recommended order in attempting to locate the resource.
      • setAlternatePaths

        public final void setAlternatePaths(String[] value)

        Sets the referenced resource’s fallback file paths or URLs.

        Parameters:
        value - The referenced resource’s fallback file paths or URLs. The sequence order is the recommended order in attempting to locate the resource.
      • getDocumentID

        public final String getDocumentID()

        Gets the value of the xmpMM:DocumentID property from the referenced resource.

        Returns:
        The value of the xmpMM:DocumentID property from the referenced resource.
      • setDocumentID

        public final void setDocumentID(String value)

        Sets the value of the xmpMM:DocumentID property from the referenced resource.

        Parameters:
        value - The value of the xmpMM:DocumentID property from the referenced resource.
      • getFilePath

        public final String getFilePath()

        Gets the referenced resource’s file path or URL.

        Returns:
        The referenced resource’s file path or URL.
      • setFilePath

        public final void setFilePath(String value)

        Sets the referenced resource’s file path or URL.

        Parameters:
        value - The referenced resource’s file path or URL.
      • getInstanceID

        public final String getInstanceID()

        Gets the value of the xmpMM:InstanceID property from the referenced resource.

        Returns:
        The value of the xmpMM:InstanceID property from the referenced resource.
      • setInstanceID

        public final void setInstanceID(String value)

        Sets the value of the xmpMM:InstanceID property from the referenced resource.

        Parameters:
        value - The value of the xmpMM:InstanceID property from the referenced resource.
      • getLastModifyDate

        public final Date getLastModifyDate()

        Gets the value of stEvt:when for the last time the file was written.

        Returns:
        The value of stEvt:when for the last time the file was written.
      • setLastModifyDate

        public final void setLastModifyDate(Date value)

        Sets the value of stEvt:when for the last time the file was written.

        Parameters:
        value - The value of stEvt:when for the last time the file was written.
      • getManager

        public final String getManager()

        Gets the referenced resource’s xmpMM:Manager.

        Returns:
        The referenced resource’s xmpMM:Manager.
      • setManager

        public final void setManager(String value)

        Sets the referenced resource’s xmpMM:Manager.

        Parameters:
        value - The referenced resource’s xmpMM:Manager.
      • getManagerVariant

        public final String getManagerVariant()

        Gets the referenced resource’s xmpMM:Manager.

        Returns:
        The referenced resource’s xmpMM:Manager.
      • setManagerVariant

        public final void setManagerVariant(String value)

        Sets the referenced resource’s xmpMM:Manager.

        Parameters:
        value - The referenced resource’s xmpMM:Manager.
      • getManageTo

        public final String getManageTo()

        Gets the referenced resource’s xmpMM:ManageTo.

        Returns:
        The referenced resource’s xmpMM:ManageTo.
      • setManageTo

        public final void setManageTo(String value)

        Sets the referenced resource’s xmpMM:ManageTo.

        Parameters:
        value - The referenced resource’s xmpMM:ManageTo.
      • getManageUI

        public final String getManageUI()

        Gets the referenced resource’s xmpMM:ManageUI.

        Returns:
        The referenced resource’s xmpMM:ManageUI.
      • setManageUI

        public final void setManageUI(String value)

        Sets the referenced resource’s xmpMM:ManageUI.

        Parameters:
        value - The referenced resource’s xmpMM:ManageUI.
      • getPartMapping

        public final String getPartMapping()

        Gets the name or URI of a mapping function used to map the fromPart to the toPart.

        Returns:
        The name or URI of a mapping function used to map the fromPart to the toPart. The default for time mappings is "linear".
      • setPartMapping

        public final void setPartMapping(String value)

        Sets the name or URI of a mapping function used to map the fromPart to the toPart.

        Parameters:
        value - The name or URI of a mapping function used to map the fromPart to the toPart. The default for time mappings is "linear".
      • getRenditionClass

        public final String getRenditionClass()

        Gets the value of the xmpMM:RenditionClass property from the referenced resource.

        Returns:
        The value of the xmpMM:RenditionClass property from the referenced resource.
      • setRenditionClass

        public final void setRenditionClass(String value)

        Sets the value of the xmpMM:RenditionClass property from the referenced resource.

        Parameters:
        value - The value of the xmpMM:RenditionClass property from the referenced resource.
      • getRenditionParams

        public final String getRenditionParams()

        Gets the value of the xmpMM:RenditionParams property from the referenced resource.

        Returns:
        The value of the xmpMM:RenditionParams property from the referenced resource.
      • setRenditionParams

        public final void setRenditionParams(String value)

        Sets the value of the xmpMM:RenditionParams property from the referenced resource.

        Parameters:
        value - The value of the xmpMM:RenditionParams property from the referenced resource.
      • getVersionID

        public final String getVersionID()

        Gets the value of the xmpMM:RenditionParams property from the referenced resource.

        Returns:
        The value of the xmpMM:RenditionParams property from the referenced resource.
      • setVersionID

        public final void setVersionID(String value)

        Sets the value of the xmpMM:RenditionParams property from the referenced resource.

        Parameters:
        value - The value of the xmpMM:RenditionParams property from the referenced resource.