public final class IptcEnvelopeRecord extends IptcDataSet
Represents Envelope Record dataset.
Constructor and Description |
---|
IptcEnvelopeRecord()
Initializes a new instance of the
IptcEnvelopeRecord class. |
Modifier and Type | Method and Description |
---|---|
Date |
getDataSent()
Gets or sets the data sent.
|
String |
getDestination()
Gets or sets the destination.
|
Integer |
getEnvelopeNumber()
Gets or sets the envelope number.
|
Integer |
getEnvelopePriority()
Gets or sets the envelope priority.
|
Integer |
getFileFormat()
Gets or sets the file format.
|
Integer |
getFileFormatVersion()
Gets or sets the file format version.
|
Integer |
getModelVersion()
Gets or sets the model version.
|
String |
getProductID()
Gets or sets the product identifier.
|
String |
getServiceIdentifier()
Gets or sets the service identifier.
|
void |
setDataSent(Date value)
Gets or sets the data sent.
|
void |
setDestination(String value)
Gets or sets the destination.
|
void |
setEnvelopeNumber(Integer value)
Gets or sets the envelope number.
|
void |
setEnvelopePriority(Integer value)
Gets or sets the envelope priority.
|
void |
setFileFormat(Integer value)
Gets or sets the file format.
|
void |
setFileFormatVersion(Integer value)
Gets or sets the file format version.
|
void |
setModelVersion(Integer value)
Gets or sets the model version.
|
void |
setProductID(String value)
Gets or sets the product identifier.
|
void |
setServiceIdentifier(String value)
Gets or sets the service identifier.
|
getDataSetNumber, readByIptcTag
public IptcEnvelopeRecord()
Initializes a new instance of the IptcEnvelopeRecord
class.
public final Integer getModelVersion()
Gets or sets the model version.
Value: The model version.public final void setModelVersion(Integer value)
Gets or sets the model version.
Value: The model version.public final String getDestination()
Gets or sets the destination.
Value: The destination.public final void setDestination(String value)
Gets or sets the destination.
Value: The destination.public final Integer getFileFormat()
Gets or sets the file format.
Value: The file format.public final void setFileFormat(Integer value)
Gets or sets the file format.
Value: The file format.public final Integer getFileFormatVersion()
Gets or sets the file format version.
Value: The file format version.public final void setFileFormatVersion(Integer value)
Gets or sets the file format version.
Value: The file format version.public final String getServiceIdentifier()
Gets or sets the service identifier.
Value: The service identifier.public final void setServiceIdentifier(String value)
Gets or sets the service identifier.
Value: The service identifier.public final Integer getEnvelopeNumber()
Gets or sets the envelope number.
Value: The envelope number.public final void setEnvelopeNumber(Integer value)
Gets or sets the envelope number.
Value: The envelope number.public final String getProductID()
Gets or sets the product identifier.
Value: The product identifier.public final void setProductID(String value)
Gets or sets the product identifier.
Value: The product identifier.public final Integer getEnvelopePriority()
Gets or sets the envelope priority.
Value: The envelope priority.public final void setEnvelopePriority(Integer value)
Gets or sets the envelope priority.
Value: The envelope priority.public final Date getDataSent()
Gets or sets the data sent.
Value: The data sent.public final void setDataSent(Date value)
Gets or sets the data sent.
Value: The data sent.Copyright © 2017. All rights reserved.