com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpJob

    • Constructor Detail

      • XmpJob

        public XmpJob()

        Initializes a new instance of the XmpJob class.

    • Method Detail

      • getID

        public final String getID()

        Gets unique id for the job. This field is a reference into some external job management system.

        Returns:
        The identifier.
      • setID

        public final void setID(String value)

        Sets unique id for the job. This field is a reference into some external job management system.

        Parameters:
        value - The identifier.
      • getName

        public final String getName()

        Gets informal name of the job. This name is for user display and informal systems.

        Returns:
        The name.
      • setName

        public final void setName(String value)

        Sets informal name of the job. This name is for user display and informal systems.

        Parameters:
        value - The name.
      • getUrl

        public final String getUrl()

        Gets a file URL referencing an external job management file.

        Returns:
        The URL.
      • setUrl

        public final void setUrl(String value)

        Sets a file URL referencing an external job management file.

        Parameters:
        value - The URL.