ISOReleasability: ISOReleasability

ISOReleasabilityR Documentation

ISOReleasability

Description

ISOReleasability

ISOReleasability

Format

R6Class object.

Value

Object of R6Class for modelling an ISOReleasability

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOReleasability

Public fields

addressee

addressee [0..*]: ISOAbstractResponsibility

statement

statement [0..1]: character

disseminationConstraints

disseminationConstraints [0..*]: ISORestriction

Methods

Public methods

Inherited methods

Method new()

Initializes object

Usage
ISOReleasability$new(xml = NULL)
Arguments
xml

object of class XMLInternalNode-class


Method addAddressee()

Adds addressee

Usage
ISOReleasability$addAddressee(addressee)
Arguments
addressee

addressee of class ISOAbstractResponsibility

Returns

TRUE if added, FALSE otherwise


Method delAddressee()

Deletes addressee

Usage
ISOReleasability$delAddressee(addressee)
Arguments
addressee

addressee of class ISOAbstractResponsibility

Returns

TRUE if deleted, FALSE otherwise


Method setStatement()

Set statement

Usage
ISOReleasability$setStatement(statement, locales = NULL)
Arguments
statement

statement

locales

list of localized texts. Default is NULL


Method addConstraint()

Adds constraint

Usage
ISOReleasability$addConstraint(constraint)
Arguments
constraint

constraint of class ISORestriction

Returns

TRUE if added, FALSE otherwise


Method delConstraint()

Deletes constraint

Usage
ISOReleasability$delConstraint(constraint)
Arguments
constraint

constraint of class ISORestriction

Returns

TRUE if deleted, FALSE otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage
ISOReleasability$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.

Author(s)

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

References

- ISO 19115-3 https://schemas.isotc211.org/19115/-3/mco/1.0/mco/#element_MD_Releasability


eblondel/geometa documentation built on Oct. 10, 2024, 4:46 p.m.