api-relations: API Relation Getters and Setters

service,Category-methodR Documentation

API Relation Getters and Setters

Description

#' Common getter and setter for relations between API resources.

Usage

## S4 method for signature 'Category'
service(x)

## S4 replacement method for signature 'Category,Service_or_NULL'
service(x) <- value

## S4 method for signature 'Timeseries'
service(x)

## S4 replacement method for signature 'Timeseries,Service_or_NULL'
service(x) <- value

## S4 method for signature 'Timeseries'
feature(x)

## S4 replacement method for signature 'Timeseries,Feature_or_NULL'
feature(x) <- value

## S4 method for signature 'Timeseries'
offering(x)

## S4 replacement method for signature 'Timeseries,Offering_or_NULL'
offering(x) <- value

## S4 method for signature 'Timeseries'
category(x)

## S4 replacement method for signature 'Timeseries,Category_or_NULL'
category(x) <- value

## S4 method for signature 'Timeseries'
procedure(x)

## S4 replacement method for signature 'Timeseries,Procedure_or_NULL'
procedure(x) <- value

## S4 method for signature 'Timeseries'
station(x)

## S4 replacement method for signature 'Timeseries,Station_or_NULL'
station(x) <- value

## S4 method for signature 'Timeseries'
phenomenon(x)

## S4 replacement method for signature 'Timeseries,Phenomenon_or_NULL'
phenomenon(x) <- value

service(x)

service(x) <- value

feature(x)

feature(x) <- value

offering(x)

offering(x) <- value

procedure(x)

procedure(x) <- value

station(x)

station(x) <- value

category(x)

category(x) <- value

phenomenon(x)

phenomenon(x) <- value

Arguments

x

The Category.

Details

service gets the Service of the resource.

procedure<- sets the Procedure of the resource.

feature gets the Feature of the resource.

feature<- sets the Feature of the resource.

offering gets the Offering of the resource.

offering<- sets the Offering of the resource.

procedure gets the Procedure of the resource.

procedure<- sets the Procedure of the resource.

station gets the Station of the resource.

station<- sets the Station of the resource.

category gets the Category of the resource.

category<- sets the Category of the resource.

phenomenon gets the Phenomenon of the resource.

phenomenon<- sets the Phenomenon of the resource.

Author(s)

Christian Autermann c.autermann@52north.org


52North/sensorweb4R documentation built on Oct. 14, 2024, 7:24 p.m.