@Deprecated public final class IptcEnvelopeRecord extends IptcDataSet
Represents an Envelope Record dataset.
Constructor and Description |
---|
IptcEnvelopeRecord()
Deprecated.
Initializes a new instance of the
IptcEnvelopeRecord class. |
Modifier and Type | Method and Description |
---|---|
Date |
getDataSent()
Deprecated.
Gets or sets the data sent.
|
String |
getDestination()
Deprecated.
Gets the destination.
|
Integer |
getEnvelopeNumber()
Deprecated.
Gets or sets the envelope number.
|
Integer |
getEnvelopePriority()
Deprecated.
Gets or sets the envelope priority.
|
Integer |
getFileFormat()
Deprecated.
Gets or sets the file format.
|
Integer |
getFileFormatVersion()
Deprecated.
Gets or sets the file format version.
|
Integer |
getModelVersion()
Deprecated.
Gets or sets a number identifying the version of the information
|
String |
getProductID()
Deprecated.
Gets the product identifier.
|
String |
getServiceIdentifier()
Deprecated.
Gets the service identifier.
|
void |
setDataSent(Date value)
Deprecated.
Sets the data sent.
|
void |
setDestination(String value)
Deprecated.
Sets the destination.
|
void |
setEnvelopeNumber(Integer value)
Deprecated.
Sets the envelope number.
|
void |
setEnvelopePriority(Integer value)
Deprecated.
Sets the envelope priority.
|
void |
setFileFormat(Integer value)
Deprecated.
Sets the file format.
|
void |
setFileFormatVersion(Integer value)
Deprecated.
Sets the file format version.
|
void |
setModelVersion(Integer value)
Deprecated.
Sets a number identifying the version of the information
|
void |
setProductID(String value)
Deprecated.
Sets the product identifier.
|
void |
setServiceIdentifier(String value)
Deprecated.
Sets the service identifier.
|
getDataSetNumber, readByIptcTag, toPropertyArray
getByType, getKeys, getMetadataType, iterator, readByStringKey
public IptcEnvelopeRecord()
Initializes a new instance of the IptcEnvelopeRecord
class.
public final Integer getModelVersion()
Gets or sets a number identifying the version of the information
public final void setModelVersion(Integer value)
Sets a number identifying the version of the information
value
- The model version.public final String getDestination()
Gets the destination.
public final void setDestination(String value)
Sets the destination.
value
- The destination.public final Integer getFileFormat()
Gets or sets the file format.
public final void setFileFormat(Integer value)
Sets the file format.
value
- The file format.public final Integer getFileFormatVersion()
Gets or sets the file format version.
A number representing the particular version of the File Format specified in FileFormat
.
public final void setFileFormatVersion(Integer value)
Sets the file format version.
A number representing the particular version of the File Format specified in FileFormat
.
value
- The file format version.public final String getServiceIdentifier()
Gets the service identifier.
public final void setServiceIdentifier(String value)
Sets the service identifier.
value
- The service identifier.public final Integer getEnvelopeNumber()
Gets or sets the envelope number.
public final void setEnvelopeNumber(Integer value)
Sets the envelope number.
value
- The envelope number.public final String getProductID()
Gets the product identifier.
public final void setProductID(String value)
Sets the product identifier.
value
- The product identifier.public final Integer getEnvelopePriority()
Gets or sets the envelope priority.
public final void setEnvelopePriority(Integer value)
Sets the envelope priority.
value
- The envelope priority.public final Date getDataSent()
Gets or sets the data sent.
public final void setDataSent(Date value)
Sets the data sent.
value
- The data sent.Copyright © 2020. All rights reserved.