ResourceRef

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

public final class ResourceRef extends ComplexTypeBase

Used to indicate prior versions, originals of renditions, originals for derived documents, and so on.

Constructors

ConstructorDescription
ResourceRef()Initializes a new instance of the Dimensions class.

Methods

MethodDescription
add(String key, Object value)Adds the specified key.
equals(Object arg0)
getAlternatePaths()Gets or sets the array of alternate path.
getClass()
getDocumentUri()Gets or sets the document URI.
getFilePathUri()Gets or sets the file path URI.
getInstanceId()Gets or sets the instance identifier.
getNamespaceUri()Gets the default namespace URI.
getPrefix()Gets the prefix.
getXmpRepresentation()Gets the string contained value in XMP format.
hashCode()
notify()
notifyAll()
setAlternatePaths(String[] value)Gets or sets the array of alternate path.
setDocumentUri(String value)Gets or sets the document URI.
setFilePathUri(String value)Gets or sets the file path URI.
setInstanceId(String value)Gets or sets the instance identifier.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ResourceRef()

public ResourceRef()

Initializes a new instance of the Dimensions class.

add(String key, Object value)

public void add(String key, Object value)

Adds the specified key.

Parameters:

ParameterTypeDescription
keyjava.lang.StringThe string representation of key that is identified with added value.
valuejava.lang.ObjectThe value to add to.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAlternatePaths()

public String[] getAlternatePaths()

Gets or sets the array of alternate path.

Value: The array of alternate path.

Returns: java.lang.String[]

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDocumentUri()

public String getDocumentUri()

Gets or sets the document URI.

Value: The document URI.

Returns: java.lang.String

getFilePathUri()

public String getFilePathUri()

Gets or sets the file path URI.

Value: The file path URI.

Returns: java.lang.String

getInstanceId()

public String getInstanceId()

Gets or sets the instance identifier.

Value: The instance identifier.

Returns: java.lang.String

getNamespaceUri()

public String getNamespaceUri()

Gets the default namespace URI.

Returns: java.lang.String - The default namespace URI.

getPrefix()

public String getPrefix()

Gets the prefix.

Returns: java.lang.String - The prefix.

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()

setAlternatePaths(String[] value)

public void setAlternatePaths(String[] value)

Gets or sets the array of alternate path.

Value: The array of alternate path.

Parameters:

ParameterTypeDescription
valuejava.lang.String[]

setDocumentUri(String value)

public void setDocumentUri(String value)

Gets or sets the document URI.

Value: The document URI.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setFilePathUri(String value)

public void setFilePathUri(String value)

Gets or sets the file path URI.

Value: The file path URI.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setInstanceId(String value)

public void setInstanceId(String value)

Gets or sets the instance identifier.

Value: The instance identifier.

Parameters:

ParameterTypeDescription
valuejava.lang.String

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