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 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 additional description of the action.
|
String |
getSofwareAgentName()
Gets software agent name.
|
String |
getXmpRepresentation()
Returns string contained value in XMP format.
|
void |
setAction(String value)
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)
Sets additional description of the action.
|
void |
setSofwareAgentName(String value)
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 action.
public final void setAction(String value)
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 additional description of the action.
public final void setParameters(String value)
Sets additional description of the action.
value
- Parameters.public final String getSofwareAgentName()
Gets software agent name.
public final void setSofwareAgentName(String value)
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 © 2018. All rights reserved.