Package uk.org.siri.siri20
Class ProductionTimetableServiceCapabilities.SubscriptionPolicy
- java.lang.Object
-
- uk.org.siri.siri20.ProductionTimetableServiceCapabilities.SubscriptionPolicy
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ProductionTimetableServiceCapabilities
public static class ProductionTimetableServiceCapabilities.SubscriptionPolicy 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="HasIncrementalUpdates" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected booleanhasIncrementalUpdates
-
Constructor Summary
Constructors Constructor Description SubscriptionPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisHasIncrementalUpdates()Gets the value of the hasIncrementalUpdates property.voidsetHasIncrementalUpdates(boolean value)Sets the value of the hasIncrementalUpdates property.
-