Class ComplexJobTrigger.SecondRecurrences

  • Enclosing class:
    ComplexJobTrigger

    public static class ComplexJobTrigger.SecondRecurrences
    extends Object

    Java class for anonymous complex type.

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

     <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>
     
    • Field Detail

      • sequentialRecurrenceOrIncrementalRecurrenceOrRecurrenceList

        protected List<Object> sequentialRecurrenceOrIncrementalRecurrenceOrRecurrenceList
    • Constructor Detail

      • SecondRecurrences

        public SecondRecurrences()
    • Method Detail

      • getSequentialRecurrenceOrIncrementalRecurrenceOrRecurrenceList

        public List<Object> getSequentialRecurrenceOrIncrementalRecurrenceOrRecurrenceList()
        Gets the value of the sequentialRecurrenceOrIncrementalRecurrenceOrRecurrenceList 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 JAXB object. This is why there is not a set method for the sequentialRecurrenceOrIncrementalRecurrenceOrRecurrenceList property.

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

         getSequentialRecurrenceOrIncrementalRecurrenceOrRecurrenceList().add( newItem );
         

        Objects of the following type(s) are allowed in the list SequentialRecurrence IncrementalRecurrence RecurrenceList