Class JobType
java.lang.Object
com.tremolosecurity.config.xml.JobType
Configuration for a scheduled job
Java class for jobType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="jobType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="cronSchedule" type="{http://www.tremolosecurity.com/tremoloConfig}cronScheduleType" minOccurs="0"/> <element name="param" type="{http://www.tremolosecurity.com/tremoloConfig}paramWithValueType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="className" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="group" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected CronScheduleType
protected String
protected String
protected List
<ParamWithValueType> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the className property.Gets the value of the cronSchedule property.getGroup()
Gets the value of the group property.getName()
Gets the value of the name property.getParam()
Gets the value of the param property.void
setClassName
(String value) Sets the value of the className property.void
setCronSchedule
(CronScheduleType value) Sets the value of the cronSchedule property.void
Sets the value of the group property.void
Sets the value of the name property.
-
Field Details
-
cronSchedule
-
param
-
className
-
name
-
group
-
-
Constructor Details
-
JobType
public JobType()
-
-
Method Details
-
getCronSchedule
Gets the value of the cronSchedule property.- Returns:
- possible object is
CronScheduleType
-
setCronSchedule
Sets the value of the cronSchedule property.- Parameters:
value
- allowed object isCronScheduleType
-
getParam
Gets the value of the param 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 param property.For example, to add a new item, do as follows:
getParam().add(newItem);
Objects of the following type(s) are allowed in the list
ParamWithValueType
-
getClassName
-
setClassName
-
getName
-
setName
-
getGroup
-
setGroup
-