Class SequentialRecurrence


  • public class SequentialRecurrence
    extends Object

    Java class for sequentialRecurrence complex type.

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

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

      • firstValue

        protected Integer firstValue
      • lastValue

        protected Integer lastValue
    • Constructor Detail

      • SequentialRecurrence

        public SequentialRecurrence()
    • Method Detail

      • getFirstValue

        public Integer getFirstValue()
        Gets the value of the firstValue property.
        Returns:
        possible object is Integer
      • setFirstValue

        public void setFirstValue​(Integer value)
        Sets the value of the firstValue property.
        Parameters:
        value - allowed object is Integer
      • getLastValue

        public Integer getLastValue()
        Gets the value of the lastValue property.
        Returns:
        possible object is Integer
      • setLastValue

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