public final class IptcCorePackage extends XmpPackage
Represents IPTC Core namespace.
namespaceUri, prefix, properties
Constructor and Description |
---|
IptcCorePackage()
Initializes a new instance of the
IptcCorePackage class. |
Modifier and Type | Method and Description |
---|---|
String |
getCountryCode()
Gets or sets the country code.
|
String |
getIntellectualGenre()
Gets or sets the intellectual genre.
|
String |
getSceneCode()
Gets or sets the scene code.
|
String |
getSubjectCode()
Gets or sets the subject code.
|
String |
getSublocation()
Gets or sets the sublocation.
|
void |
setCountryCode(String value)
Gets or sets the country code.
|
void |
setIntellectualGenre(String value)
Gets or sets the intellectual genre.
|
void |
setSceneCode(String value)
Gets or sets the scene code.
|
void |
setSubjectCode(String value)
Gets or sets the subject code.
|
void |
setSublocation(String value)
Gets or sets the sublocation.
|
addValue, addValue, addValue, addValue, clear, containsKey, getGenericArray, getKeys, getKeyValueAsXml, getLangAlt, getNamespaceUri, getNodeType, getPrefix, getReal, getString, getStringArray, getXmlNamespace, getXmlValue, readByXmpKey, remove, setArray, setBoolValue, setDateValue, setIntValue, setLangAlt, setNullableInt, setRealValue, setStingArray, setTextValue, setXmpComplexTypeValue, setXmpTypeValue, setXmpValue
public IptcCorePackage()
Initializes a new instance of the IptcCorePackage
class.
public final String getCountryCode()
Gets or sets the country code. The code should be taken from ISO 3166 two or three letter code.
Value: The country code.public final void setCountryCode(String value)
Gets or sets the country code. The code should be taken from ISO 3166 two or three letter code.
Value: The country code.public final String getIntellectualGenre()
Gets or sets the intellectual genre. Describes the nature, intellectual, artistic or journalistic characteristic of a item, not specifically its content.
Value: The intellectual genre.public final void setIntellectualGenre(String value)
Gets or sets the intellectual genre. Describes the nature, intellectual, artistic or journalistic characteristic of a item, not specifically its content.
Value: The intellectual genre.public final String getSceneCode()
Gets or sets the scene code. Describes the scene of a news content.
Value: The scene code.public final void setSceneCode(String value)
Gets or sets the scene code. Describes the scene of a news content.
Value: The scene code.public final String getSubjectCode()
Gets or sets the subject code.
Value: The subject code.public final void setSubjectCode(String value)
Gets or sets the subject code.
Value: The subject code.public final String getSublocation()
Gets or sets the sublocation. In the sense of a sublocation to a city this element is at the fourth level of a top-down geographical hierarchy.
Value: The sublocation.public final void setSublocation(String value)
Gets or sets the sublocation. In the sense of a sublocation to a city this element is at the fourth level of a top-down geographical hierarchy.
Value: The sublocation.Copyright © 2017. All rights reserved.