public final class ResourceRef extends XmpComplexType
Represents multiple part reference to a resource. <br></br>
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
ResourceRef class. |
Modifier and Type | Method and Description |
---|---|
String[] |
getAlternatePaths()
Gets or sets array of alternate path.
|
String |
getDocumentUri()
Gets or sets document uri.
|
String |
getFilePathUri()
Gets or sets file path uri.
|
String |
getInstanceId()
Gets or sets InstanceID.
|
String |
getXmpRepresentation()
Returns string contained value in XMP format.
|
void |
setAlternatePaths(String[] value)
Gets or sets array of alternate path.
|
void |
setDocumentUri(String value)
Gets or sets document uri.
|
void |
setFilePathUri(String value)
Gets or sets file path uri.
|
void |
setInstanceId(String value)
Gets or sets InstanceID.
|
getNamespaceUri, getPrefix
toBool, toDateTime, toFloat, toGuid, toInt, toString, toStringArray
public ResourceRef()
Initializes a new instance of the ResourceRef
class.
public final String[] getAlternatePaths()
Gets or sets array of alternate path.
Value: Alternate paths.public final void setAlternatePaths(String[] value)
Gets or sets array of alternate path.
Value: Alternate paths.public final String getDocumentUri()
Gets or sets document uri.
Value: The document URI.public final void setDocumentUri(String value)
Gets or sets document uri.
Value: The document URI.public final String getFilePathUri()
Gets or sets file path uri.
Value: The file path URI.public final void setFilePathUri(String value)
Gets or sets file path uri.
Value: The file path URI.public final String getInstanceId()
Gets or sets InstanceID.
Value: The instance identifier.public final void setInstanceId(String value)
Gets or sets InstanceID.
Value: The instance identifier.public String getXmpRepresentation()
Returns string contained value in XMP format.
getXmpRepresentation
in interface IXmpType
getXmpRepresentation
in class XmpComplexType
string
contained XMP representation.Copyright © 2017. All rights reserved.