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