Interface File

    • Method Detail

      • getMimeType

        java.lang.String getMimeType()
        Mime type of the content of the File. More information under https://admin-shell.io/aas/3/0/RC01/File/mimeType
        Returns:
        Returns the String for the property mimeType.
      • setMimeType

        void setMimeType​(java.lang.String mimeType)
        Mime type of the content of the File. More information under https://admin-shell.io/aas/3/0/RC01/File/mimeType
        Parameters:
        mimeType - desired value for the property mimeType.
      • getValue

        java.lang.String getValue()
        Path and name of the referenced file (with file extension). The path can be absolute or relative. More information under https://admin-shell.io/aas/3/0/RC01/File/value
        Returns:
        Returns the String for the property value.
      • setValue

        void setValue​(java.lang.String value)
        Path and name of the referenced file (with file extension). The path can be absolute or relative. More information under https://admin-shell.io/aas/3/0/RC01/File/value
        Parameters:
        value - desired value for the property value.