public final class XmpIptcCorePackage extends XmpPackage
Represents the IPTC Core XMP package.
Constructor and Description |
---|
XmpIptcCorePackage()
Initializes a new instance of the
XmpIptcCorePackage class. |
Modifier and Type | Method and Description |
---|---|
String |
getCountryCode()
Gets the code of the country the content is focusing on.
|
String |
getIntellectualGenre()
Gets the intellectual genre.
|
String |
getLocation()
Gets the location the content is focusing on.
|
String[] |
getScenes()
Gets the scene of the photo content.
|
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.
|
void |
setCountryCode(String value)
Sets the code of the country the content is focusing on.
|
void |
setIntellectualGenre(String value)
Sets the intellectual genre.
|
void |
setLocation(String value)
Sets the location the content is focusing on.
|
void |
setScenes(String[] value)
Sets the scene of the photo content.
|
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.
|
clear, getNamespaceUri, getPrefix, getXmlNamespace, getXmpRepresentation, remove, set, set, set, set, set, set, set, set
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 XmpIptcCorePackage()
Initializes a new instance of the XmpIptcCorePackage
class.
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.
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.
value
- The country code.public final String getIntellectualGenre()
Gets the intellectual genre. Describes the nature, intellectual, artistic or journalistic characteristic of a news object, not specifically its content.
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.
value
- The intellectual genre.public final String getLocation()
Gets the location the content is focusing on.
public final void setLocation(String value)
Sets the location the content is focusing on.
value
- The location.
public final String[] getScenes()
Gets the scene of the photo content.
public final void setScenes(String[] value)
Sets the scene of the photo content.
value
- The scene codes.
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.
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.
value
- The subject codes.