Class ComplexJobTrigger


  • public class ComplexJobTrigger
    extends JobTrigger

    Java class for complexJobTrigger complex type.

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

     <complexType name="complexJobTrigger">
       <complexContent>
         <extension base="{http://www.pentaho.com/schema/}jobTrigger">
           <sequence>
             <element name="dayOfMonthRecurrences" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <choice maxOccurs="unbounded" minOccurs="0">
                         <element ref="{http://www.pentaho.com/schema/}sequentialRecurrence"/>
                         <element ref="{http://www.pentaho.com/schema/}incrementalRecurrence"/>
                         <element ref="{http://www.pentaho.com/schema/}qualifiedDayOfMonth"/>
                         <element ref="{http://www.pentaho.com/schema/}recurrenceList"/>
                       </choice>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="dayOfWeekRecurrences" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <choice maxOccurs="unbounded" minOccurs="0">
                         <element ref="{http://www.pentaho.com/schema/}sequentialRecurrence"/>
                         <element ref="{http://www.pentaho.com/schema/}incrementalRecurrence"/>
                         <element ref="{http://www.pentaho.com/schema/}recurrenceList"/>
                         <element ref="{http://www.pentaho.com/schema/}qualifiedDayOfWeek"/>
                       </choice>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="hourlyRecurrences" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <choice maxOccurs="unbounded" minOccurs="0">
                         <element ref="{http://www.pentaho.com/schema/}sequentialRecurrence"/>
                         <element ref="{http://www.pentaho.com/schema/}incrementalRecurrence"/>
                         <element ref="{http://www.pentaho.com/schema/}recurrenceList"/>
                       </choice>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="minuteRecurrences" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <choice maxOccurs="unbounded" minOccurs="0">
                         <element ref="{http://www.pentaho.com/schema/}sequentialRecurrence"/>
                         <element ref="{http://www.pentaho.com/schema/}incrementalRecurrence"/>
                         <element ref="{http://www.pentaho.com/schema/}recurrenceList"/>
                       </choice>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="monthlyRecurrences" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <choice maxOccurs="unbounded" minOccurs="0">
                         <element ref="{http://www.pentaho.com/schema/}sequentialRecurrence"/>
                         <element ref="{http://www.pentaho.com/schema/}incrementalRecurrence"/>
                         <element ref="{http://www.pentaho.com/schema/}recurrenceList"/>
                       </choice>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="secondRecurrences" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <choice maxOccurs="unbounded" minOccurs="0">
                         <element ref="{http://www.pentaho.com/schema/}sequentialRecurrence"/>
                         <element ref="{http://www.pentaho.com/schema/}incrementalRecurrence"/>
                         <element ref="{http://www.pentaho.com/schema/}recurrenceList"/>
                       </choice>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="yearlyRecurrences" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <choice maxOccurs="unbounded" minOccurs="0">
                         <element ref="{http://www.pentaho.com/schema/}sequentialRecurrence"/>
                         <element ref="{http://www.pentaho.com/schema/}incrementalRecurrence"/>
                         <element ref="{http://www.pentaho.com/schema/}recurrenceList"/>
                       </choice>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </extension>
       </complexContent>
     </complexType>