public static class ServiceModel.PostSamplingLocation extends Object implements net.servicestack.client.IReturn<ServiceModel.SamplingLocation>
| Constructor and Description |
|---|
PostSamplingLocation() |
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.PostSamplingLocation setId(String value)
public String getCustomId()
public ServiceModel.PostSamplingLocation setCustomId(String value)
public String getName()
public ServiceModel.PostSamplingLocation setName(String value)
public ServiceModel.LocationType getType()
public ServiceModel.PostSamplingLocation setType(ServiceModel.LocationType value)
public String getLatitude()
public ServiceModel.PostSamplingLocation setLatitude(String value)
public String getLongitude()
public ServiceModel.PostSamplingLocation setLongitude(String value)
public String getHorizontalDatum()
public ServiceModel.PostSamplingLocation setHorizontalDatum(String value)
public String getVerticalDatum()
public ServiceModel.PostSamplingLocation setVerticalDatum(String value)
public String getHorizontalCollectionMethod()
public ServiceModel.PostSamplingLocation setHorizontalCollectionMethod(String value)
public String getVerticalCollectionMethod()
public ServiceModel.PostSamplingLocation setVerticalCollectionMethod(String value)
public String getDescription()
public ServiceModel.PostSamplingLocation setDescription(String value)
public ServiceModel.Address getAddress()
public ServiceModel.PostSamplingLocation setAddress(ServiceModel.Address value)
public ServiceModel.Quantity getElevation()
public ServiceModel.PostSamplingLocation setElevation(ServiceModel.Quantity value)
public ServiceModel.TimeZone getTimeZone()
public ServiceModel.PostSamplingLocation setTimeZone(ServiceModel.TimeZone value)
public List<ServiceModel.ImportHistoryEventSimple> getImportHistoryEventSimples()
public ServiceModel.PostSamplingLocation setImportHistoryEventSimples(List<ServiceModel.ImportHistoryEventSimple> value)
public List<ServiceModel.StandardSimple> getStandards()
public ServiceModel.PostSamplingLocation setStandards(List<ServiceModel.StandardSimple> value)
public List<ServiceModel.DomainObjectAttachment> getAttachments()
public ServiceModel.PostSamplingLocation setAttachments(List<ServiceModel.DomainObjectAttachment> value)
public List<ServiceModel.SamplingLocationGroup> getSamplingLocationGroups()
public ServiceModel.PostSamplingLocation setSamplingLocationGroups(List<ServiceModel.SamplingLocationGroup> value)
public List<ServiceModel.ExtendedAttribute> getExtendedAttributes()
public ServiceModel.PostSamplingLocation setExtendedAttributes(List<ServiceModel.ExtendedAttribute> value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.PostSamplingLocation setAuditAttributes(ServiceModel.AuditAttributes value)
public Object getResponseType()
getResponseType in interface net.servicestack.client.IReturn<ServiceModel.SamplingLocation>Copyright © 2022. All rights reserved.