ISOMetaIdentifier
ISOMetaIdentifier
ISOMetaIdentifier class
R6Class
object.
Object of R6Class
for modelling an ISO MetaIdentifier
md <- ISOMetaIdentifier$new(code = "identifier") xml <- md$encode()
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_Identifier
ISO 19115-3 https://schemas.isotc211.org/19115/-3/mcc/1.0/mcc/#element_MD_Identifier
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOMetaIdentifier
authority
: authority [0..1]: ISOCitation
code
: code [1..1]: character
codeSpace
: codeSpace [0..1]: character (ISO 19115-3)
version
: version [0..1]: character (ISO 19115-3)
description
: description [0..1]: character (ISO 19115-3)
new()
Initializes object
ISOMetaIdentifier$new(xml = NULL, code = NULL, codeSpace = NULL)
xml
: object of class XMLInternalNode-class
code
: code
codeSpace
: code space
setAuthority()
Set authority
ISOMetaIdentifier$setAuthority(authority)
authority
: object of class ISOCitation
setCode()
Set code
ISOMetaIdentifier$setCode(code)
code
: code
setCodeSpace()
Set codeSpace
ISOMetaIdentifier$setCodeSpace(codeSpace)
codeSpace
: codeSpace
setVersion()
Set version
ISOMetaIdentifier$setVersion(version)
version
: version
setDescription()
Set description
ISOMetaIdentifier$setDescription(description)
description
: description
clone()
The objects of this class are cloneable with this method.
ISOMetaIdentifier$clone(deep = FALSE)
deep
: Whether to make a deep clone.