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
| Constructor | Description |
|---|---|
| ResourceRef() | Initializes a new instance of the Dimensions class. |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| value | java.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:
| Parameter | Type | Description |
|---|---|---|
| value | java.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:
| Parameter | Type | Description |
|---|---|---|
| value | java.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:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |