public class SubscriptionContextStructure extends Object
Java 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/siri}PositiveDurationType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
heartbeatInterval |
| Constructor and Description |
|---|
SubscriptionContextStructure() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getHeartbeatInterval()
Gets the value of the heartbeatInterval property.
|
void |
setHeartbeatInterval(Duration value)
Sets the value of the heartbeatInterval property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
SubscriptionContextStructure |
withHeartbeatInterval(Duration value) |
protected Duration heartbeatInterval
public Duration getHeartbeatInterval()
Stringpublic void setHeartbeatInterval(Duration value)
value - allowed object is
Stringpublic SubscriptionContextStructure withHeartbeatInterval(Duration value)
Copyright © 2018 Entur AS. All rights reserved.