ResourceRef

Inheritance: java.lang.Object, com.aspose.imaging.xmp.types.XmpTypeBase, com.aspose.imaging.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
getAlternatePaths()Gets or sets the array of alternate path.
setAlternatePaths(String[] value)Gets or sets the array of alternate path.
getDocumentUri()Gets or sets the document URI.
setDocumentUri(String value)Gets or sets the document URI.
getFilePathUri()Gets or sets the file path URI.
setFilePathUri(String value)Gets or sets the file path URI.
getInstanceId()Gets or sets the instance identifier.
setInstanceId(String value)Gets or sets the instance identifier.

ResourceRef()

public ResourceRef()

Initializes a new instance of the Dimensions class.

getAlternatePaths()

public String[] getAlternatePaths()

Gets or sets the array of alternate path.

Value: The array of alternate path.

Returns: java.lang.String[]

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[]

getDocumentUri()

public String getDocumentUri()

Gets or sets the document URI.

Value: The document URI.

Returns: java.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

getFilePathUri()

public String getFilePathUri()

Gets or sets the file path URI.

Value: The file path URI.

Returns: java.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

getInstanceId()

public String getInstanceId()

Gets or sets the instance identifier.

Value: The instance identifier.

Returns: java.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