IptcEnvelopeRecord
Leave feedback
On this page
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
| Constructor | Description |
|---|---|
| IptcEnvelopeRecord() | Initializes a new instance of the IptcEnvelopeRecord class. |
| 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. |
public IptcEnvelopeRecord()
Initializes a new instance of the IptcEnvelopeRecord class.
public final Integer getModelVersion()
Gets a number identifying the version of the information.
Returns: java.lang.Integer - The model version.
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. |
public final String getDestination()
Gets the destination.
Returns: java.lang.String - The destination.
public final void setDestination(String value)
Sets the destination.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The destination. |
public final String[] getDestinations()
Gets an array of destinations.
Returns: java.lang.String[] - The destinations.
public final void setDestinations(String[] value)
Sets an array of destinations.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String[] | The destinations. |
public final Integer getFileFormat()
Gets the file format.
Returns: java.lang.Integer - The file format.
public final void setFileFormat(Integer value)
Sets the file format.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.Integer | The file format. |
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.
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. |
public final String getServiceIdentifier()
Gets the service identifier.
Returns: java.lang.String - The service identifier.
public final void setServiceIdentifier(String value)
Sets the service identifier.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The service identifier. |
public final String getProductID()
Gets the product identifier.
Returns: java.lang.String - The product identifier.
public final void setProductID(String value)
Sets the product identifier.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String | The product identifier. |
public final String[] getProductIds()
Gets the product identifiers.
Returns: java.lang.String[] - The product identifiers.
public final void setProductIds(String[] value)
Sets the product identifiers.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String[] | The product identifiers. |
public final Date getDateSent()
Gets the date the service sent the material.
Returns: java.util.Date - The date the service sent the material.
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. |
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.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.