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(IptcEnvelopeRecordDataSet dataSetNumber)
Gets the
IptcDataSet with the specified number. |
Date |
getDateSent()
Gets the date the service sent the material.
|
String |
getDestination()
Gets the destination.
|
String[] |
getDestinations()
Gets an array of destinations.
|
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[] |
getProductIds()
Gets the product identifiers.
|
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 |
setDestinations(String[] value)
Sets an array of destinations.
|
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 |
setProductIds(String[] value)
Sets the product identifiers.
|
void |
setServiceIdentifier(String value)
Sets the service identifier.
|
get_Item, getRecordNumber, toList
addProperties, contains, findProperties, get_Item, getCount, getKeys, getKnowPropertyDescriptors, getMetadataType, getPropertyDescriptors, iterator, removeProperties, sanitize, setProperties, updateProperties
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
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 String[] getDestinations()
Gets an array of destinations.
public final void setDestinations(String[] value)
Sets an array of destinations.
value
- The destinations.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 String[] getProductIds()
Gets the product identifiers.
public final void setProductIds(String[] value)
Sets the product identifiers.
value
- The product identifiers.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(IptcEnvelopeRecordDataSet dataSetNumber)
Gets the IptcDataSet
with the specified number.
dataSetNumber
- The dataSet number.IptcDataSet
with the specified number.