Class CronScheduleType

java.lang.Object
com.tremolosecurity.config.xml.CronScheduleType

public class CronScheduleType extends Object
Jobs are scheduled using Cron syntax

Java class for cronScheduleType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="cronScheduleType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="seconds" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="minutes" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="hours" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dayOfMonth" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="month" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dayOfWeek" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="year" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • seconds

      protected String seconds
    • minutes

      protected String minutes
    • hours

      protected String hours
    • dayOfMonth

      protected String dayOfMonth
    • month

      protected String month
    • dayOfWeek

      protected String dayOfWeek
    • year

      protected String year
  • Constructor Details

    • CronScheduleType

      public CronScheduleType()
  • Method Details

    • getSeconds

      public String getSeconds()
      Gets the value of the seconds property.
      Returns:
      possible object is String
    • setSeconds

      public void setSeconds(String value)
      Sets the value of the seconds property.
      Parameters:
      value - allowed object is String
    • getMinutes

      public String getMinutes()
      Gets the value of the minutes property.
      Returns:
      possible object is String
    • setMinutes

      public void setMinutes(String value)
      Sets the value of the minutes property.
      Parameters:
      value - allowed object is String
    • getHours

      public String getHours()
      Gets the value of the hours property.
      Returns:
      possible object is String
    • setHours

      public void setHours(String value)
      Sets the value of the hours property.
      Parameters:
      value - allowed object is String
    • getDayOfMonth

      public String getDayOfMonth()
      Gets the value of the dayOfMonth property.
      Returns:
      possible object is String
    • setDayOfMonth

      public void setDayOfMonth(String value)
      Sets the value of the dayOfMonth property.
      Parameters:
      value - allowed object is String
    • getMonth

      public String getMonth()
      Gets the value of the month property.
      Returns:
      possible object is String
    • setMonth

      public void setMonth(String value)
      Sets the value of the month property.
      Parameters:
      value - allowed object is String
    • getDayOfWeek

      public String getDayOfWeek()
      Gets the value of the dayOfWeek property.
      Returns:
      possible object is String
    • setDayOfWeek

      public void setDayOfWeek(String value)
      Sets the value of the dayOfWeek property.
      Parameters:
      value - allowed object is String
    • getYear

      public String getYear()
      Gets the value of the year property.
      Returns:
      possible object is String
    • setYear

      public void setYear(String value)
      Sets the value of the year property.
      Parameters:
      value - allowed object is String