ISOMaintenanceInformation
ISOMaintenanceInformation
ISOMaintenanceInformation class
R6Class
object.
Object of R6Class
for modelling an ISO MaintenanceInformation
md <- ISOMaintenanceInformation$new() md$setMaintenanceFrequency("daily") xml <- md$encode()
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_MaintenanceInformation
ISO 19115-3 https://schemas.isotc211.org/19115/-3/mmi/1.0/mmi/#element_MD_MaintenanceInformation
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOMaintenanceInformation
maintenanceAndUpdateFrequency
: maintenanceAndUpdateFrequency
new()
Initializes object
ISOMaintenanceInformation$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setMaintenanceFrequency()
Set maintenance frequency
ISOMaintenanceInformation$setMaintenanceFrequency(frequency)
frequency
: frequency object of class ISOMaintenanceFrequency or any character among values returned by ISOMaintenanceFrequency$values()
clone()
The objects of this class are cloneable with this method.
ISOMaintenanceInformation$clone(deep = FALSE)
deep
: Whether to make a deep clone.