public class DefaultStandardOrderProcess extends ISOMetadata implements StandardOrderProcess
Limitations:
XML
instead.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.
|
Currency |
getCurrency()
Returns the monetary units of the
fees (as specified in ISO 4217). |
InternationalString |
getFees()
Returns fees and terms for retrieving the resource.
|
InternationalString |
getOrderingInstructions()
Returns general instructions, terms and services provided by the distributor.
|
Record |
getOrderOptions()
Returns the request/purchase choices.
|
RecordType |
getOrderOptionType()
Returns the description of the order options record.
|
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 |
setCurrency(Currency newValue)
Sets the monetary units of the
fees (as specified in ISO 4217). |
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 |
setOrderOptions(Record newValue)
Sets the request/purchase choices.
|
void |
setOrderOptionType(RecordType newValue)
Sets the description of the order options record.
|
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()
getCurrency()
.getFees
in interface StandardOrderProcess
null
.getCurrency()
public void setFees(InternationalString newValue)
newValue
- The new fees.setCurrency(Currency)
public Currency getCurrency()
fees
(as specified in ISO 4217).
Constraints:
For ISO 19115 compatibility reasons, this method is not required to return
a non-null value even if the text returned by getFees()
contains a currency units.
However if this method returns a non-null value, then that value is required to be consistent
with the fees text.
null
if none or unknown.getFees()
public void setCurrency(Currency newValue)
fees
(as specified in ISO 4217).
Callers should ensure that the given currency is consistent with the currency
in the fees text.newValue
- The new currency.setFees(InternationalString)
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.public RecordType getOrderOptionType()
null
if none.DefaultRecord.getRecordType()
public void setOrderOptionType(RecordType newValue)
newValue
- New description of the order options record.public Record getOrderOptions()
public void setOrderOptions(Record newValue)
newValue
- the new request/purchase choices.Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.