public static class ServiceModel.FieldVisitStatistics extends Object
| Modifier and Type | Field and Description |
|---|---|
Integer |
FieldResultCount |
Integer |
FieldSurveyCount |
Integer |
QcSampleCount |
Integer |
RoutineSampleCount |
Integer |
VerticalProfileCount |
| Constructor and Description |
|---|
FieldVisitStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFieldResultCount() |
Integer |
getFieldSurveyCount() |
Integer |
getQcSampleCount() |
Integer |
getRoutineSampleCount() |
Integer |
getVerticalProfileCount() |
ServiceModel.FieldVisitStatistics |
setFieldResultCount(Integer value) |
ServiceModel.FieldVisitStatistics |
setFieldSurveyCount(Integer value) |
ServiceModel.FieldVisitStatistics |
setQcSampleCount(Integer value) |
ServiceModel.FieldVisitStatistics |
setRoutineSampleCount(Integer value) |
ServiceModel.FieldVisitStatistics |
setVerticalProfileCount(Integer value) |
public Integer RoutineSampleCount
public Integer QcSampleCount
public Integer VerticalProfileCount
public Integer FieldResultCount
public Integer FieldSurveyCount
public Integer getRoutineSampleCount()
public ServiceModel.FieldVisitStatistics setRoutineSampleCount(Integer value)
public Integer getQcSampleCount()
public ServiceModel.FieldVisitStatistics setQcSampleCount(Integer value)
public Integer getVerticalProfileCount()
public ServiceModel.FieldVisitStatistics setVerticalProfileCount(Integer value)
public Integer getFieldResultCount()
public ServiceModel.FieldVisitStatistics setFieldResultCount(Integer value)
public Integer getFieldSurveyCount()
public ServiceModel.FieldVisitStatistics setFieldSurveyCount(Integer value)
Copyright © 2022. All rights reserved.