ISOApplicationSchemaInformation
ISOApplicationSchemaInformation
ISOApplicationSchemaInformation class
R6Class
object.
Object of R6Class
for modelling an ISO ApplicationSchemaInformation
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_ApplicationSchemaInformation
ISO 19115-3 https://schemas.isotc211.org/19115/-3/mas/1.0/mas/#element_MD_ApplicationSchemaInformation
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOApplicationSchemaInformation
name
: name [1..1]
schemaLanguage
: chemaLanguage [1..1]
constraintLanguage
: constraintLanguage [1..1]
schemaAscii
: schemaAscii [0..1]
graphicsFile
: graphicsFile [0..1]: ISOOnlineResource
softwareDevelopmentFile
: softwareDevelopmentFile [0..1]: ISOOnlineResource
softwareDevelopmentFileFormat
: softwareDevelopmentFileFormat [0..1]
list("ISOApplicationSchemaInformation$setConstraintLanguage()")
list("ISOApplicationSchemaInformation$setSoftwareDevelopmentFile()")
list("ISOApplicationSchemaInformation$setSoftwareDevelopmentFileFormat()")
new()
Initializes object
ISOApplicationSchemaInformation$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setName()
Set name
ISOApplicationSchemaInformation$setName(name)
name
: name
setSchemaLanguage()
Set schema language
ISOApplicationSchemaInformation$setSchemaLanguage(schemaLanguage)
schemaLanguage
: schema language
setConstraintLanguage()
Set constraint language
ISOApplicationSchemaInformation$setConstraintLanguage(constraintLanguage)
constraintLanguage
: constraint language
setSchemaAscii()
Set schema Ascii
ISOApplicationSchemaInformation$setSchemaAscii(schemaAscii)
schemaAscii
: schema Ascii
setGraphicsFile()
Set graphics file
ISOApplicationSchemaInformation$setGraphicsFile(graphicsFile)
graphicsFile
: graphics file
setSoftwareDevelopmentFile()
Set software development file
ISOApplicationSchemaInformation$setSoftwareDevelopmentFile(file)
file
: file
setSoftwareDevelopmentFileFormat()
Set software development file format
ISOApplicationSchemaInformation$setSoftwareDevelopmentFileFormat(format)
format
: file format
clone()
The objects of this class are cloneable with this method.
ISOApplicationSchemaInformation$clone(deep = FALSE)
deep
: Whether to make a deep clone.