Class SubscriptionContextStructure

  • All Implemented Interfaces:
    Serializable

    public class SubscriptionContextStructure
    extends Object
    implements Serializable
    Type for Subscription context - Configuration parameters which may be evrriden

    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>
     
    See Also:
    Serialized Form
    • Field Detail

      • heartbeatInterval

        protected Duration heartbeatInterval
    • Constructor Detail

      • SubscriptionContextStructure

        public SubscriptionContextStructure()
    • Method Detail

      • getHeartbeatInterval

        public Duration getHeartbeatInterval()
        Gets the value of the heartbeatInterval property.
        Returns:
        possible object is String
      • setHeartbeatInterval

        public void setHeartbeatInterval​(Duration value)
        Sets the value of the heartbeatInterval property.
        Parameters:
        value - allowed object is String