IptcEnvelopeRecord

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

public final class IptcEnvelopeRecord extends IptcRecord

Represents an IPTC Envelope Record.

Learn more

Constructors

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

Methods

Method Description
getModelVersion() Gets a number identifying the version of the information.
setModelVersion(Integer value) Sets a number identifying the version of the information.
getDestination() Gets the destination.
setDestination(String value) Sets the destination.
getDestinations() Gets an array of destinations.
setDestinations(String[] value) Sets an array of destinations.
getFileFormat() Gets the file format.
setFileFormat(Integer value) Sets the file format.
getFileFormatVersion() Gets the file format version.
setFileFormatVersion(Integer value) Sets the file format version.
getServiceIdentifier() Gets the service identifier.
setServiceIdentifier(String value) Sets the service identifier.
getProductID() Gets the product identifier.
setProductID(String value) Sets the product identifier.
getProductIds() Gets the product identifiers.
setProductIds(String[] value) Sets the product identifiers.
getDateSent() Gets the date the service sent the material.
setDateSent(Date value) Sets the date the service sent the material.
getByIptcEnvelopeRecordDataSet(IptcEnvelopeRecordDataSet dataSetNumber) Gets the IptcDataSet with the specified number.

IptcEnvelopeRecord()

public IptcEnvelopeRecord()

Initializes a new instance of the IptcEnvelopeRecord class.

getModelVersion()

public final Integer getModelVersion()

Gets a number identifying the version of the information.

Returns: java.lang.Integer - The model version.

setModelVersion(Integer value)

public final void setModelVersion(Integer value)

Sets a number identifying the version of the information.

Parameters:

Parameter Type Description
value java.lang.Integer The model version.

getDestination()

public final String getDestination()

Gets the destination.

Returns: java.lang.String - The destination.

setDestination(String value)

public final void setDestination(String value)

Sets the destination.

Parameters:

Parameter Type Description
value java.lang.String The destination.

getDestinations()

public final String[] getDestinations()

Gets an array of destinations.

Returns: java.lang.String[] - The destinations.

setDestinations(String[] value)

public final void setDestinations(String[] value)

Sets an array of destinations.

Parameters:

Parameter Type Description
value java.lang.String[] The destinations.

getFileFormat()

public final Integer getFileFormat()

Gets the file format.

Returns: java.lang.Integer - The file format.

setFileFormat(Integer value)

public final void setFileFormat(Integer value)

Sets the file format.

Parameters:

Parameter Type Description
value java.lang.Integer 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: java.lang.Integer - The file format version.

setFileFormatVersion(Integer value)

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:

Parameter Type Description
value java.lang.Integer The file format version.

getServiceIdentifier()

public final String getServiceIdentifier()

Gets the service identifier.

Returns: java.lang.String - The service identifier.

setServiceIdentifier(String value)

public final void setServiceIdentifier(String value)

Sets the service identifier.

Parameters:

Parameter Type Description
value java.lang.String The service identifier.

getProductID()

public final String getProductID()

Gets the product identifier.

Returns: java.lang.String - The product identifier.

setProductID(String value)

public final void setProductID(String value)

Sets the product identifier.

Parameters:

Parameter Type Description
value java.lang.String The product identifier.

getProductIds()

public final String[] getProductIds()

Gets the product identifiers.

Returns: java.lang.String[] - The product identifiers.

setProductIds(String[] value)

public final void setProductIds(String[] value)

Sets the product identifiers.

Parameters:

Parameter Type Description
value java.lang.String[] The product identifiers.

getDateSent()

public final Date getDateSent()

Gets the date the service sent the material.

Returns: java.util.Date - The date the service sent the material.

setDateSent(Date value)

public final void setDateSent(Date value)

Sets the date the service sent the material.

Parameters:

Parameter Type Description
value java.util.Date The date the service sent the material.

getByIptcEnvelopeRecordDataSet(IptcEnvelopeRecordDataSet dataSetNumber)

public final IptcDataSet getByIptcEnvelopeRecordDataSet(IptcEnvelopeRecordDataSet dataSetNumber)

Gets the IptcDataSet with the specified number.

Parameters:

Parameter Type Description
dataSetNumber IptcEnvelopeRecordDataSet The dataSet number.

Returns: IptcDataSet - The IptcDataSet with the specified number.