Package uk.org.siri.siri10
Class SubscriptionContextStructure
- java.lang.Object
-
- uk.org.siri.siri10.SubscriptionContextStructure
-
- All Implemented Interfaces:
Serializable
public class SubscriptionContextStructure extends Object implements Serializable
Type for Subscription context - Configuration parameters which may be evrridenJava class for SubscriptionContextStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriptionContextStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="HeartbeatInterval" type="{http://www.siri.org.uk/}PositiveDurationType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DurationheartbeatInterval
-
Constructor Summary
Constructors Constructor Description SubscriptionContextStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DurationgetHeartbeatInterval()Gets the value of the heartbeatInterval property.voidsetHeartbeatInterval(Duration value)Sets the value of the heartbeatInterval property.
-