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 the additional model information.
|
String[] |
getControlledVocabularyTerm()
Gets the controlled vocabulary term.
|
String |
getDigImageGUID()
Gets or sets globally unique identifier for digital image.
|
String |
getDigitalSourcefileType()
Gets the type of the source digital file.
|
LangAlt |
getEvent()
Gets the specific event at which the photo was taken.
|
Date |
getIptcLastEdited()
Gets 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 the age of the youngest model pictured in the image, at the time that the image was made.
|
String[] |
getModelAge()
Gets age of the human model(s) at the time this image was taken in a model released image.
|
String[] |
getOrganisationInImageCode()
Gets code from a controlled vocabulary for identifying the organization or company which is featured in the image.
|
String[] |
getPersonInImage()
Gets the name of a persons the content of the item is about.
|
void |
setAdditionalModelInformation(String value)
Sets the additional model information.
|
void |
setControlledVocabularyTerm(String[] value)
Sets the controlled vocabulary term.
|
void |
setDigImageGUID(String value)
Gets or sets globally unique identifier for digital image.
|
void |
setDigitalSourcefileType(String value)
Sets the type of the source digital file.
|
void |
setEvent(LangAlt value)
Sets the specific event at which the photo was taken.
|
void |
setIptcLastEdited(Date value)
Sets the date and optionally time when any of the IPTC photo metadata fields has been last edited
|
void |
setMaxAvailHeight(Integer value)
Sets the maximum available height in pixels of the original photo from which this photo has been derived by downsizing.
|
void |
setMaxAvailWidth(Integer value)
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)
Sets the age of the youngest model pictured in the image, at the time that the image was made.
|
void |
setModelAge(String[] value)
Sets age of the human model(s) at the time this image was taken in a model released image.
|
void |
setOrganisationInImageCode(String[] value)
Sets code from a controlled vocabulary for identifying the organization or company which is featured in the image.
|
void |
setPersonInImage(String[] value)
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 the additional model information.
public final void setAdditionalModelInformation(String value)
Sets the additional model information.
value
- The additional model information.public final String[] getOrganisationInImageCode()
Gets code from a controlled vocabulary for identifying the organization or company which is featured in the image.
public final void setOrganisationInImageCode(String[] value)
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 the controlled vocabulary term.
public final void setControlledVocabularyTerm(String[] value)
Sets the controlled vocabulary term.
value
- The controlled vocabulary term.public final String[] getModelAge()
Gets age of the human model(s) at the time this image was taken in a model released image.
public final void setModelAge(String[] value)
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 the name of a persons the content of the item is about. For photos that is a person shown in the image.
public final void setPersonInImage(String[] value)
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.
public final void setDigImageGUID(String value)
Gets or sets globally unique identifier for digital image.
public final String getDigitalSourcefileType()
Gets the type of the source digital file.
public final void setDigitalSourcefileType(String value)
Sets the type of the source digital file.
value
- The type of the source digital file.public final LangAlt getEvent()
Gets the specific event at which the photo was taken.
public final void setEvent(LangAlt value)
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 the date and optionally time when any of the IPTC photo metadata fields has been last edited
public final void setIptcLastEdited(Date value)
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.
public final void setMaxAvailHeight(Integer value)
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.
public final void setMaxAvailWidth(Integer value)
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 the age of the youngest model pictured in the image, at the time that the image was made.
public final void setMinorModelAgeDisclosure(String value)
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.