Class SchedulingType

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

public class SchedulingType extends Object
Unison uses an internal scheduler to be able to perform jobs at specific times

Java class for schedulingType complex type.

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

 <complexType name="schedulingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dynamicJobs" type="{http://www.tremolosecurity.com/tremoloConfig}dynamicPortalUrlsType" minOccurs="0"/>
         <element name="scheduleDB" type="{http://www.tremolosecurity.com/tremoloConfig}scheduleDBType" minOccurs="0"/>
         <element name="job" type="{http://www.tremolosecurity.com/tremoloConfig}jobType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="useDB" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="threadCount" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="instanceLabel" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="instanceIPMask" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • SchedulingType

      public SchedulingType()
  • Method Details

    • getDynamicJobs

      public DynamicPortalUrlsType getDynamicJobs()
      Gets the value of the dynamicJobs property.
      Returns:
      possible object is DynamicPortalUrlsType
    • setDynamicJobs

      public void setDynamicJobs(DynamicPortalUrlsType value)
      Sets the value of the dynamicJobs property.
      Parameters:
      value - allowed object is DynamicPortalUrlsType
    • getScheduleDB

      public ScheduleDBType getScheduleDB()
      Gets the value of the scheduleDB property.
      Returns:
      possible object is ScheduleDBType
    • setScheduleDB

      public void setScheduleDB(ScheduleDBType value)
      Sets the value of the scheduleDB property.
      Parameters:
      value - allowed object is ScheduleDBType
    • getJob

      public List<JobType> getJob()
      Gets the value of the job property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the job property.

      For example, to add a new item, do as follows:

          getJob().add(newItem);
       

      Objects of the following type(s) are allowed in the list JobType

    • isUseDB

      public boolean isUseDB()
      Gets the value of the useDB property.
      Returns:
      possible object is Boolean
    • setUseDB

      public void setUseDB(Boolean value)
      Sets the value of the useDB property.
      Parameters:
      value - allowed object is Boolean
    • getThreadCount

      public Integer getThreadCount()
      Gets the value of the threadCount property.
      Returns:
      possible object is Integer
    • setThreadCount

      public void setThreadCount(Integer value)
      Sets the value of the threadCount property.
      Parameters:
      value - allowed object is Integer
    • getInstanceLabel

      public String getInstanceLabel()
      Gets the value of the instanceLabel property.
      Returns:
      possible object is String
    • setInstanceLabel

      public void setInstanceLabel(String value)
      Sets the value of the instanceLabel property.
      Parameters:
      value - allowed object is String
    • getInstanceIPMask

      public String getInstanceIPMask()
      Gets the value of the instanceIPMask property.
      Returns:
      possible object is String
    • setInstanceIPMask

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