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 the country code.
|
String |
getIntellectualGenre()
Gets the intellectual genre.
|
String |
getSceneCode()
Gets the scene code.
|
String |
getSubjectCode()
Gets the subject code.
|
String |
getSublocation()
Gets the sublocation.
|
void |
setCountryCode(String value)
Sets the country code.
|
void |
setIntellectualGenre(String value)
Sets the intellectual genre.
|
void |
setSceneCode(String value)
Sets the scene code.
|
void |
setSubjectCode(String value)
Sets the subject code.
|
void |
setSublocation(String value)
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 the country code. The code should be taken from ISO 3166 two or three letter code.
public final void setCountryCode(String value)
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 the intellectual genre. Describes the nature, intellectual, artistic or journalistic characteristic of a item, not specifically its content.
public final void setIntellectualGenre(String value)
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 the scene code. Describes the scene of a news content.
public final void setSceneCode(String value)
Sets the scene code. Describes the scene of a news content.
value
- The scene code.
public final String getSubjectCode()
Gets the subject code.
public final void setSubjectCode(String value)
Sets the subject code.
value
- The subject code.
public final String getSublocation()
Gets the sublocation. In the sense of a sublocation to a city this element is at the fourth level of a top-down geographical hierarchy.
public final void setSublocation(String value)
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 © 2018. All rights reserved.