XmpIptcExtensionPackage

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.XmpMetadataContainer, com.groupdocs.metadata.core.XmpPackage

public final class XmpIptcExtensionPackage extends XmpPackage

Represents the IPTC Extension XMP package.

Constructors

Constructor Description
XmpIptcExtensionPackage() Initializes a new instance of the XmpIptcExtensionPackage class.

Methods

Method Description
getAdditionalModelInformation() Gets the information about the ethnicity and other facets of the model(s) in a model-released image.
setAdditionalModelInformation(String value) Sets the information about the ethnicity and other facets of the model(s) in a model-released image.
getOrganisationInImageCodes() Gets codes from a controlled vocabulary for identifying the organisations or companies which are featured in the image.
setOrganisationInImageCodes(String[] value) Sets codes from a controlled vocabulary for identifying the organisations or companies which are featured in the image.
getOrganisationInImageNames() Gets names of the organisations or companies which are featured in the image.
setOrganisationInImageNames(String[] value) Sets names of the organisations or companies which are featured in the image.
getAgesOfModels() Gets ages of the human models at the time this image was taken in a model released image.
setAgesOfModels(int[] value) Sets ages of the human models at the time this image was taken in a model released image.
getPersonsInImage() Gets names of the persons the content of the item is about.
setPersonsInImage(String[] value) Sets names of the persons the content of the item is about.
getDigitalImageGuid() Gets the globally unique identifier for this digital image.
setDigitalImageGuid(String value) Sets the globally unique identifier for this digital image.
getDigitalSourceType() Gets the type of the source of this digital image.
setDigitalSourceType(String value) Sets the type of the source of this digital image.
getEvent() Gets the description of the specific event at which the photo was taken.
setEvent(XmpLangAlt value) Sets the description of the specific event at which the photo was taken.
getIptcLastEdited() Gets the date and optionally time when any of the IPTC photo metadata fields has been last edited.
setIptcLastEdited(Date value) Sets the date and optionally time when any of the IPTC photo metadata fields has been last edited.
getMaxAvailableHeight() Gets the maximum available height in pixels of the original photo from which this photo has been derived by downsizing.
setMaxAvailableHeight(Integer value) Sets the maximum available height in pixels of the original photo from which this photo has been derived by downsizing.
getMaxAvailableWidth() Gets the the maximum available width in pixels of the original photo from which this photo has been derived by downsizing.
setMaxAvailableWidth(Integer value) Sets the the maximum available width in pixels of the original photo from which this photo has been derived by downsizing.
set(String name, String value) Sets string property.
set(String name, XmpArray value) Sets the value inherited from XmpArray .

XmpIptcExtensionPackage()

public XmpIptcExtensionPackage()

Initializes a new instance of the XmpIptcExtensionPackage class.

getAdditionalModelInformation()

public final String getAdditionalModelInformation()

Gets the information about the ethnicity and other facets of the model(s) in a model-released image.

Returns: java.lang.String - The additional model information.

setAdditionalModelInformation(String value)

public final void setAdditionalModelInformation(String value)

Sets the information about the ethnicity and other facets of the model(s) in a model-released image.

Parameters:

Parameter Type Description
value java.lang.String The additional model information.

getOrganisationInImageCodes()

public final String[] getOrganisationInImageCodes()

Gets codes from a controlled vocabulary for identifying the organisations or companies which are featured in the image.

Returns: java.lang.String[] - The codes of the organisations.

setOrganisationInImageCodes(String[] value)

public final void setOrganisationInImageCodes(String[] value)

Sets codes from a controlled vocabulary for identifying the organisations or companies which are featured in the image.

Parameters:

Parameter Type Description
value java.lang.String[] The codes of the organisations.

getOrganisationInImageNames()

public final String[] getOrganisationInImageNames()

Gets names of the organisations or companies which are featured in the image.

Returns: java.lang.String[] - Names of the organisations.

setOrganisationInImageNames(String[] value)

public final void setOrganisationInImageNames(String[] value)

Sets names of the organisations or companies which are featured in the image.

Parameters:

Parameter Type Description
value java.lang.String[] Names of the organisations.

getAgesOfModels()

public final int[] getAgesOfModels()

Gets ages of the human models at the time this image was taken in a model released image.

Returns: int[] - Ages of the models.

setAgesOfModels(int[] value)

public final void setAgesOfModels(int[] value)

Sets ages of the human models at the time this image was taken in a model released image.

Parameters:

Parameter Type Description
value int[] Ages of the models.

getPersonsInImage()

public final String[] getPersonsInImage()

Gets names of the persons the content of the item is about.

Returns: java.lang.String[] - Names of the persons that are shown in the image.

setPersonsInImage(String[] value)

public final void setPersonsInImage(String[] value)

Sets names of the persons the content of the item is about.

Parameters:

Parameter Type Description
value java.lang.String[] Names of the persons that are shown in the image.

getDigitalImageGuid()

public final String getDigitalImageGuid()

Gets the globally unique identifier for this digital image.

Returns: java.lang.String - The image GUID.


It is created and applied by the creator of the digital image at the time of its creation. This value shall not be changed after that time.

setDigitalImageGuid(String value)

public final void setDigitalImageGuid(String value)

Sets the globally unique identifier for this digital image.

Parameters:

Parameter Type Description
value java.lang.String The image GUID.

It is created and applied by the creator of the digital image at the time of its creation. This value shall not be changed after that time. |

getDigitalSourceType()

public final String getDigitalSourceType()

Gets the type of the source of this digital image.

Returns: java.lang.String - The type of the source digital file.

setDigitalSourceType(String value)

public final void setDigitalSourceType(String value)

Sets the type of the source of this digital image.

Parameters:

Parameter Type Description
value java.lang.String The type of the source digital file.

getEvent()

public final XmpLangAlt getEvent()

Gets the description of the specific event at which the photo was taken.

Returns: XmpLangAlt - The specific event at which the photo was taken.

setEvent(XmpLangAlt value)

public final void setEvent(XmpLangAlt value)

Sets the description of the specific event at which the photo was taken.

Parameters:

Parameter Type Description
value XmpLangAlt The specific event at which the photo was taken.

getIptcLastEdited()

public final Date getIptcLastEdited()

Gets the date and optionally time when any of the IPTC photo metadata fields has been last edited.

Returns: java.util.Date - The last edited date.

setIptcLastEdited(Date value)

public final void setIptcLastEdited(Date value)

Sets the date and optionally time when any of the IPTC photo metadata fields has been last edited.

Parameters:

Parameter Type Description
value java.util.Date The last edited date.

getMaxAvailableHeight()

public final Integer getMaxAvailableHeight()

Gets the maximum available height in pixels of the original photo from which this photo has been derived by downsizing.

Returns: java.lang.Integer - The maximum available height.

setMaxAvailableHeight(Integer value)

public final void setMaxAvailableHeight(Integer value)

Sets the maximum available height in pixels of the original photo from which this photo has been derived by downsizing.

Parameters:

Parameter Type Description
value java.lang.Integer The maximum available height.

getMaxAvailableWidth()

public final Integer getMaxAvailableWidth()

Gets the the maximum available width in pixels of the original photo from which this photo has been derived by downsizing.

Returns: java.lang.Integer - The maximum available width.

setMaxAvailableWidth(Integer value)

public final void setMaxAvailableWidth(Integer value)

Sets the the maximum available width in pixels of the original photo from which this photo has been derived by downsizing.

Parameters:

Parameter Type Description
value java.lang.Integer The maximum available width.

set(String name, String value)

public void set(String name, String value)

Sets string property.

Parameters:

Parameter Type Description
name java.lang.String XMP metadata property name.
value java.lang.String XMP metadata property value.

set(String name, XmpArray value)

public void set(String name, XmpArray value)

Sets the value inherited from XmpArray .

Parameters:

Parameter Type Description
name java.lang.String XMP metadata property name.
value XmpArray XMP metadata property value.