Class SchedulingType
java.lang.Object
com.tremolosecurity.config.xml.SchedulingType
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 Summary
Modifier and TypeFieldDescriptionprotected DynamicPortalUrlsType
protected String
protected String
protected ScheduleDBType
protected Integer
protected Boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dynamicJobs property.Gets the value of the instanceIPMask property.Gets the value of the instanceLabel property.getJob()
Gets the value of the job property.Gets the value of the scheduleDB property.Gets the value of the threadCount property.boolean
isUseDB()
Gets the value of the useDB property.void
Sets the value of the dynamicJobs property.void
setInstanceIPMask
(String value) Sets the value of the instanceIPMask property.void
setInstanceLabel
(String value) Sets the value of the instanceLabel property.void
setScheduleDB
(ScheduleDBType value) Sets the value of the scheduleDB property.void
setThreadCount
(Integer value) Sets the value of the threadCount property.void
Sets the value of the useDB property.
-
Field Details
-
dynamicJobs
-
scheduleDB
-
job
-
useDB
-
threadCount
-
instanceLabel
-
instanceIPMask
-
-
Constructor Details
-
SchedulingType
public SchedulingType()
-
-
Method Details
-
getDynamicJobs
Gets the value of the dynamicJobs property.- Returns:
- possible object is
DynamicPortalUrlsType
-
setDynamicJobs
Sets the value of the dynamicJobs property.- Parameters:
value
- allowed object isDynamicPortalUrlsType
-
getScheduleDB
Gets the value of the scheduleDB property.- Returns:
- possible object is
ScheduleDBType
-
setScheduleDB
Sets the value of the scheduleDB property.- Parameters:
value
- allowed object isScheduleDBType
-
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
-
setUseDB
-
getThreadCount
-
setThreadCount
-
getInstanceLabel
-
setInstanceLabel
-
getInstanceIPMask
-
setInstanceIPMask
-