Class IncrementalRecurrence


  • public class IncrementalRecurrence
    extends Object

    Java class for incrementalRecurrence complex type.

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

     <complexType name="incrementalRecurrence">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="increment" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
             <element name="startingValue" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • increment

        protected Integer increment
      • startingValue

        protected Integer startingValue
    • Constructor Detail

      • IncrementalRecurrence

        public IncrementalRecurrence()
    • Method Detail

      • getIncrement

        public Integer getIncrement()
        Gets the value of the increment property.
        Returns:
        possible object is Integer
      • setIncrement

        public void setIncrement​(Integer value)
        Sets the value of the increment property.
        Parameters:
        value - allowed object is Integer
      • getStartingValue

        public Integer getStartingValue()
        Gets the value of the startingValue property.
        Returns:
        possible object is Integer
      • setStartingValue

        public void setStartingValue​(Integer value)
        Sets the value of the startingValue property.
        Parameters:
        value - allowed object is Integer