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 action.
|
Date |
getActionDate()
Gets or sets the action date.
|
String |
getChanged()
Gets the semicolon-delimited list of the parts of the resource that were changed since the previous event history.
|
UUID |
getInstanceId()
Gets 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)
Sets action.
|
void |
setActionDate(Date value)
Gets or sets the action date.
|
void |
setChanged(String value)
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 String getAction()
Gets 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 void setAction(String value)
Sets 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.value
- The action.public String getChanged()
Gets the semicolon-delimited list of the parts of the resource that were changed since the previous event history.
public void setChanged(String value)
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 UUID getInstanceId()
Gets value of the xmpMM:InstanceId.
public void setInstanceId(UUID value)
Gets or sets value of the xmpMM:InstanceId.
value
- The value of the xmpMM:InstanceId.public String getParameters()
Gets or sets the additional description of the action.
Value: The additional description of the action.public void setParameters(String value)
Gets or sets the additional description of the action.
value
- The additional description of the action.public String getSofwareAgentName()
Gets or sets the software agent name.
public void setSofwareAgentName(String value)
Gets or sets the software agent name.
value
- The software agent name.public Date getActionDate()
Gets or sets the action date.
public 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