@TitleProperty(name="description") public class DefaultProcessStep extends ISOMetadata implements ProcessStep
LI_ProcessStep
└─description…… Description of the event, including related parameters or tolerances.Limitations:
XML instead.Defined in the sis-metadata module
identifiers| 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<Citation> |
getReferences()
Returns the process step documentation.
|
Collection<ProcessStepReport> |
getReports()
Returns the report generated by the process step.
|
Scope |
getScope()
Returns the type of resource and / or extent to which the process step applies.
|
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 |
setReferences(Collection<? extends Citation> newValues)
Sets the process step documentation.
|
void |
setReports(Collection<? extends ProcessStepReport> newValues)
Sets the report generated by the process step.
|
void |
setScope(Scope newValue)
Sets the type of resource and / or extent to which the process step applies.
|
void |
setSources(Collection<? extends Source> newValues)
Information about the source data used in creating the data specified by the scope.
|
freeze, getIdentifierMap, getIdentifiers, getStandardcheckWritePermission, clone, collectionType, copyCollection, copyList, copySet, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSetasMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toStringpublic 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 ProcessStepnull.public void setDescription(InternationalString newValue)
newValue - the new description.public InternationalString getRationale()
getRationale in interface ProcessStepnull.public void setRationale(InternationalString newValue)
newValue - the new rationale.public Date getDate()
getDate in interface ProcessStepnull.public void setDate(Date newValue)
newValue - the new date.public Collection<ResponsibleParty> getProcessors()
ResponsibleParty is replaced by the Responsibility parent interface.
This change may be applied in GeoAPI 4.0.
getProcessors in interface ProcessSteppublic void setProcessors(Collection<? extends ResponsibleParty> newValues)
ResponsibleParty is replaced by the Responsibility parent interface.
This change may be applied in GeoAPI 4.0.
newValues - the new processors.@UML(identifier="reference", obligation=OPTIONAL, specification=ISO_19115) public Collection<Citation> getReferences()
public void setReferences(Collection<? extends Citation> newValues)
newValues - the new documentation.@UML(identifier="scope", obligation=OPTIONAL, specification=ISO_19115) public Scope getScope()
null if none.public void setScope(Scope newValue)
newValue - the new type of resource.public Collection<Source> getSources()
getSources in interface ProcessSteppublic void setSources(Collection<? extends Source> newValues)
newValues - the new sources.public Collection<Source> getOutputs()
getOutputs in interface ProcessSteppublic void setOutputs(Collection<? extends Source> newValues)
newValues - the new output values.public Processing getProcessingInformation()
getProcessingInformation in interface ProcessStepnull.public void setProcessingInformation(Processing newValue)
newValue - the new processing information value.public Collection<ProcessStepReport> getReports()
getReports in interface ProcessSteppublic void setReports(Collection<? extends ProcessStepReport> newValues)
newValues - the new process step report values.Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.