Class JobTrigger

  • Direct Known Subclasses:
    ComplexJobTrigger, CronJobTrigger, SimpleJobTrigger

    public abstract class JobTrigger
    extends Object

    Java class for jobTrigger complex type.

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

     <complexType name="jobTrigger">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="cronString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="duration" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="endTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="startTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="uiPassParam" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • JobTrigger

        public JobTrigger()
    • Method Detail

      • getCronString

        public String getCronString()
        Gets the value of the cronString property.
        Returns:
        possible object is String
      • setCronString

        public void setCronString​(String value)
        Sets the value of the cronString property.
        Parameters:
        value - allowed object is String
      • getDuration

        public long getDuration()
        Gets the value of the duration property.
      • setDuration

        public void setDuration​(long value)
        Sets the value of the duration property.
      • getUiPassParam

        public String getUiPassParam()
        Gets the value of the uiPassParam property.
        Returns:
        possible object is String
      • setUiPassParam

        public void setUiPassParam​(String value)
        Sets the value of the uiPassParam property.
        Parameters:
        value - allowed object is String