XmpGuid

Inheritance: java.lang.Object, com.aspose.psd.xmp.types.XmpTypeBase

public final class XmpGuid extends XmpTypeBase

Represents XMP global unique identifier.

Constructors

ConstructorDescription
XmpGuid(String value)Initializes a new instance of the XmpGuid class.
XmpGuid(UUID guid)Initializes a new instance of the XmpGuid class.

Methods

MethodDescription
equals(Object arg0)
getClass()
getPrefix()Gets or sets the prefix like uuid.
getValue()Gets or sets the value.
getValue_internalized()
getXmpRepresentation()Gets the string contained value in XMP format.
hashCode()
notify()
notifyAll()
setPrefix(String value)Gets or sets the prefix like uuid.
setValue(UUID value)Gets or sets the value.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

XmpGuid(String value)

public XmpGuid(String value)

Initializes a new instance of the XmpGuid class.

Parameters:

ParameterTypeDescription
valuejava.lang.StringThe value.

XmpGuid(UUID guid)

public XmpGuid(UUID guid)

Initializes a new instance of the XmpGuid class.

Parameters:

ParameterTypeDescription
guidjava.util.UUIDThe unique identifier.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getPrefix()

public String getPrefix()

Gets or sets the prefix like uuid.

Value: The prefix like uuid.

Returns: java.lang.String

getValue()

public UUID getValue()

Gets or sets the value.

Value: The value.

Returns: java.util.UUID

getValue_internalized()

public System.Guid getValue_internalized()

Returns: com.aspose.ms.System.Guid

getXmpRepresentation()

public String getXmpRepresentation()

Gets the string contained value in XMP format.

Returns: java.lang.String - Returns the string contained value in XMP format.

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setPrefix(String value)

public void setPrefix(String value)

Gets or sets the prefix like uuid.

Value: The prefix like uuid.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setValue(UUID value)

public void setValue(UUID value)

Gets or sets the value.

Value: The value.

Parameters:

ParameterTypeDescription
valuejava.util.UUID

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int