ISOCoupledResource function

ISOCoupledResource

ISOCoupledResource

ISOCoupledResource

ISOCoupledResource class

Format

R6Class object.

Returns

Object of R6Class for modelling an ISOCoupledResource

Examples

md <- ISOCoupledResource$new() md$setOperationName("name") md$setIdentifier("identifier") xml <- md$encode()

References

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOCoupledResource

Public fields

  • operationName: operationName [1..1]: character

  • identifier: identifier [1..1]: character

Methods

Public methods

Method new()

Initializes object

Usage

ISOCoupledResource$new(xml = NULL)

Arguments

  • xml: object of class XMLInternalNode-class

Method setOperationName()

Set operation name

Usage

ISOCoupledResource$setOperationName(operationName, locales = NULL)

Arguments

  • operationName: operation name

  • locales: a list of localized names. Default is NULL

Method setIdentifier()

Set identifier

Usage

ISOCoupledResource$setIdentifier(identifier, locales = NULL)

Arguments

  • identifier: identifier

  • locales: a list of localized identifiers. Default is NULL

Method clone()

The objects of this class are cloneable with this method.

Usage

ISOCoupledResource$clone(deep = FALSE)

Arguments

  • deep: Whether to make a deep clone.

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