public static class ServiceModel.PutSamplingLocation extends Object implements net.servicestack.client.IReturn<ServiceModel.SamplingLocation>
| Constructor and Description |
|---|
PutSamplingLocation() |
public String Id
public String CustomId
public String Name
public ServiceModel.LocationType Type
public String Latitude
public String Longitude
public String HorizontalDatum
public String VerticalDatum
public String HorizontalCollectionMethod
public String VerticalCollectionMethod
public String Description
public ServiceModel.Address Address
public ServiceModel.Quantity Elevation
public ServiceModel.TimeZone TimeZone
public List<ServiceModel.ImportHistoryEventSimple> ImportHistoryEventSimples
public List<ServiceModel.StandardSimple> Standards
public List<ServiceModel.DomainObjectAttachment> Attachments
public List<ServiceModel.SamplingLocationGroup> SamplingLocationGroups
public List<ServiceModel.ExtendedAttribute> ExtendedAttributes
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.PutSamplingLocation setId(String value)
public String getCustomId()
public ServiceModel.PutSamplingLocation setCustomId(String value)
public String getName()
public ServiceModel.PutSamplingLocation setName(String value)
public ServiceModel.LocationType getType()
public ServiceModel.PutSamplingLocation setType(ServiceModel.LocationType value)
public String getLatitude()
public ServiceModel.PutSamplingLocation setLatitude(String value)
public String getLongitude()
public ServiceModel.PutSamplingLocation setLongitude(String value)
public String getHorizontalDatum()
public ServiceModel.PutSamplingLocation setHorizontalDatum(String value)
public String getVerticalDatum()
public ServiceModel.PutSamplingLocation setVerticalDatum(String value)
public String getHorizontalCollectionMethod()
public ServiceModel.PutSamplingLocation setHorizontalCollectionMethod(String value)
public String getVerticalCollectionMethod()
public ServiceModel.PutSamplingLocation setVerticalCollectionMethod(String value)
public String getDescription()
public ServiceModel.PutSamplingLocation setDescription(String value)
public ServiceModel.Address getAddress()
public ServiceModel.PutSamplingLocation setAddress(ServiceModel.Address value)
public ServiceModel.Quantity getElevation()
public ServiceModel.PutSamplingLocation setElevation(ServiceModel.Quantity value)
public ServiceModel.TimeZone getTimeZone()
public ServiceModel.PutSamplingLocation setTimeZone(ServiceModel.TimeZone value)
public List<ServiceModel.ImportHistoryEventSimple> getImportHistoryEventSimples()
public ServiceModel.PutSamplingLocation setImportHistoryEventSimples(List<ServiceModel.ImportHistoryEventSimple> value)
public List<ServiceModel.StandardSimple> getStandards()
public ServiceModel.PutSamplingLocation setStandards(List<ServiceModel.StandardSimple> value)
public List<ServiceModel.DomainObjectAttachment> getAttachments()
public ServiceModel.PutSamplingLocation setAttachments(List<ServiceModel.DomainObjectAttachment> value)
public List<ServiceModel.SamplingLocationGroup> getSamplingLocationGroups()
public ServiceModel.PutSamplingLocation setSamplingLocationGroups(List<ServiceModel.SamplingLocationGroup> value)
public List<ServiceModel.ExtendedAttribute> getExtendedAttributes()
public ServiceModel.PutSamplingLocation setExtendedAttributes(List<ServiceModel.ExtendedAttribute> value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PutSamplingLocation setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.SamplingLocation>Copyright © 2022. All rights reserved.