ISOAssociatedResource

ISOAssociatedResource

Format

R6Class object.

Value

Object of R6Class for modelling an ISO associated resource

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> ISOAssociatedResource

Public fields

name

name [0..1]: ISOAbstractCitation

associationType

associationType [1..1]: ISOAssociationType

initiativeType

initiativeType [0..1]: ISOInitiativeType

metadataReference

metadataReference [0..1]: ISOAbstractCitation

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOAssociatedResource$new(xml = NULL)

Arguments

xml

object of class XMLInternalNode-class


Method setName()

Set name

Usage

ISOAssociatedResource$setName(name)

Arguments

name

name object of class ISOAbstractCitation


Method setAssociationType()

Set association type

Usage

ISOAssociatedResource$setAssociationType(associationType)

Arguments

associationType

associationType object of class ISOAssociationType or any value among values listed by ISOAssociationType$values()


Method setInitiativeType()

Set initiative type

Usage

ISOAssociatedResource$setInitiativeType(initiativeType)

Arguments

initiativeType

initiativeType object of class ISOInitiativeType or any value among values listed by ISOInitiativeType$values()


Method setMetadatReference()

Set metadata reference

Usage

ISOAssociatedResource$setMetadatReference(metadataReference)

Arguments

metadataReference

metadataReference object of class ISOAbstractCitation


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOAssociatedResource$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.