Packages

 

com.aspose.psd.xmp.types.complex.resourceevent

Class ResourceEvent

  • All Implemented Interfaces:
    IXmpType


    public final class ResourceEvent
    extends ComplexTypeBase

    Containing dimensions for a drawn object.

    • Constructor Detail

      • ResourceEvent

        public ResourceEvent()

        Initializes a new instance of the ResourceEvent class.

    • Method Detail

      • getAction

        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.
        Returns:
        The action.
      • setAction

        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.
        Parameters:
        value - The action.
      • getChanged

        public String getChanged()

        Gets the semicolon-delimited list of the parts of the resource that were changed since the previous event history.

        Returns:
        The semicolon-delimited list of the parts of the resource that were changed since the previous event history.
      • setChanged

        public void setChanged(String value)

        Sets the semicolon-delimited list of the parts of the resource that were changed since the previous event history.

        Parameters:
        value - The semicolon-delimited list of the parts of the resource that were changed since the previous event history.
      • getInstanceId

        public UUID getInstanceId()

        Gets value of the xmpMM:InstanceId.

        Returns:
        The value of the xmpMM:InstanceId.
      • setInstanceId

        public void setInstanceId(UUID value)

        Gets or sets value of the xmpMM:InstanceId.

        Parameters:
        value - The value of the xmpMM:InstanceId.
      • getParameters

        public String getParameters()

        Gets or sets the additional description of the action.

        Value: The additional description of the action.
      • setParameters

        public void setParameters(String value)

        Gets or sets the additional description of the action.

        Parameters:
        value - The additional description of the action.
      • getSofwareAgentName

        public String getSofwareAgentName()

        Gets or sets the software agent name.

        Returns:
        The software agent name.
      • setSofwareAgentName

        public void setSofwareAgentName(String value)

        Gets or sets the software agent name.

        Parameters:
        value - The software agent name.
      • getActionDate

        public Date getActionDate()

        Gets or sets the action date.

        Returns:
        The action date.
      • setActionDate

        public void setActionDate(Date value)

        Gets or sets the action date.

        Parameters:
        value - The action date.