ISOReleasability

ISOReleasability

Format

R6Class object.

Value

Object of R6Class for modelling an ISOReleasability

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

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

Public fields

addressee

addressee [0..*]: ISOAbstractResponsibility

statement

statement [0..1]: character

disseminationConstraints

disseminationConstraints [0..*]: ISORestriction

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.