public final class IptcExtensionPackage extends XmpPackage
Represents IPTC Extension namespace.
namespaceUri, prefix, properties
Constructor and Description |
---|
IptcExtensionPackage()
Initializes a new instance of the
IptcExtensionPackage class. |
Modifier and Type | Method and Description |
---|---|
String |
getAdditionalModelInformation()
Gets or sets the additional model information.
|
String[] |
getControlledVocabularyTerm()
Gets or sets the controlled vocabulary term.
|
String |
getDigImageGUID()
Gets or sets globally unique identifier for digital image.
|
String |
getDigitalSourcefileType()
Gets or sets the type of the source digital file.
|
LangAlt |
getEvent()
Gets or sets the specific event at which the photo was taken.
|
Date |
getIptcLastEdited()
Gets or sets the date and optionally time when any of the IPTC photo metadata fields has been last edited
|
Integer |
getMaxAvailHeight()
Gets or sets the maximum available height in pixels of the original photo from which this photo has been derived by downsizing.
|
Integer |
getMaxAvailWidth()
Gets or sets the the maximum available width in pixels of the original photo from which this photo has been derived by downsizing.
|
String |
getMinorModelAgeDisclosure()
Gets or sets the age of the youngest model pictured in the image, at the time that the image was made.
|
String[] |
getModelAge()
Gets or sets age of the human model(s) at the time this image was taken in a model released image.
|
String[] |
getOrganisationInImageCode()
Gets or sets code from a controlled vocabulary for identifying the organization or company which is featured in the image.
|
String[] |
getPersonInImage()
Gets or sets the name of a persons the content of the item is about.
|
void |
setAdditionalModelInformation(String value)
Gets or sets the additional model information.
|
void |
setControlledVocabularyTerm(String[] value)
Gets or sets the controlled vocabulary term.
|
void |
setDigImageGUID(String value)
Gets or sets globally unique identifier for digital image.
|
void |
setDigitalSourcefileType(String value)
Gets or sets the type of the source digital file.
|
void |
setEvent(LangAlt value)
Gets or sets the specific event at which the photo was taken.
|
void |
setIptcLastEdited(Date value)
Gets or sets the date and optionally time when any of the IPTC photo metadata fields has been last edited
|
void |
setMaxAvailHeight(Integer value)
Gets or sets the maximum available height in pixels of the original photo from which this photo has been derived by downsizing.
|
void |
setMaxAvailWidth(Integer value)
Gets or sets the the maximum available width in pixels of the original photo from which this photo has been derived by downsizing.
|
void |
setMinorModelAgeDisclosure(String value)
Gets or sets the age of the youngest model pictured in the image, at the time that the image was made.
|
void |
setModelAge(String[] value)
Gets or sets age of the human model(s) at the time this image was taken in a model released image.
|
void |
setOrganisationInImageCode(String[] value)
Gets or sets code from a controlled vocabulary for identifying the organization or company which is featured in the image.
|
void |
setPersonInImage(String[] value)
Gets or sets the name of a persons the content of the item is about.
|
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 IptcExtensionPackage()
Initializes a new instance of the IptcExtensionPackage
class.
public final String getAdditionalModelInformation()
Gets or sets the additional model information.
Value: The additional model information.public final void setAdditionalModelInformation(String value)
Gets or sets the additional model information.
Value: The additional model information.public final String[] getOrganisationInImageCode()
Gets or sets code from a controlled vocabulary for identifying the organization or company which is featured in the image.
Value: The organization in image code.public final void setOrganisationInImageCode(String[] value)
Gets or sets code from a controlled vocabulary for identifying the organization or company which is featured in the image.
Value: The organization in image code.public final String[] getControlledVocabularyTerm()
Gets or sets the controlled vocabulary term.
Value: The controlled vocabulary term.public final void setControlledVocabularyTerm(String[] value)
Gets or sets the controlled vocabulary term.
Value: The controlled vocabulary term.public final String[] getModelAge()
Gets or sets age of the human model(s) at the time this image was taken in a model released image.
Value: The model age.public final void setModelAge(String[] value)
Gets or sets age of the human model(s) at the time this image was taken in a model released image.
Value: The model age.public final String[] getPersonInImage()
Gets or sets the name of a persons the content of the item is about. For photos that is a person shown in the image.
Value: The person in image.public final void setPersonInImage(String[] value)
Gets or sets the name of a persons the content of the item is about. For photos that is a person shown in the image.
Value: The person in image.public final String getDigImageGUID()
Gets or sets globally unique identifier for digital image.
Value: The image GUID.public final void setDigImageGUID(String value)
Gets or sets globally unique identifier for digital image.
Value: The image GUID.public final String getDigitalSourcefileType()
Gets or sets the type of the source digital file.
Value: The type of the source digital file.public final void setDigitalSourcefileType(String value)
Gets or sets the type of the source digital file.
Value: The type of the source digital file.public final LangAlt getEvent()
Gets or sets the specific event at which the photo was taken.
Value: The specific event at which the photo was taken.public final void setEvent(LangAlt value)
Gets or sets the specific event at which the photo was taken.
Value: The specific event at which the photo was taken.public final Date getIptcLastEdited()
Gets or sets the date and optionally time when any of the IPTC photo metadata fields has been last edited
Value: The last edited date.public final void setIptcLastEdited(Date value)
Gets or sets the date and optionally time when any of the IPTC photo metadata fields has been last edited
Value: The last edited date.public final Integer getMaxAvailHeight()
Gets or sets the maximum available height in pixels of the original photo from which this photo has been derived by downsizing.
Value: The maximum available height.public final void setMaxAvailHeight(Integer value)
Gets or sets the maximum available height in pixels of the original photo from which this photo has been derived by downsizing.
Value: The maximum available height.public final Integer getMaxAvailWidth()
Gets or sets the the maximum available width in pixels of the original photo from which this photo has been derived by downsizing.
Value: The maximum available width.public final void setMaxAvailWidth(Integer value)
Gets or sets the the maximum available width in pixels of the original photo from which this photo has been derived by downsizing.
Value: The maximum available width.public final String getMinorModelAgeDisclosure()
Gets or sets the age of the youngest model pictured in the image, at the time that the image was made.
Value: The minor model age disclosure.public final void setMinorModelAgeDisclosure(String value)
Gets or sets the age of the youngest model pictured in the image, at the time that the image was made.
Value: The minor model age disclosure.Copyright © 2017. All rights reserved.