SDMXFooterMessage: Class "SDMXFooterMessage"

View source: R/SDMXFooterMessage-methods.R

SDMXFooterMessageR Documentation

Class "SDMXFooterMessage"

Description

A basic class to handle a footer message of a SDMX-ML document

Usage

SDMXFooterMessage(xmlObj)

Arguments

xmlObj

object of class "XMLInternalDocument derived from XML package

Value

an object of class "SDMXFooterMessage"

Slots

code

Object of class "character" giving the status code

severity

Object of class "character" giving the severity of the message

messages

Object of class "list" giving the list of messages

Warning

This class is not useful in itself, but all SDMX non-abstract classes will encapsulate it as slot, when parsing an SDMX-ML document

Note

This class is especially useful for SDMX 2.1 compliant documents. Footer messages are not supported in SDMX 2.0 standard format.

According to the SDMX 2.1 standard, the message severity takes one of the following values: "Error", "Warning",Information". Given the possible typos handled by data providers, rsdmx adopts a permissive strategy and does not validate the object according to such controlled terms.

Author(s)

Emmanuel Blondel, emmanuel.blondel1@gmail.com

See Also

SDMXFooter readSDMX


rsdmx documentation built on Aug. 28, 2023, 5:09 p.m.