ISOMemberName function

ISOMemberName

ISOMemberName

ISOMemberName

ISOMemberName class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISOMemberName

References

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOMemberName

Public fields

  • aName: name

  • attributeType: attribute type

Methods

Public methods

Method new()

Initializes object

Usage

ISOMemberName$new(xml = NULL, aName = NULL, attributeType = NULL)

Arguments

  • xml: object of class XMLInternalNode-class

  • aName: a name

  • attributeType: attribute type

Method setName()

Set name

Usage

ISOMemberName$setName(aName, locales = NULL)

Arguments

  • aName: name

  • locales: list of localized texts. Default is NULL

Method setAttributeType()

Set attribute type

Usage

ISOMemberName$setAttributeType(attributeType, locales = NULL)

Arguments

  • attributeType: attribute type

  • locales: list of localized texts. Default is NULL

Method clone()

The objects of this class are cloneable with this method.

Usage

ISOMemberName$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

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