public class DefaultOperation extends ISOMetadata implements Operation
Defined in the sis-metadata
module
identifiers, LOGGER
Constructor and Description |
---|
DefaultOperation()
Constructs an initially empty operation.
|
DefaultOperation(Operation object)
Constructs a new instance initialized with the values from the specified metadata object.
|
Modifier and Type | Method and Description |
---|---|
static DefaultOperation |
castOrCopy(Operation object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
Collection<Operation> |
getChildOperations()
Returns the sub-missions that make up part of a larger mission.
|
Citation |
getCitation()
Returns the identification of the mission.
|
InternationalString |
getDescription()
Returns the description of the mission on which the platform observations are made and the
objectives of that mission.
|
Identifier |
getIdentifier()
Returns the unique identification of the operation.
|
Collection<Objective> |
getObjectives()
Returns object(s) or area(s) of interest to be sensed.
|
Operation |
getParentOperation()
Returns the heritage of the operation.
|
Plan |
getPlan()
Returns the plan satisfied by the operation.
|
Collection<Platform> |
getPlatforms()
Returns the platform (or platforms) used in the operation.
|
Collection<Event> |
getSignificantEvents()
Returns the record of an event occurring during an operation.
|
Progress |
getStatus()
Returns the status of the data acquisition.
|
OperationType |
getType()
Returns the collection technique for the operation.
|
void |
setChildOperations(Collection<? extends Operation> newValues)
Sets the sub-missions that make up part of a larger mission.
|
void |
setCitation(Citation newValue)
Sets the identification of the mission.
|
void |
setDescription(InternationalString newValue)
Sets the description of the mission on which the platform observations are made and the
objectives of that mission.
|
void |
setIdentifier(Identifier newValue)
Sets the unique identification of the operation.
|
void |
setObjectives(Collection<? extends Objective> newValues)
Sets Object(s) or area(s) of interest to be sensed.
|
void |
setParentOperation(Operation newValue)
Sets the heritage of the operation.
|
void |
setPlan(Plan newValue)
Sets the plan satisfied by the operation.
|
void |
setPlatforms(Collection<? extends Platform> newValues)
Sets the platform (or platforms) used in the operation.
|
void |
setSignificantEvents(Collection<? extends Event> newValues)
Sets the record of an event occurring during an operation.
|
void |
setStatus(Progress newValue)
Sets the status of the data acquisition.
|
void |
setType(OperationType newValue)
Sets the collection technique for the operation.
|
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 DefaultOperation()
public DefaultOperation(Operation object)
object
- The metadata to copy values from, or null
if none.castOrCopy(Operation)
public static DefaultOperation castOrCopy(Operation object)
null
, then this method returns null
.DefaultOperation
, then it is returned unchanged.DefaultOperation
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()
null
if unspecified.getDescription
in interface Operation
null
.public void setDescription(InternationalString newValue)
newValue
- The new description value.public Citation getCitation()
null
if unspecified.getCitation
in interface Operation
null
.public void setCitation(Citation newValue)
newValue
- The new citation value.public Identifier getIdentifier()
getIdentifier
in interface Operation
null
.public void setIdentifier(Identifier newValue)
newValue
- The new identifier value.public Progress getStatus()
public void setStatus(Progress newValue)
newValue
- The new status value.public OperationType getType()
public void setType(OperationType newValue)
newValue
- The new type value.public Collection<Operation> getChildOperations()
getChildOperations
in interface Operation
public void setChildOperations(Collection<? extends Operation> newValues)
newValues
- The new child operations values.public Collection<Objective> getObjectives()
getObjectives
in interface Operation
public void setObjectives(Collection<? extends Objective> newValues)
newValues
- The new objectives values.public Operation getParentOperation()
getParentOperation
in interface Operation
null
.public void setParentOperation(Operation newValue)
newValue
- The new parent operation value.public Plan getPlan()
public void setPlan(Plan newValue)
newValue
- The new plan value.public Collection<Platform> getPlatforms()
getPlatforms
in interface Operation
public void setPlatforms(Collection<? extends Platform> newValues)
newValues
- The new platforms values.public Collection<Event> getSignificantEvents()
getSignificantEvents
in interface Operation
public void setSignificantEvents(Collection<? extends Event> newValues)
newValues
- The new significant events value.Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.