Packages

 

com.aspose.imaging.xmp.types.complex.resourceref

Class ResourceRef

  • All Implemented Interfaces:
    IXmpType


    public final class ResourceRef
    extends ComplexTypeBase

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

    • Constructor Detail

      • ResourceRef

        public ResourceRef()

        Initializes a new instance of the Dimensions class.

    • Method Detail

      • getAlternatePaths

        public String[] getAlternatePaths()

        Gets or sets the array of alternate path.

        Value: The array of alternate path.
      • setAlternatePaths

        public void setAlternatePaths(String[] value)

        Gets or sets the array of alternate path.

        Value: The array of alternate path.
      • getDocumentUri

        public String getDocumentUri()

        Gets or sets the document URI.

        Value: The document URI.
      • setDocumentUri

        public void setDocumentUri(String value)

        Gets or sets the document URI.

        Value: The document URI.
      • getFilePathUri

        public String getFilePathUri()

        Gets or sets the file path URI.

        Value: The file path URI.
      • setFilePathUri

        public void setFilePathUri(String value)

        Gets or sets the file path URI.

        Value: The file path URI.
      • getInstanceId

        public String getInstanceId()

        Gets or sets the instance identifier.

        Value: The instance identifier.
      • setInstanceId

        public void setInstanceId(String value)

        Gets or sets the instance identifier.

        Value: The instance identifier.