Class VehicleMonitoringSubscriptionStructure

  • All Implemented Interfaces:
    Serializable

    public class VehicleMonitoringSubscriptionStructure
    extends AbstractSubscriptionStructure
    implements Serializable
    Data type for Subscription Request for Vehicle Monitoring Service.

    Java class for VehicleMonitoringSubscriptionStructure complex type.

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

     <complexType name="VehicleMonitoringSubscriptionStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/}AbstractSubscriptionStructure">
           <sequence>
             <element ref="{http://www.siri.org.uk/}VehicleMonitoringRequest"/>
             <group ref="{http://www.siri.org.uk/}VehicleMonitoringSubscriptionPolicyGroup"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • VehicleMonitoringSubscriptionStructure

        public VehicleMonitoringSubscriptionStructure()
    • Method Detail

      • isIncrementalUpdates

        public Boolean isIncrementalUpdates()
        Gets the value of the incrementalUpdates property.
        Returns:
        possible object is Boolean
      • setIncrementalUpdates

        public void setIncrementalUpdates​(Boolean value)
        Sets the value of the incrementalUpdates property.
        Parameters:
        value - allowed object is Boolean
      • getChangeBeforeUpdates

        public Duration getChangeBeforeUpdates()
        Gets the value of the changeBeforeUpdates property.
        Returns:
        possible object is Duration
      • setChangeBeforeUpdates

        public void setChangeBeforeUpdates​(Duration value)
        Sets the value of the changeBeforeUpdates property.
        Parameters:
        value - allowed object is Duration
      • getUpdateInterval

        public Duration getUpdateInterval()
        Gets the value of the updateInterval property.
        Returns:
        possible object is Duration
      • setUpdateInterval

        public void setUpdateInterval​(Duration value)
        Sets the value of the updateInterval property.
        Parameters:
        value - allowed object is Duration