Package org.n52.io.response.sampling
Class SamplingObservationOutput
- java.lang.Object
-
- org.n52.io.response.SelfSerializedOutput
-
- org.n52.io.response.sampling.SamplingObservationOutput
-
public class SamplingObservationOutput extends SelfSerializedOutput
-
-
Constructor Summary
Constructors Constructor Description SamplingObservationOutput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CategoryOutputgetCategory()DatasetOutput<AbstractValue<?>>getDataset()DetectionLimitOutputgetDetectionLimit()org.locationtech.jts.geom.GeometrygetGeometry()OfferingOutputgetOffering()PhenomenonOutputgetPhenomenon()PlatformOutputgetPlatform()ProcedureOutputgetProcedure()TimeOutputgetTimeend()TimeOutputgetTimestamp()TimeOutputgetTimestart()StringgetUom()ObjectgetValue()voidsetCategory(CategoryOutput category)voidsetDataset(DatasetOutput<AbstractValue<?>> dataset)voidsetOffering(OfferingOutput offering)voidsetPhenomenon(PhenomenonOutput phenomenon)voidsetPlatform(PlatformOutput platform)voidsetProcedure(ProcedureOutput procedure)SamplingObservationOutputsetUom(OptionalOutput<String> uom)voidsetValue(AbstractValue<?> value)-
Methods inherited from class org.n52.io.response.SelfSerializedOutput
getIfSerialized, getIfSerializedCollection, getIfSerializedMap, getIfSet, getIfSetCollection, getIfSetMap, isSet, resolvesToNonNullValue
-
-
-
-
Method Detail
-
getTimestamp
public TimeOutput getTimestamp()
-
getTimeend
public TimeOutput getTimeend()
-
getTimestart
public TimeOutput getTimestart()
-
getUom
public String getUom()
-
setUom
public SamplingObservationOutput setUom(OptionalOutput<String> uom)
-
getValue
public Object getValue()
-
getDetectionLimit
public DetectionLimitOutput getDetectionLimit()
-
getGeometry
public org.locationtech.jts.geom.Geometry getGeometry()
-
setValue
public void setValue(AbstractValue<?> value)
-
getDataset
public DatasetOutput<AbstractValue<?>> getDataset()
-
setDataset
public void setDataset(DatasetOutput<AbstractValue<?>> dataset)
-
getPhenomenon
public PhenomenonOutput getPhenomenon()
-
setPhenomenon
public void setPhenomenon(PhenomenonOutput phenomenon)
-
getCategory
public CategoryOutput getCategory()
-
setCategory
public void setCategory(CategoryOutput category)
-
getProcedure
public ProcedureOutput getProcedure()
-
setProcedure
public void setProcedure(ProcedureOutput procedure)
-
getPlatform
public PlatformOutput getPlatform()
-
setPlatform
public void setPlatform(PlatformOutput platform)
-
getOffering
public OfferingOutput getOffering()
-
setOffering
public void setOffering(OfferingOutput offering)
-
-