ISODescriptiveResult

ISODescriptiveResult

Format

R6Class object.

Value

Object of R6Class for modelling an ISODescriptiveResult

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISODescriptiveResult

Public fields

resultScope

resultScope [0..1]: ISOScope

dateTime

dateTime [0..1]: ISOBaseDateTime

statement

statement [1]: character

Methods

Inherited methods


Method new()

Initializes object

Usage

ISODescriptiveResult$new(xml = NULL)

Arguments

xml

object of class XMLInternalNode-class


Method setResultScope()

Set result scope

Usage

ISODescriptiveResult$setResultScope(scope)

Arguments

scope

object of class ISOScope


Method setDateTime()

Set date time

Usage

ISODescriptiveResult$setDateTime(dateTime)

Arguments

dateTime

dateTime object of class ISOBaseDateTime


Method setStatement()

Set statement

Usage

ISODescriptiveResult$setStatement(statement, locales = NULL)

Arguments

statement

statement

locales

list of localized statement. Default is NULL


Method clone()

The objects of this class are cloneable with this method.

Usage

ISODescriptiveResult$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.