com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class IptcEnvelopeRecordDataSet

  • All Implemented Interfaces:
    IEnumValue


    public final class IptcEnvelopeRecordDataSet
    extends Object
    implements IEnumValue

    Defines IPTC Envelope Record dataSet numbers.

    • Field Detail

      • ModelVersion

        public static final IptcEnvelopeRecordDataSet ModelVersion

        A binary number identifying the version of the Information <br></br> Interchange Model, Part I, utilised by the provider. Version numbers are assigned by IPTC and NAA. <br></br> The version number of this record is four (4).

      • Destination

        public static final IptcEnvelopeRecordDataSet Destination

        Optional, repeatable, maximum 1024 octets, consisting of sequentially contiguous graphic characters. <br></br> This DataSet is to accommodate some providers who require routing information above the appropriate OSI layers.

      • FileFormatVersion

        public static final IptcEnvelopeRecordDataSet FileFormatVersion

        Mandatory, not repeatable, two octets. <br></br> A binary number representing the particular version of the File Format specified in 1:20. <br></br> A list of File Formats, including version cross references, is included as Appendix A.

      • ServiceIdentifier

        public static final IptcEnvelopeRecordDataSet ServiceIdentifier

        Mandatory, not repeatable. Up to 10 octets, consisting of graphic characters. <br></br> Identifies the provider and product.

      • EnvelopeNumber

        public static final IptcEnvelopeRecordDataSet EnvelopeNumber

        Mandatory, not repeatable, eight octets, consisting of numeric characters. <br></br> The characters form a number that will be unique for the date specified in 1:70 and for the Service Identifier specified in 1:30. <br></br> If identical envelope numbers appear with the same date and with the same Service Identifier, records 2-9 must be unchanged from the original. <br></br> This is not intended to be a sequential serial number reception check.

      • ProductID

        public static final IptcEnvelopeRecordDataSet ProductID

        Optional, repeatable. Up to 32 octets, consisting of graphic characters. <br></br> Allows a provider to identify subsets of its overall service. <br></br> Used to provide receiving organization data on which to select, route, or otherwise handle data.

      • EnvelopePriority

        public static final IptcEnvelopeRecordDataSet EnvelopePriority

        Optional, not repeatable. A single octet, consisting of a numeric character. <br></br> Specifies the envelope handling priority and not the editorial urgency (see 2:10, Urgency). '1' indicates the most urgent, '5' the normal urgency, and '8' the least urgent copy. The numeral '9' indicates a User Defined Priority. The numeral '0' is reserved for future use.

      • DateSent

        public static final IptcEnvelopeRecordDataSet DateSent

        Mandatory, not repeatable. Eight octets, consisting of numeric characters. <br></br> Uses the format CCYYMMDD (century, year, month, day) as defined in ISO 8601 to indicate year, month and day the service sent the material.

      • TimeSent

        public static final IptcEnvelopeRecordDataSet TimeSent

        Uses the format HHMMSS±HHMM where HHMMSS refers to local hour, minute and seconds and HHMM refers to hours and minutes ahead (+) or behind (-) Universal Coordinated Time as described in ISO 8601. This is the time the service sent the material.

      • CodedCharacterSet

        public static final IptcEnvelopeRecordDataSet CodedCharacterSet

        Optional, not repeatable, up to 32 octets, consisting of one or more control functions used for the announcement, invocation or designation of coded character sets. The control functions follow the ISO 2022 standard and may consist of the escape control character and one or more graphic characters. For more details see Appendix C, the IPTC-NAA Code Library.

      • ArmIdentifier

        public static final IptcEnvelopeRecordDataSet ArmIdentifier

        The DataSet identifies the Abstract Relationship Method (ARM) which is described in a document registered by the originator of the ARM with the IPTC and NAA.

      • ArmVersion

        public static final IptcEnvelopeRecordDataSet ArmVersion

        Binary number representing the particular version of the ARM specified in DataSet 1:120.

    • Method Detail

      • getAllValues

        public Object[] getAllValues()
        Description copied from interface: IEnumValue

        Returns the array of all values defined in the class.

        Specified by:
        getAllValues in interface IEnumValue
        Returns:
        The array of all values defined in the class.
      • getEnumValueByRawValue

        public IEnumValue getEnumValueByRawValue(int rawValue)
        Description copied from interface: IEnumValue

        Returns the enumeration value by the raw value associated with it.

        Specified by:
        getEnumValueByRawValue in interface IEnumValue
        Parameters:
        rawValue - The raw value.
        Returns:
        The enumeration value.
      • getEnumValueByName

        public IEnumValue getEnumValueByName(String name)
        Description copied from interface: IEnumValue

        Returns the enumeration value by its name.

        Specified by:
        getEnumValueByName in interface IEnumValue
        Parameters:
        name - The name of the enumeration value.
        Returns:
        The enumeration value.
      • getRawValueType

        public RawIntegerType getRawValueType()
        Description copied from interface: IEnumValue

        Returns the underlying type of the raw value of this enumeration value.

        Specified by:
        getRawValueType in interface IEnumValue
        Returns:
        The underlying type of the raw value.
      • getRawValue

        public int getRawValue()
        Description copied from interface: IEnumValue

        Returns the raw value of this enumeration value.

        Specified by:
        getRawValue in interface IEnumValue
        Returns:
        The raw value.
      • name

        public String name()
        Description copied from interface: IEnumValue

        Returns the name of this enumeration value.

        Specified by:
        name in interface IEnumValue
        Returns:
        The name.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object