public final class ResourceEvent extends ComplexTypeBase
Containing dimensions for a drawn object.
Constructor and Description |
---|
ResourceEvent()
Initializes a new instance of the
ResourceEvent class. |
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Gets or sets action.
|
Date |
getActionDate()
Gets or sets the action date.
|
String |
getChanged()
Gets or sets the semicolon-delimited list of the parts of the resource that were changed since the previous event history.
|
UUID |
getInstanceId()
Gets or sets value of the xmpMM:InstanceId.
|
String |
getParameters()
Gets or sets the additional description of the action.
|
String |
getSofwareAgentName()
Gets or sets the software agent name.
|
String |
getXmpRepresentation()
Gets the string contained value in XMP format.
|
void |
setAction(String value)
Gets or sets action.
|
void |
setActionDate(Date value)
Gets or sets the action date.
|
void |
setChanged(String value)
Gets or sets the semicolon-delimited list of the parts of the resource that were changed since the previous event history.
|
void |
setInstanceId(UUID value)
Gets or sets value of the xmpMM:InstanceId.
|
void |
setParameters(String value)
Gets or sets the additional description of the action.
|
void |
setSofwareAgentName(String value)
Gets or sets the software agent name.
|
add, getNamespaceUri, getPrefix
public ResourceEvent()
Initializes a new instance of the ResourceEvent
class.
public final String getAction()
Gets or sets action.
Value: The action.Defined values are: converted, copied, created, cropped, edited, filtered, formatted, version_updated, printed, published, managed, produced, resized, saved. New values should be verbs in the past tense.
public final void setAction(String value)
Gets or sets action.
Value: The action.Defined values are: converted, copied, created, cropped, edited, filtered, formatted, version_updated, printed, published, managed, produced, resized, saved. New values should be verbs in the past tense.
public final String getChanged()
Gets or sets the semicolon-delimited list of the parts of the resource that were changed since the previous event history.
Value: The semicolon-delimited list of the parts of the resource that were changed since the previous event history.public final void setChanged(String value)
Gets or sets the semicolon-delimited list of the parts of the resource that were changed since the previous event history.
Value: The semicolon-delimited list of the parts of the resource that were changed since the previous event history.public final UUID getInstanceId()
Gets or sets value of the xmpMM:InstanceId.
Value: The value of the xmpMM:InstanceId.public final void setInstanceId(UUID value)
Gets or sets value of the xmpMM:InstanceId.
Value: The value of the xmpMM:InstanceId.public final String getParameters()
Gets or sets the additional description of the action.
Value: The additional description of the action.public final void setParameters(String value)
Gets or sets the additional description of the action.
Value: The additional description of the action.public final String getSofwareAgentName()
Gets or sets the software agent name.
Value: The software agent name.public final void setSofwareAgentName(String value)
Gets or sets the software agent name.
Value: The software agent name.public final Date getActionDate()
Gets or sets the action date.
Value: The action date.public final void setActionDate(Date value)
Gets or sets the action date.
Value: The action date.public String getXmpRepresentation()
Gets the string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class ComplexTypeBase
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.