ISOApplicationSchemaInformation function

ISOApplicationSchemaInformation

ISOApplicationSchemaInformation

ISOApplicationSchemaInformation

ISOApplicationSchemaInformation class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISO ApplicationSchemaInformation

References

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOApplicationSchemaInformation

Public fields

  • 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]

Methods

Public methods

Method new()

Initializes object

Usage

ISOApplicationSchemaInformation$new(xml = NULL)

Arguments

  • xml: object of class XMLInternalNode-class

Method setName()

Set name

Usage

ISOApplicationSchemaInformation$setName(name)

Arguments

  • name: name

Method setSchemaLanguage()

Set schema language

Usage

ISOApplicationSchemaInformation$setSchemaLanguage(schemaLanguage)

Arguments

  • schemaLanguage: schema language

Method setConstraintLanguage()

Set constraint language

Usage

ISOApplicationSchemaInformation$setConstraintLanguage(constraintLanguage)

Arguments

  • constraintLanguage: constraint language

Method setSchemaAscii()

Set schema Ascii

Usage

ISOApplicationSchemaInformation$setSchemaAscii(schemaAscii)

Arguments

  • schemaAscii: schema Ascii

Method setGraphicsFile()

Set graphics file

Usage

ISOApplicationSchemaInformation$setGraphicsFile(graphicsFile)

Arguments

  • graphicsFile: graphics file

Method setSoftwareDevelopmentFile()

Set software development file

Usage

ISOApplicationSchemaInformation$setSoftwareDevelopmentFile(file)

Arguments

  • file: file

Method setSoftwareDevelopmentFileFormat()

Set software development file format

Usage

ISOApplicationSchemaInformation$setSoftwareDevelopmentFileFormat(format)

Arguments

  • format: file format

Method clone()

The objects of this class are cloneable with this method.

Usage

ISOApplicationSchemaInformation$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

  • Maintainer: Emmanuel Blondel
  • License: MIT + file LICENSE
  • Last published: 2025-01-29