Package uk.org.siri.siri10
Class VehicleMonitoringSubscriptionStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractSubscriptionStructure
-
- uk.org.siri.siri10.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
-
-
Field Summary
Fields Modifier and Type Field Description protected DurationchangeBeforeUpdatesprotected BooleanincrementalUpdatesprotected DurationupdateIntervalprotected VehicleMonitoringRequestStructurevehicleMonitoringRequest-
Fields inherited from class uk.org.siri.siri10.AbstractSubscriptionStructure
initialTerminationTime, subscriberRef, subscriptionIdentifier
-
-
Constructor Summary
Constructors Constructor Description VehicleMonitoringSubscriptionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationgetChangeBeforeUpdates()Gets the value of the changeBeforeUpdates property.DurationgetUpdateInterval()Gets the value of the updateInterval property.VehicleMonitoringRequestStructuregetVehicleMonitoringRequest()Gets the value of the vehicleMonitoringRequest property.BooleanisIncrementalUpdates()Gets the value of the incrementalUpdates property.voidsetChangeBeforeUpdates(Duration value)Sets the value of the changeBeforeUpdates property.voidsetIncrementalUpdates(Boolean value)Sets the value of the incrementalUpdates property.voidsetUpdateInterval(Duration value)Sets the value of the updateInterval property.voidsetVehicleMonitoringRequest(VehicleMonitoringRequestStructure value)Sets the value of the vehicleMonitoringRequest property.-
Methods inherited from class uk.org.siri.siri10.AbstractSubscriptionStructure
getInitialTerminationTime, getSubscriberRef, getSubscriptionIdentifier, setInitialTerminationTime, setSubscriberRef, setSubscriptionIdentifier
-
-
-
-
Field Detail
-
vehicleMonitoringRequest
protected VehicleMonitoringRequestStructure vehicleMonitoringRequest
-
incrementalUpdates
protected Boolean incrementalUpdates
-
changeBeforeUpdates
protected Duration changeBeforeUpdates
-
updateInterval
protected Duration updateInterval
-
-
Method Detail
-
getVehicleMonitoringRequest
public VehicleMonitoringRequestStructure getVehicleMonitoringRequest()
Gets the value of the vehicleMonitoringRequest property.- Returns:
- possible object is
VehicleMonitoringRequestStructure
-
setVehicleMonitoringRequest
public void setVehicleMonitoringRequest(VehicleMonitoringRequestStructure value)
Sets the value of the vehicleMonitoringRequest property.- Parameters:
value- allowed object isVehicleMonitoringRequestStructure
-
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 isBoolean
-
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 isDuration
-
getUpdateInterval
public Duration getUpdateInterval()
Gets the value of the updateInterval property.- Returns:
- possible object is
Duration
-
-