ISOReleasability | R Documentation |
ISOReleasability
ISOReleasability
R6Class
object.
Object of R6Class
for modelling an ISOReleasability
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOReleasability
addressee
addressee [0..*]: ISOAbstractResponsibility
statement
statement [0..1]: character
disseminationConstraints
disseminationConstraints [0..*]: ISORestriction
geometa::geometaLogger$ERROR()
geometa::geometaLogger$INFO()
geometa::geometaLogger$WARN()
geometa::ISOAbstractObject$addFieldAttrs()
geometa::ISOAbstractObject$addListElement()
geometa::ISOAbstractObject$checkMetadataStandardCompliance()
geometa::ISOAbstractObject$contains()
geometa::ISOAbstractObject$createLocalisedProperty()
geometa::ISOAbstractObject$decode()
geometa::ISOAbstractObject$delListElement()
geometa::ISOAbstractObject$encode()
geometa::ISOAbstractObject$getClass()
geometa::ISOAbstractObject$getClassName()
geometa::ISOAbstractObject$getNamespaceDefinition()
geometa::ISOAbstractObject$isDocument()
geometa::ISOAbstractObject$isFieldInheritedFrom()
geometa::ISOAbstractObject$print()
geometa::ISOAbstractObject$save()
geometa::ISOAbstractObject$setAttr()
geometa::ISOAbstractObject$setCodeList()
geometa::ISOAbstractObject$setCodeListValue()
geometa::ISOAbstractObject$setCodeSpace()
geometa::ISOAbstractObject$setHref()
geometa::ISOAbstractObject$setId()
geometa::ISOAbstractObject$setIsNull()
geometa::ISOAbstractObject$setValue()
geometa::ISOAbstractObject$stopIfMetadataStandardIsNot()
geometa::ISOAbstractObject$validate()
geometa::ISOAbstractObject$wrapBaseElement()
new()
Initializes object
ISOReleasability$new(xml = NULL)
xml
object of class XMLInternalNode-class
addAddressee()
Adds addressee
ISOReleasability$addAddressee(addressee)
addressee
addressee of class ISOAbstractResponsibility
TRUE
if added, FALSE
otherwise
delAddressee()
Deletes addressee
ISOReleasability$delAddressee(addressee)
addressee
addressee of class ISOAbstractResponsibility
TRUE
if deleted, FALSE
otherwise
setStatement()
Set statement
ISOReleasability$setStatement(statement, locales = NULL)
statement
statement
locales
list of localized texts. Default is NULL
addConstraint()
Adds constraint
ISOReleasability$addConstraint(constraint)
constraint
constraint of class ISORestriction
TRUE
if added, FALSE
otherwise
delConstraint()
Deletes constraint
ISOReleasability$delConstraint(constraint)
constraint
constraint of class ISORestriction
TRUE
if deleted, FALSE
otherwise
clone()
The objects of this class are cloneable with this method.
ISOReleasability$clone(deep = FALSE)
deep
Whether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
- ISO 19115-3 https://schemas.isotc211.org/19115/-3/mco/1.0/mco/#element_MD_Releasability
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.