public final class ResourceEvent extends XmpComplexType
Represents high-level event that occurred in the processing of a resource.
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 action date.
|
String |
getChanged()
A semicolon-delimited list of the parts of the resource that were changed since the previous event history.
|
UUID |
getInstanceId()
Gets or sets the value of the xmpMM:InstanceID.
|
String |
getParameters()
Gets or sets additional description of the action.
|
String |
getSofwareAgentName()
Gets or sets software agent name.
|
String |
getXmpRepresentation()
Returns string contained value in XMP format.
|
void |
setAction(String value)
Gets or sets action.
|
void |
setActionDate(Date value)
Gets or sets action date.
|
void |
setChanged(String value)
A semicolon-delimited list of the parts of the resource that were changed since the previous event history.
|
void |
setInstanceId(UUID value)
Gets or sets the value of the xmpMM:InstanceID.
|
void |
setParameters(String value)
Gets or sets additional description of the action.
|
void |
setSofwareAgentName(String value)
Gets or sets software agent name.
|
getNamespaceUri, getPrefix
toBool, toDateTime, toFloat, toGuid, toInt, toString, toStringArray
public ResourceEvent()
Initializes a new instance of the ResourceEvent
class.
public final String getAction()
Gets or sets action.
Value: The action.public final void setAction(String value)
Gets or sets action.
Value: The action.public final String getChanged()
A semicolon-delimited list of the parts of the resource that were changed since the previous event history.
public final void setChanged(String value)
A semicolon-delimited list of the parts of the resource that were changed since the previous event history.
public final UUID getInstanceId()
Gets or sets the value of the xmpMM:InstanceID.
public final void setInstanceId(UUID value)
Gets or sets the value of the xmpMM:InstanceID.
public final String getParameters()
Gets or sets additional description of the action.
Value: Parameters.public final void setParameters(String value)
Gets or sets additional description of the action.
Value: Parameters.public final String getSofwareAgentName()
Gets or sets software agent name.
Value: The name of the sofware agent.public final void setSofwareAgentName(String value)
Gets or sets software agent name.
Value: The name of the sofware agent.public final Date getActionDate()
Gets or sets action date.
public final void setActionDate(Date value)
Gets or sets action date.
public String getXmpRepresentation()
Returns string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpComplexType
string
contained XMP representation.Copyright © 2017. All rights reserved.