public final class IptcEnvelopeRecord extends IptcRecord
Constructor and Description |
---|
IptcEnvelopeRecord()
Initializes a new instance of the
IptcEnvelopeRecord class. |
Modifier and Type | Method and Description |
---|---|
IptcDataSet |
getByIptcEnvelopeRecordDataSet(int dataSetNumber)
Gets the
IptcDataSet with the specified number. |
Date |
getDateSent()
Gets the date the service sent the material.
|
String |
getDestination()
Gets the destination.
|
Integer |
getFileFormat()
Gets the file format.
|
Integer |
getFileFormatVersion()
Gets the file format version.
|
Integer |
getModelVersion()
Gets a number identifying the version of the information.
|
String |
getProductID()
Gets the product identifier.
|
String |
getServiceIdentifier()
Gets the service identifier.
|
void |
setDateSent(Date value)
Sets the date the service sent the material.
|
void |
setDestination(String value)
Sets the destination.
|
void |
setFileFormat(Integer value)
Sets the file format.
|
void |
setFileFormatVersion(Integer value)
Sets the file format version.
|
void |
setModelVersion(Integer value)
Sets a number identifying the version of the information.
|
void |
setProductID(String value)
Sets the product identifier.
|
void |
setServiceIdentifier(String value)
Sets the service identifier.
|
get_Item, getRecordNumber, toList
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, iterator, removeProperties, sanitize, setProperties, updateProperties
public IptcEnvelopeRecord()
Initializes a new instance of the IptcEnvelopeRecord
class.
public final Integer getModelVersion()
Gets 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 the file format.
public final void setFileFormat(Integer value)
Sets the file format.
value
- 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
.
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 String getProductID()
Gets the product identifier.
public final void setProductID(String value)
Sets the product identifier.
value
- The product identifier.public final Date getDateSent()
Gets the date the service sent the material.
public final void setDateSent(Date value)
Sets the date the service sent the material.
value
- The date the service sent the material.public final IptcDataSet getByIptcEnvelopeRecordDataSet(int dataSetNumber)
Gets the IptcDataSet
with the specified number.
dataSetNumber
- The dataSet number.IptcDataSet
with the specified number.