ISOQualityResultFile

ISOQualityResultFile

Format

R6Class object.

Value

Object of R6Class for modelling an ISO quality result file

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOQualityResultFile

Public fields

fileName

fileName [1]: ISOFileName

fileType

fileType [1]: ISOMimeFileType

fileDescription

fileDescription [1]: character

fileFormat

fileFormat [1]: ISOFormat

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOQualityResultFile$new(xml = NULL)

Arguments

xml

object of class XMLInternalNode-class


Method setFileName()

Set file name

Usage

ISOQualityResultFile$setFileName(fileName)

Arguments

fileName

filename object of class ISOFileName


Method setFileType()

Set file type

Usage

ISOQualityResultFile$setFileType(fileType)

Arguments

fileType

fileType object of class ISOMimeFileType or character


Method setFileDescription()

Set file description

Usage

ISOQualityResultFile$setFileDescription(fileDescription, locales = NULL)

Arguments

fileDescription

fileDescription object of class character

locales

list of localized file description. Default is NULL


Method setFileFormat()

Set file format

Usage

ISOQualityResultFile$setFileFormat(fileFormat)

Arguments

fileFormat

fileFormat = object of class ISOFormat or character


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOQualityResultFile$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.