public class DefaultStandardOrderProcess extends ISOMetadata implements StandardOrderProcess
Defined in the sis-metadata
module
identifiers, LOGGER
Constructor and Description |
---|
DefaultStandardOrderProcess()
Constructs an initially empty standard order process.
|
DefaultStandardOrderProcess(StandardOrderProcess object)
Constructs a new instance initialized with the values from the specified metadata object.
|
Modifier and Type | Method and Description |
---|---|
static DefaultStandardOrderProcess |
castOrCopy(StandardOrderProcess object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
InternationalString |
getFees()
Returns fees and terms for retrieving the resource.
|
InternationalString |
getOrderingInstructions()
Returns general instructions, terms and services provided by the distributor.
|
Date |
getPlannedAvailableDateTime()
Returns the date and time when the dataset will be available.
|
InternationalString |
getTurnaround()
Returns typical turnaround time for the filling of an order.
|
void |
setFees(InternationalString newValue)
Sets fees and terms for retrieving the resource.
|
void |
setOrderingInstructions(InternationalString newValue)
Sets general instructions, terms and services provided by the distributor.
|
void |
setPlannedAvailableDateTime(Date newValue)
Sets the date and time when the dataset will be available.
|
void |
setTurnaround(InternationalString newValue)
Sets typical turnaround time for the filling of an order.
|
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 DefaultStandardOrderProcess()
public DefaultStandardOrderProcess(StandardOrderProcess object)
object
- The metadata to copy values from, or null
if none.castOrCopy(StandardOrderProcess)
public static DefaultStandardOrderProcess castOrCopy(StandardOrderProcess object)
null
, then this method returns null
.DefaultStandardOrderProcess
, then it is returned unchanged.DefaultStandardOrderProcess
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 getFees()
getFees
in interface StandardOrderProcess
null
.public void setFees(InternationalString newValue)
newValue
- The new fees.public Date getPlannedAvailableDateTime()
getPlannedAvailableDateTime
in interface StandardOrderProcess
null
.public void setPlannedAvailableDateTime(Date newValue)
newValue
- The new planned available time.public InternationalString getOrderingInstructions()
getOrderingInstructions
in interface StandardOrderProcess
null
.public void setOrderingInstructions(InternationalString newValue)
newValue
- The new ordering instructions.public InternationalString getTurnaround()
getTurnaround
in interface StandardOrderProcess
null
.public void setTurnaround(InternationalString newValue)
newValue
- The new turnaround.Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.