ISOStandardOrderProcess
ISOStandardOrderProcess
ISOStandardOrderProcess class
R6Class
object.
Object of R6Class
for modelling an ISO StandardOrderProcess
md <- ISOStandardOrderProcess$new() md$setFees("fees") md$setPlannedAvailableDateTime(ISOdate(2017,7,5,12,0,0)) md$setOrderingInstructions("instructions") md$setTurnaround("turnaround") xml <- md$encode()
ISO 19139 https://schemas.isotc211.org/19139/-/gmd/1.0/gmd/#element_MD_StandardOrderProcess
ISO 19115-3 https://schemas.isotc211.org/19115/-3/mrd/1.0/mrd/#element_MD_StandardOrderProcess
Emmanuel Blondel emmanuel.blondel1@gmail.com
geometa::geometaLogger
-> geometa::ISOAbstractObject
-> ISOStandardOrderProcess
fees
: fees [0..1]: character
plannedAvailableDateTime
: plannedAvailableDateTime [0..1]: 'POSIXct/POSIXlt'
orderingInstructions
: orderingInstructions [0..1]: character
turnaround
: turnaround [0..1]: character
orderOptionsType
: orderOptionsType [0..1]: ISORecordType (=> ISO 19115-3)
orderOptions
: orderOptions [0..1]: ISORecord (=> ISO 19115-3)
new()
Initializes object
ISOStandardOrderProcess$new(xml = NULL)
xml
: object of class XMLInternalNode-class
setFees()
Set fees
ISOStandardOrderProcess$setFees(fees, locales = NULL)
fees
: fees
locales
: list of localized texts. Default is NULL
setPlannedAvailableDateTime()
Set planned available date time
ISOStandardOrderProcess$setPlannedAvailableDateTime(dateTime)
dateTime
: object of class POSIXct
setOrderingInstructions()
Set ordering instructions
ISOStandardOrderProcess$setOrderingInstructions(instructions, locales = NULL)
instructions
: instructions
locales
: list of localized texts. Default is NULL
setTurnaround()
Set turnaround
ISOStandardOrderProcess$setTurnaround(turnaround, locales = NULL)
turnaround
: turnaround
locales
: list of localized texts. Default is NULL
setOrderOptionsType()
Set order options type
ISOStandardOrderProcess$setOrderOptionsType(orderOptionsType)
orderOptionsType
: orderOptionsType object of class ISORecordType or character
setOrderOptions()
Set order options
ISOStandardOrderProcess$setOrderOptions(orderOptions)
orderOptions
: orderOptions object of class ISORecord or character
clone()
The objects of this class are cloneable with this method.
ISOStandardOrderProcess$clone(deep = FALSE)
deep
: Whether to make a deep clone.