Class VehicleMonitoringRequestStructure.MaximumNumberOfCalls

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    VehicleMonitoringRequestStructure

    public static class VehicleMonitoringRequestStructure.MaximumNumberOfCalls
    extends Object
    implements Serializable

    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>
             <element name="Previous" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
             <element name="Onwards" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • MaximumNumberOfCalls

        public MaximumNumberOfCalls()
    • Method Detail

      • getPrevious

        public BigInteger getPrevious()
        Gets the value of the previous property.
        Returns:
        possible object is BigInteger
      • setPrevious

        public void setPrevious​(BigInteger value)
        Sets the value of the previous property.
        Parameters:
        value - allowed object is BigInteger
      • getOnwards

        public BigInteger getOnwards()
        Gets the value of the onwards property.
        Returns:
        possible object is BigInteger
      • setOnwards

        public void setOnwards​(BigInteger value)
        Sets the value of the onwards property.
        Parameters:
        value - allowed object is BigInteger