Packages

 

com.aspose.imaging.xmp.types.derived

Class XmpGuid

  • All Implemented Interfaces:
    IXmpType


    public final class XmpGuid
    extends XmpTypeBase

    Represents XMP global unique identifier.

    • Constructor Detail

      • XmpGuid

        public XmpGuid(String value)

        Initializes a new instance of the XmpGuid class.

        Parameters:
        value - The value.
        Throws:
        com.aspose.ms.System.ArgumentNullException - value is null.
        com.aspose.ms.System.ArgumentException - Invalid guid value;value
      • XmpGuid

        public XmpGuid(UUID guid)

        Initializes a new instance of the XmpGuid class.

        Parameters:
        guid - The unique identifier.
    • Method Detail

      • getPrefix

        public String getPrefix()

        Gets or sets the prefix like uuid.

        Value: The prefix like uuid.
      • setPrefix

        public void setPrefix(String value)

        Gets or sets the prefix like uuid.

        Value: The prefix like uuid.
      • getValue

        public UUID getValue()

        Gets or sets the value.

        Value: The value.
      • setValue

        public void setValue(UUID value)

        Gets or sets the value.

        Value: The value.