ISOQualityResultFile: ISOQualityResultFile

ISOQualityResultFileR Documentation

ISOQualityResultFile

Description

ISOQualityResultFile

ISOQualityResultFile

Format

R6Class object.

Value

Object of R6Class for modelling an ISO quality result file

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

Public 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.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

- ISO 19115-3 https://schemas.isotc211.org/19157/-/mdq/1.2/mdq/#element_QualityResultFile


eblondel/geometa documentation built on Jan. 31, 2025, 12:54 p.m.