Class ComplexJobTriggerProxy


  • public class ComplexJobTriggerProxy
    extends Object

    Java class for complexJobTriggerProxy complex type.

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

     <complexType name="complexJobTriggerProxy">
       <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="daysOfMonth" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded"
     minOccurs="0"/>
             <element name="daysOfWeek" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded"
     minOccurs="0"/>
             <element name="endTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="monthsOfYear" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded"
     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"/>
             <element name="weeksOfMonth" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded"
     minOccurs="0"/>
             <element name="years" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ComplexJobTriggerProxy

        public ComplexJobTriggerProxy()
    • 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
      • getDaysOfMonth

        public List<Integer> getDaysOfMonth()
        Gets the value of the daysOfMonth 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 daysOfMonth property.

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

         getDaysOfMonth().add( newItem );
         

        Objects of the following type(s) are allowed in the list Integer

      • getDaysOfWeek

        public List<Integer> getDaysOfWeek()
        Gets the value of the daysOfWeek 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 daysOfWeek property.

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

         getDaysOfWeek().add( newItem );
         

        Objects of the following type(s) are allowed in the list Integer

      • getMonthsOfYear

        public List<Integer> getMonthsOfYear()
        Gets the value of the monthsOfYear 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 monthsOfYear property.

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

         getMonthsOfYear().add( newItem );
         

        Objects of the following type(s) are allowed in the list Integer

      • 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
      • getWeeksOfMonth

        public List<Integer> getWeeksOfMonth()
        Gets the value of the weeksOfMonth 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 weeksOfMonth property.

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

         getWeeksOfMonth().add( newItem );
         

        Objects of the following type(s) are allowed in the list Integer

      • getYears

        public List<Integer> getYears()
        Gets the value of the years 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 years property.

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

         getYears().add( newItem );
         

        Objects of the following type(s) are allowed in the list Integer