ISOMemberName

ISOMemberName

Format

R6Class object.

Value

Object of R6Class for modelling an ISOMemberName

References

ISO/TS 19103:2005 Geographic information – Conceptual schema language

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

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

Public fields

aName

name

attributeType

attribute type

Methods

Inherited 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.