com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class XmpIptcCorePackage

    • Constructor Detail

      • XmpIptcCorePackage

        public XmpIptcCorePackage()

        Initializes a new instance of the XmpIptcCorePackage class.

    • Method Detail

      • getCountryCode

        public final String getCountryCode()

        Gets the code of the country the content is focusing on. The code should be taken from ISO 3166 two or three letter code.

        Returns:
        The country code.
      • setCountryCode

        public final void setCountryCode(String value)

        Sets the code of the country the content is focusing on. The code should be taken from ISO 3166 two or three letter code.

        Parameters:
        value - The country code.
      • getIntellectualGenre

        public final String getIntellectualGenre()

        Gets the intellectual genre. Describes the nature, intellectual, artistic or journalistic characteristic of a news object, not specifically its content.

        Returns:
        The intellectual genre.
      • setIntellectualGenre

        public final void setIntellectualGenre(String value)

        Sets the intellectual genre. Describes the nature, intellectual, artistic or journalistic characteristic of a news object, not specifically its content.

        Parameters:
        value - The intellectual genre.
      • getLocation

        public final String getLocation()

        Gets the location the content is focusing on.

        Returns:
        The location.


        This location name could either be the name of a sublocation to a city or the name of a well known location or (natural) monument outside a city. In the sense of a sublocation to a city this element is at the fourth level of a top-down geographical hierarchy.
      • setLocation

        public final void setLocation(String value)

        Sets the location the content is focusing on.

        Parameters:
        value - The location.


        This location name could either be the name of a sublocation to a city or the name of a well known location or (natural) monument outside a city. In the sense of a sublocation to a city this element is at the fourth level of a top-down geographical hierarchy.
      • getScenes

        public final String[] getScenes()

        Gets the scene of the photo content.

        Returns:
        The scene codes.


        Specifies one or more terms from the IPTC "Scene-NewsCodes". Each Scene is represented as a string of 6 digits in an unordered list
      • setScenes

        public final void setScenes(String[] value)

        Sets the scene of the photo content.

        Parameters:
        value - The scene codes.


        Specifies one or more terms from the IPTC "Scene-NewsCodes". Each Scene is represented as a string of 6 digits in an unordered list
      • getSubjectCodes

        public final String[] getSubjectCodes()

        Gets one or more Subjects from the IPTC "Subject-NewsCodes" taxonomy to categorize the content.Each Subject is represented as a string of 8 digits in an unordered list.

        Returns:
        The subject codes.


        More about IPTC Subject-NewsCodes at http://www.newscodes.org.
      • setSubjectCodes

        public final void setSubjectCodes(String[] value)

        Sets one or more Subjects from the IPTC "Subject-NewsCodes" taxonomy to categorize the content.Each Subject is represented as a string of 8 digits in an unordered list.

        Parameters:
        value - The subject codes.


        More about IPTC Subject-NewsCodes at http://www.newscodes.org.