|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.metadata.AbstractMetadata
org.geotools.metadata.ModifiableMetadata
org.geotools.metadata.iso.MetadataEntity
org.geotools.metadata.iso.distribution.StandardOrderProcessImpl
public class StandardOrderProcessImpl
Common ways in which the resource may be obtained or received, and related instructions and fee information.
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 |
---|
public StandardOrderProcessImpl()
public StandardOrderProcessImpl(org.opengis.metadata.distribution.StandardOrderProcess source)
Method Detail |
---|
public org.opengis.util.InternationalString getFees()
getFees
in interface org.opengis.metadata.distribution.StandardOrderProcess
public void setFees(org.opengis.util.InternationalString newValue)
public java.util.Date getPlannedAvailableDateTime()
getPlannedAvailableDateTime
in interface org.opengis.metadata.distribution.StandardOrderProcess
public void setPlannedAvailableDateTime(java.util.Date newValue)
public org.opengis.util.InternationalString getOrderingInstructions()
getOrderingInstructions
in interface org.opengis.metadata.distribution.StandardOrderProcess
public void setOrderingInstructions(org.opengis.util.InternationalString newValue)
public org.opengis.util.InternationalString getTurnaround()
getTurnaround
in interface org.opengis.metadata.distribution.StandardOrderProcess
public void setTurnaround(org.opengis.util.InternationalString newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |