public final class ResourceRef extends ComplexTypeBase
Used to indicate prior versions, originals of renditions, originals for derived documents, and so on.
Constructor and Description |
---|
ResourceRef()
Initializes a new instance of the
Dimensions class. |
Modifier and Type | Method and Description |
---|---|
String[] |
getAlternatePaths()
Gets or sets the array of alternate path.
|
String |
getDocumentUri()
Gets or sets the document URI.
|
String |
getFilePathUri()
Gets or sets the file path URI.
|
String |
getInstanceId()
Gets or sets the instance identifier.
|
void |
setAlternatePaths(String[] value)
Gets or sets the array of alternate path.
|
void |
setDocumentUri(String value)
Gets or sets the document URI.
|
void |
setFilePathUri(String value)
Gets or sets the file path URI.
|
void |
setInstanceId(String value)
Gets or sets the instance identifier.
|
getNamespaceUri, getPrefix, getXmpRepresentation
public ResourceRef()
Initializes a new instance of the Dimensions
class.
public String[] getAlternatePaths()
Gets or sets the array of alternate path.
Value: The array of alternate path.public void setAlternatePaths(String[] value)
Gets or sets the array of alternate path.
Value: The array of alternate path.public String getDocumentUri()
Gets or sets the document URI.
Value: The document URI.public void setDocumentUri(String value)
Gets or sets the document URI.
Value: The document URI.public String getFilePathUri()
Gets or sets the file path URI.
Value: The file path URI.public void setFilePathUri(String value)
Gets or sets the file path URI.
Value: The file path URI.public String getInstanceId()
Gets or sets the instance identifier.
Value: The instance identifier.public void setInstanceId(String value)
Gets or sets the instance identifier.
Value: The instance identifier.