ISOOperationChainMetadata

ISOOperationChainMetadata

Format

R6Class object.

Value

Object of R6Class for modelling an ISOOperationChainMetadata

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOOperationChainMetadata

Public fields

name

name [1..1]: character

description

description [1..1]: character

operation

operation [1..*]: ISOOperationMetadata

Methods

Inherited methods


Method new()

Initializes object

Usage

Arguments

xml

object of class XMLInternalNode-class


Method setName()

Set name

Usage

ISOOperationChainMetadata$setName(name, locales = NULL)

Arguments

name

name

locales

list of localized texts. Default is NULL


Method setDescription()

Set description

Usage

ISOOperationChainMetadata$setDescription(description, locales = NULL)

Arguments

description

description

locales

list of localized texts. Default is NULL


Method addOperation()

Adds operation metadata

Usage

ISOOperationChainMetadata$addOperation(operation)

Arguments

operation

object of class ISOOperationMetadata

Returns

TRUE if added, FALSE otherwise


Method delOperation()

Deletes operation metadata

Usage

ISOOperationChainMetadata$delOperation(operation)

Arguments

operation

object of class ISOOperationMetadata

Returns

TRUE if deleted, FALSE otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOOperationChainMetadata$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.

Examples

  md <- ISOOperationChainMetadata$new()
  xml <- md$encode()
#> [geometa][WARN] Element '{http://www.isotc211.org/2005/srv}SV_OperationChainMetadata': No matching global declaration available for the validation root at line 1. 
#> [geometa][WARN] Object 'ISOOperationChainMetadata' is INVALID according to ISO 19139 XML schemas!