public class DefaultProcessStep extends ISOMetadata implements ProcessStep
Defined in the sis-metadata module
identifiers, LOGGER
Constructor and Description |
---|
DefaultProcessStep()
Creates an initially empty process step.
|
DefaultProcessStep(CharSequence description)
Creates a process step initialized to the given description.
|
DefaultProcessStep(ProcessStep object)
Constructs a new instance initialized with the values from the specified metadata object.
|
Modifier and Type | Method and Description |
---|---|
static DefaultProcessStep |
castOrCopy(ProcessStep object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
Date |
getDate()
Returns the date and time or range of date and time on or over which the process step occurred.
|
InternationalString |
getDescription()
Returns the description of the event, including related parameters or tolerances.
|
Collection<Source> |
getOutputs()
Returns the description of the product generated as a result of the process step.
|
Processing |
getProcessingInformation()
Returns the comprehensive information about the procedure by which the algorithm
was applied to derive geographic data from the raw instrument measurements, such
as datasets, software used, and the processing environment.
|
Collection<ResponsibleParty> |
getProcessors()
Returns the identification of, and means of communication with, person(s) and
organization(s) associated with the process step.
|
InternationalString |
getRationale()
Returns the requirement or purpose for the process step.
|
Collection<ProcessStepReport> |
getReports()
Returns the report generated by the process step.
|
Collection<Source> |
getSources()
Returns the information about the source data used in creating the data specified by the scope.
|
void |
setDate(Date newValue)
Sets the date and time or range of date and time on or over which the process step occurred.
|
void |
setDescription(InternationalString newValue)
Sets the description of the event, including related parameters or tolerances.
|
void |
setOutputs(Collection<? extends Source> newValues)
Sets the description of the product generated as a result of the process step.
|
void |
setProcessingInformation(Processing newValue)
Sets the comprehensive information about the procedure by which the algorithm was
applied to derive geographic data from the raw instrument measurements, such as
datasets, software used, and the processing environment.
|
void |
setProcessors(Collection<? extends ResponsibleParty> newValues)
Identification of, and means of communication with, person(s) and
organization(s) associated with the process step.
|
void |
setRationale(InternationalString newValue)
Sets the requirement or purpose for the process step.
|
void |
setReports(Collection<? extends ProcessStepReport> newValues)
Sets the report generated by the process step.
|
void |
setSources(Collection<? extends Source> newValues)
Information about the source data used in creating the data specified by the scope.
|
getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSet
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
public DefaultProcessStep()
public DefaultProcessStep(CharSequence description)
description
- Description of the event, including related parameters or tolerances.public DefaultProcessStep(ProcessStep object)
object
- The metadata to copy values from, or null
if none.castOrCopy(ProcessStep)
public static DefaultProcessStep castOrCopy(ProcessStep object)
null
, then this method returns null
.DefaultProcessStep
, then it is returned unchanged.DefaultProcessStep
instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object
- The object to get as a SIS implementation, or null
if none.null
if the argument was null.public InternationalString getDescription()
getDescription
in interface ProcessStep
null
.public void setDescription(InternationalString newValue)
newValue
- The new description.public InternationalString getRationale()
getRationale
in interface ProcessStep
null
.public void setRationale(InternationalString newValue)
newValue
- The new rationale.public Date getDate()
getDate
in interface ProcessStep
null
.public void setDate(Date newValue)
newValue
- The new date.public Collection<ResponsibleParty> getProcessors()
getProcessors
in interface ProcessStep
public void setProcessors(Collection<? extends ResponsibleParty> newValues)
newValues
- The new processors.public Collection<Source> getSources()
getSources
in interface ProcessStep
public void setSources(Collection<? extends Source> newValues)
newValues
- The new sources.public Collection<Source> getOutputs()
getOutputs
in interface ProcessStep
public void setOutputs(Collection<? extends Source> newValues)
newValues
- The new output values.public Processing getProcessingInformation()
getProcessingInformation
in interface ProcessStep
null
.public void setProcessingInformation(Processing newValue)
newValue
- The new processing information value.public Collection<ProcessStepReport> getReports()
getReports
in interface ProcessStep
public void setReports(Collection<? extends ProcessStepReport> newValues)
newValues
- The new process step report values.Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.