ISOCitationSeries
ISOCitationSeries
ISOCitationSeries class
R6Class
object.
Object of R6Class
for modelling an ISOCitationSeries
ISO 19115:2003 - Geographic information -- Metadata
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOCitationSeries
name
: name [0..1]
issueIdentification
: issueIdentification [0..1]
page
: page [0..1]
new()
Initializes object
ISOCitationSeries$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setName()
Set name
ISOCitationSeries$setName(name, locales = NULL)
name
: name
locales
: list of localized names. Default is NULL
setIssueIdentification()
Set issue ID
ISOCitationSeries$setIssueIdentification(issueId, locales = NULL)
issueId
: issueId
locales
: list of localized ids Default is NULL
setPage()
Set page
ISOCitationSeries$setPage(page, locales = NULL)
page
: page
locales
: list of localized pages. Default is NULL
clone()
The objects of this class are cloneable with this method.
ISOCitationSeries$clone(deep = FALSE)
deep
: Whether to make a deep clone.