org.geotools.metadata.iso.distribution
Class StandardOrderProcessImpl

java.lang.Object
  extended by org.geotools.metadata.AbstractMetadata
      extended by org.geotools.metadata.ModifiableMetadata
          extended by org.geotools.metadata.iso.MetadataEntity
              extended by org.geotools.metadata.iso.distribution.StandardOrderProcessImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.opengis.metadata.distribution.StandardOrderProcess

public class StandardOrderProcessImpl
extends MetadataEntity
implements org.opengis.metadata.distribution.StandardOrderProcess

Common ways in which the resource may be obtained or received, and related instructions and fee information.

Since:
2.1
Version:
$Id: StandardOrderProcessImpl.java 31557 2008-09-19 20:02:35Z desruisseaux $
Author:
Martin Desruisseaux (IRD), Jody Garnett
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.metadata.AbstractMetadata
LOGGER
 
Constructor Summary
StandardOrderProcessImpl()
          Constructs an initially empty standard order process.
StandardOrderProcessImpl(org.opengis.metadata.distribution.StandardOrderProcess source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 
Method Summary
 org.opengis.util.InternationalString getFees()
          Returns fees and terms for retrieving the resource.
 org.opengis.util.InternationalString getOrderingInstructions()
          Returns general instructions, terms and services provided by the distributor.
 java.util.Date getPlannedAvailableDateTime()
          Returns the date and time when the dataset will be available.
 org.opengis.util.InternationalString getTurnaround()
          Returns typical turnaround time for the filling of an order.
 void setFees(org.opengis.util.InternationalString newValue)
          Set fees and terms for retrieving the resource.
 void setOrderingInstructions(org.opengis.util.InternationalString newValue)
          Set general instructions, terms and services provided by the distributor.
 void setPlannedAvailableDateTime(java.util.Date newValue)
          Set the date and time when the dataset will be available.
 void setTurnaround(org.opengis.util.InternationalString newValue)
          Set typical turnaround time for the filling of an order.
 
Methods inherited from class org.geotools.metadata.iso.MetadataEntity
ensureNonNull, getStandard
 
Methods inherited from class org.geotools.metadata.ModifiableMetadata
checkWritePermission, clone, copyCollection, copyList, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, unmodifiable
 
Methods inherited from class org.geotools.metadata.AbstractMetadata
asMap, asTree, equals, getInterface, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StandardOrderProcessImpl

public StandardOrderProcessImpl()
Constructs an initially empty standard order process.


StandardOrderProcessImpl

public StandardOrderProcessImpl(org.opengis.metadata.distribution.StandardOrderProcess source)
Constructs a metadata entity initialized with the values from the specified metadata.

Since:
2.4
Method Detail

getFees

public org.opengis.util.InternationalString getFees()
Returns fees and terms for retrieving the resource. Include monetary units (as specified in ISO 4217).

Specified by:
getFees in interface org.opengis.metadata.distribution.StandardOrderProcess

setFees

public void setFees(org.opengis.util.InternationalString newValue)
Set fees and terms for retrieving the resource. Include monetary units (as specified in ISO 4217).


getPlannedAvailableDateTime

public java.util.Date getPlannedAvailableDateTime()
Returns the date and time when the dataset will be available.

Specified by:
getPlannedAvailableDateTime in interface org.opengis.metadata.distribution.StandardOrderProcess

setPlannedAvailableDateTime

public void setPlannedAvailableDateTime(java.util.Date newValue)
Set the date and time when the dataset will be available.


getOrderingInstructions

public org.opengis.util.InternationalString getOrderingInstructions()
Returns general instructions, terms and services provided by the distributor.

Specified by:
getOrderingInstructions in interface org.opengis.metadata.distribution.StandardOrderProcess

setOrderingInstructions

public void setOrderingInstructions(org.opengis.util.InternationalString newValue)
Set general instructions, terms and services provided by the distributor.


getTurnaround

public org.opengis.util.InternationalString getTurnaround()
Returns typical turnaround time for the filling of an order.

Specified by:
getTurnaround in interface org.opengis.metadata.distribution.StandardOrderProcess

setTurnaround

public void setTurnaround(org.opengis.util.InternationalString newValue)
Set typical turnaround time for the filling of an order.



Copyright © 1996-2010 Geotools. All Rights Reserved.