ISOIdentification19139

ISOIdentification19139

Format

R6Class object.

Value

Object of R6Class for modelling an ISO Identification in ISO 19139

Author

Emmanuel Blondel <emmanuel.blondel1@gmail.com>

Super classes

geometa::geometaLogger -> geometa::ISOAbstractObject -> geometa::ISOIdentification -> ISOIdentification19139

Public fields

citation

citation: ISOCitation

abstract

abstract: character

purpose

purpose [0..1]: character

credit

credit [0..*]: character

status

status [0..*]: ISOProgress

pointOfContact

pointOfContact [0..*]: ISOResponsibleParty

resourceMaintenance

resourceMaintenance [0..*]: ISOMaintenanceInformation

graphicOverview

graphicOverview [0..*]: ISOBrowseGraphic

resourceFormat

resourceFormat [0..*]: ISOFormat

descriptiveKeywords

descriptiveKeywords [0..*]: ISOKeywords

resourceSpecificUsage

resourceSpecificUsage [0..*]: ISOUsage

resourceConstraints

resourceConstraints [0..*]: ISOLegalConstraints

aggregationInfo

aggregationInfo [0..*]: ISOAggregateInformation

Methods

Inherited methods


Method new()

Initializes object

Usage

ISOIdentification19139$new(xml = NULL, defaults = list())

Arguments

xml

object of class XMLInternalNode-class

defaults

defaults list


Method setCitation()

Set citation

Usage

ISOIdentification19139$setCitation(citation)

Arguments

citation

object of class ISOCitation


Method setAbstract()

Set abstract

Usage

ISOIdentification19139$setAbstract(abstract, locales = NULL)

Arguments

abstract

abstract

locales

list of localized abstracts. Default is NULL


Method setPurpose()

Set purpose

Usage

ISOIdentification19139$setPurpose(purpose, locales = NULL)

Arguments

purpose

purpose

locales

list of localized texts. Default is NULL


Method addCredit()

Adds credit

Usage

ISOIdentification19139$addCredit(credit, locales = NULL)

Arguments

credit

credit

locales

list of localized texts. Default is NULL

Returns

TRUE if added, FALSE otherwise


Method delCredit()

Deletes credit

Usage

ISOIdentification19139$delCredit(credit, locales = NULL)

Arguments

credit

credit

locales

list of localized texts. Default is NULL

Returns

TRUE if deleted, FALSE otherwise


Method addStatus()

Adds status

Usage

ISOIdentification19139$addStatus(status)

Arguments

status

object of class ISOProgress or any character among values returned by ISOProgress$values()

Returns

TRUE if added, FALSE otherwise


Method delStatus()

Deletes status

Usage

ISOIdentification19139$delStatus(status)

Arguments

status

object of class ISOProgress or any character among values returned by ISOProgress$values()

Returns

TRUE if deleted, FALSE otherwise


Method addPointOfContact()

Adds point of contact

Usage

ISOIdentification19139$addPointOfContact(pointOfContact)

Arguments

pointOfContact

object of class ISOResponsibleParty

Returns

TRUE if added, FALSE otherwise


Method delPointOfContact()

Deletes point of contact

Usage

ISOIdentification19139$delPointOfContact(pointOfContact)

Arguments

pointOfContact

object of class ISOResponsibleParty

Returns

TRUE if deleted, FALSE otherwise


Method addResourceMaintenance()

Adds resource maintenance

Usage

ISOIdentification19139$addResourceMaintenance(resourceMaintenance)

Arguments

resourceMaintenance

object of class ISOMaintenanceInformation

Returns

TRUE if added, FALSE otherwise


Method setResourceMaintenance()

Set resource maintenance

Usage

ISOIdentification19139$setResourceMaintenance(resourceMaintenance)

Arguments

resourceMaintenance

object of class ISOMaintenanceInformation

Returns

TRUE if set, FALSE otherwise


Method delResourceMaintenance()

Deletes resource maintenance

Usage

ISOIdentification19139$delResourceMaintenance(resourceMaintenance)

Arguments

resourceMaintenance

object of class ISOMaintenanceInformation

Returns

TRUE if deleted, FALSE otherwise


Method addGraphicOverview()

Adds graphic overview

Usage

ISOIdentification19139$addGraphicOverview(graphicOverview)

Arguments

graphicOverview

object of class ISOBrowseGraphic

Returns

TRUE if added, FALSE otherwise


Method setGraphicOverview()

Sets graphic overview

Usage

ISOIdentification19139$setGraphicOverview(graphicOverview)

Arguments

graphicOverview

object of class ISOBrowseGraphic

Returns

TRUE if set, FALSE otherwise


Method delGraphicOverview()

Deletes graphic overview

Usage

ISOIdentification19139$delGraphicOverview(graphicOverview)

Arguments

graphicOverview

object of class ISOBrowseGraphic

Returns

TRUE if deleted, FALSE otherwise


Method addFormat()

Adds format

Usage

ISOIdentification19139$addFormat(format)

Arguments

format

object of class ISOFormat

Returns

TRUE if added, FALSE otherwise


Method delFormat()

Deletes format

Usage

ISOIdentification19139$delFormat(format)

Arguments

format

object of class ISOFormat

Returns

TRUE if deleted, FALSE otherwise


Method addKeywords()

Adds keywords

Usage

ISOIdentification19139$addKeywords(keywords)

Arguments

keywords

object of class ISOKeywords

Returns

TRUE if added, FALSE otherwise


Method setKeywords()

Set keywords

Usage

ISOIdentification19139$setKeywords(keywords)

Arguments

keywords

object of class ISOKeywords

Returns

TRUE if set, FALSE otherwise


Method delKeywords()

Deletes keywords

Usage

ISOIdentification19139$delKeywords(keywords)

Arguments

keywords

object of class ISOKeywords

Returns

TRUE if deleted, FALSE otherwise


Method addResourceConstraints()

Adds resource constraints

Usage

ISOIdentification19139$addResourceConstraints(resourceConstraints)

Arguments

resourceConstraints

object of class ISOConstraints

Returns

TRUE if added, FALSE otherwise


Method delResourceConstraints()

Deletes resource constraints

Usage

ISOIdentification19139$delResourceConstraints(resourceConstraints)

Arguments

resourceConstraints

object of class ISOConstraints

Returns

TRUE if deleted, FALSE otherwise


Method addResourceSpecificUsage()

Adds resource specific usage

Usage

ISOIdentification19139$addResourceSpecificUsage(usage)

Arguments

usage

object of class ISOUsage

Returns

TRUE if added, FALSE otherwise


Method delResourceSpecificUsage()

Deletes resource specific usage

Usage

ISOIdentification19139$delResourceSpecificUsage(usage)

Arguments

usage

object of class ISOUsage

Returns

TRUE if deleted, FALSE otherwise


Method addAggregateInformation()

Adds aggregate information

Usage

ISOIdentification19139$addAggregateInformation(aggregateInfo)

Arguments

aggregateInfo

object of class ISOAggregateInformation

Returns

TRUE if added, FALSE otherwise


Method delAggregateInformation()

Deletes aggregate information

Usage

ISOIdentification19139$delAggregateInformation(aggregateInfo)

Arguments

aggregateInfo

object of class ISOAggregateInformation

Returns

TRUE if deleted, FALSE otherwise


Method clone()

The objects of this class are cloneable with this method.

Usage

ISOIdentification19139$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.