Class ConnectionMonitoringSubscriptionRequestStructure

  • All Implemented Interfaces:
    Serializable

    public class ConnectionMonitoringSubscriptionRequestStructure
    extends AbstractSubscriptionStructure
    implements Serializable
    Subscription Request for Connection Monitoring.

    Java class for ConnectionMonitoringSubscriptionRequestStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ConnectionMonitoringSubscriptionRequestStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractSubscriptionStructure">
           <sequence>
             <element ref="{http://www.siri.org.uk/siri}ConnectionMonitoringRequest"/>
             <group ref="{http://www.siri.org.uk/siri}ConnectionMonitoringSubscriptionPolicyGroup"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectionMonitoringSubscriptionRequestStructure

        public ConnectionMonitoringSubscriptionRequestStructure()
    • Method Detail

      • getChangeBeforeUpdates

        public Duration getChangeBeforeUpdates()
        Gets the value of the changeBeforeUpdates property.
        Returns:
        possible object is String
      • setChangeBeforeUpdates

        public void setChangeBeforeUpdates​(Duration value)
        Sets the value of the changeBeforeUpdates property.
        Parameters:
        value - allowed object is String
      • getExtensions

        public Extensions getExtensions()
        Gets the value of the extensions property.
        Returns:
        possible object is Extensions
      • setExtensions

        public void setExtensions​(Extensions value)
        Sets the value of the extensions property.
        Parameters:
        value - allowed object is Extensions