public static class ServiceModel.LocationObservationsGroup extends Object
| Modifier and Type | Field and Description |
|---|---|
List<ServiceModel.Observation> |
Observations |
ServiceModel.SamplingLocation |
SamplingLocation |
Integer |
TotalCount |
| Constructor and Description |
|---|
LocationObservationsGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceModel.Observation> |
getObservations() |
ServiceModel.SamplingLocation |
getSamplingLocation() |
Integer |
getTotalCount() |
ServiceModel.LocationObservationsGroup |
setObservations(List<ServiceModel.Observation> value) |
ServiceModel.LocationObservationsGroup |
setSamplingLocation(ServiceModel.SamplingLocation value) |
ServiceModel.LocationObservationsGroup |
setTotalCount(Integer value) |
public List<ServiceModel.Observation> Observations
public ServiceModel.SamplingLocation SamplingLocation
public Integer TotalCount
public List<ServiceModel.Observation> getObservations()
public ServiceModel.LocationObservationsGroup setObservations(List<ServiceModel.Observation> value)
public ServiceModel.SamplingLocation getSamplingLocation()
public ServiceModel.LocationObservationsGroup setSamplingLocation(ServiceModel.SamplingLocation value)
public Integer getTotalCount()
public ServiceModel.LocationObservationsGroup setTotalCount(Integer value)
Copyright © 2022. All rights reserved.