com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class IptcEnvelopeRecord

    • Constructor Detail

      • IptcEnvelopeRecord

        public IptcEnvelopeRecord()

        Initializes a new instance of the IptcEnvelopeRecord class.

    • Method Detail

      • getModelVersion

        public final Integer getModelVersion()

        Gets a number identifying the version of the information.

        Returns:
        The model version.
      • setModelVersion

        public final void setModelVersion(Integer value)

        Sets a number identifying the version of the information.

        Parameters:
        value - The model version.
      • getDestination

        public final String getDestination()

        Gets the destination.

        Returns:
        The destination.
      • setDestination

        public final void setDestination(String value)

        Sets the destination.

        Parameters:
        value - The destination.
      • getDestinations

        public final String[] getDestinations()

        Gets an array of destinations.

        Returns:
        The destinations.
      • setDestinations

        public final void setDestinations(String[] value)

        Sets an array of destinations.

        Parameters:
        value - The destinations.
      • getFileFormat

        public final Integer getFileFormat()

        Gets the file format.

        Returns:
        The file format.
      • setFileFormat

        public final void setFileFormat(Integer value)

        Sets the file format.

        Parameters:
        value - The file format.
      • getFileFormatVersion

        public final Integer getFileFormatVersion()

        Gets the file format version. A number representing the particular version of the File Format specified in FileFormat.

        Returns:
        The file format version.
      • setFileFormatVersion

        public final void setFileFormatVersion(Integer value)

        Sets the file format version. A number representing the particular version of the File Format specified in FileFormat.

        Parameters:
        value - The file format version.
      • getServiceIdentifier

        public final String getServiceIdentifier()

        Gets the service identifier.

        Returns:
        The service identifier.
      • setServiceIdentifier

        public final void setServiceIdentifier(String value)

        Sets the service identifier.

        Parameters:
        value - The service identifier.
      • getProductID

        public final String getProductID()

        Gets the product identifier.

        Returns:
        The product identifier.
      • setProductID

        public final void setProductID(String value)

        Sets the product identifier.

        Parameters:
        value - The product identifier.
      • getProductIds

        public final String[] getProductIds()

        Gets the product identifiers.

        Returns:
        The product identifiers.
      • setProductIds

        public final void setProductIds(String[] value)

        Sets the product identifiers.

        Parameters:
        value - The product identifiers.
      • getDateSent

        public final Date getDateSent()

        Gets the date the service sent the material.

        Returns:
        The date the service sent the material.
      • setDateSent

        public final void setDateSent(Date value)

        Sets the date the service sent the material.

        Parameters:
        value - The date the service sent the material.
      • getByIptcEnvelopeRecordDataSet

        public final IptcDataSet getByIptcEnvelopeRecordDataSet(IptcEnvelopeRecordDataSet dataSetNumber)

        Gets the IptcDataSet with the specified number.

        Parameters:
        dataSetNumber - The dataSet number.
        Returns:
        The IptcDataSet with the specified number.