public static class ServiceModel.Schedule extends Object
| Modifier and Type | Field and Description |
|---|---|
ServiceModel.AuditAttributes |
AuditAttributes |
String |
CustomId |
java.time.OffsetDateTime |
EndDate |
String |
Id |
java.time.OffsetDateTime |
LastGenerationDate |
ServiceModel.RecurrenceDayMonthlyType |
RecurrenceDayMonthly |
ServiceModel.RecurrenceDayWeeklyType |
RecurrenceDayWeekly |
ServiceModel.RecurrenceType |
RecurrenceType |
ServiceModel.SamplingLocationGroup |
SamplingLocationGroup |
ServiceModel.SamplingLocationGroupSelectionType |
SamplingLocationGroupSelectionType |
Integer |
SamplingLocationGroupSelectionTypeRandomCount |
List<ServiceModel.SchedulePlannedActivity> |
SchedulePlannedActivities |
java.time.OffsetDateTime |
StartDate |
| Constructor and Description |
|---|
Schedule() |
public String Id
public String CustomId
public java.time.OffsetDateTime StartDate
public java.time.OffsetDateTime EndDate
public ServiceModel.RecurrenceType RecurrenceType
public ServiceModel.RecurrenceDayWeeklyType RecurrenceDayWeekly
public ServiceModel.RecurrenceDayMonthlyType RecurrenceDayMonthly
public ServiceModel.SamplingLocationGroup SamplingLocationGroup
public ServiceModel.SamplingLocationGroupSelectionType SamplingLocationGroupSelectionType
public Integer SamplingLocationGroupSelectionTypeRandomCount
public java.time.OffsetDateTime LastGenerationDate
public List<ServiceModel.SchedulePlannedActivity> SchedulePlannedActivities
public ServiceModel.AuditAttributes AuditAttributes
public String getId()
public ServiceModel.Schedule setId(String value)
public String getCustomId()
public ServiceModel.Schedule setCustomId(String value)
public java.time.OffsetDateTime getStartDate()
public ServiceModel.Schedule setStartDate(java.time.OffsetDateTime value)
public java.time.OffsetDateTime getEndDate()
public ServiceModel.Schedule setEndDate(java.time.OffsetDateTime value)
public ServiceModel.RecurrenceType getRecurrenceType()
public ServiceModel.Schedule setRecurrenceType(ServiceModel.RecurrenceType value)
public ServiceModel.RecurrenceDayWeeklyType getRecurrenceDayWeekly()
public ServiceModel.Schedule setRecurrenceDayWeekly(ServiceModel.RecurrenceDayWeeklyType value)
public ServiceModel.RecurrenceDayMonthlyType getRecurrenceDayMonthly()
public ServiceModel.Schedule setRecurrenceDayMonthly(ServiceModel.RecurrenceDayMonthlyType value)
public ServiceModel.SamplingLocationGroup getSamplingLocationGroup()
public ServiceModel.Schedule setSamplingLocationGroup(ServiceModel.SamplingLocationGroup value)
public ServiceModel.SamplingLocationGroupSelectionType getSamplingLocationGroupSelectionType()
public ServiceModel.Schedule setSamplingLocationGroupSelectionType(ServiceModel.SamplingLocationGroupSelectionType value)
public Integer getSamplingLocationGroupSelectionTypeRandomCount()
public ServiceModel.Schedule setSamplingLocationGroupSelectionTypeRandomCount(Integer value)
public java.time.OffsetDateTime getLastGenerationDate()
public ServiceModel.Schedule setLastGenerationDate(java.time.OffsetDateTime value)
public List<ServiceModel.SchedulePlannedActivity> getSchedulePlannedActivities()
public ServiceModel.Schedule setSchedulePlannedActivities(List<ServiceModel.SchedulePlannedActivity> value)
public ServiceModel.AuditAttributes getAuditAttributes()
public ServiceModel.Schedule setAuditAttributes(ServiceModel.AuditAttributes value)
Copyright © 2022. All rights reserved.