Class SubscriptionRequestStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    SubscriptionRequest

    public class SubscriptionRequestStructure
    extends AbstractSubscriptionRequestStructure
    implements Serializable
    Type for SIRI Subscription Request

    Java class for SubscriptionRequestStructure complex type.

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

     <complexType name="SubscriptionRequestStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/}AbstractSubscriptionRequestStructure">
           <sequence>
             <group ref="{http://www.siri.org.uk/}SiriSubscriptionRequestGroup"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • SubscriptionRequestStructure

        public SubscriptionRequestStructure()
    • Method Detail

      • getProductionTimetableSubscriptionRequest

        public List<ProductionTimetableSubscriptionRequest> getProductionTimetableSubscriptionRequest()
        Gets the value of the productionTimetableSubscriptionRequest property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the productionTimetableSubscriptionRequest property.

        For example, to add a new item, do as follows:

            getProductionTimetableSubscriptionRequest().add(newItem);
         

        Objects of the following type(s) are allowed in the list ProductionTimetableSubscriptionRequest

      • getEstimatedTimetableSubscriptionRequest

        public List<EstimatedTimetableSubscriptionStructure> getEstimatedTimetableSubscriptionRequest()
        Gets the value of the estimatedTimetableSubscriptionRequest property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the estimatedTimetableSubscriptionRequest property.

        For example, to add a new item, do as follows:

            getEstimatedTimetableSubscriptionRequest().add(newItem);
         

        Objects of the following type(s) are allowed in the list EstimatedTimetableSubscriptionStructure

      • getStopMonitoringSubscriptionRequest

        public List<StopMonitoringSubscriptionStructure> getStopMonitoringSubscriptionRequest()
        Gets the value of the stopMonitoringSubscriptionRequest property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the stopMonitoringSubscriptionRequest property.

        For example, to add a new item, do as follows:

            getStopMonitoringSubscriptionRequest().add(newItem);
         

        Objects of the following type(s) are allowed in the list StopMonitoringSubscriptionStructure

      • getVehicleMonitoringSubscriptionRequest

        public List<VehicleMonitoringSubscriptionStructure> getVehicleMonitoringSubscriptionRequest()
        Gets the value of the vehicleMonitoringSubscriptionRequest property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the vehicleMonitoringSubscriptionRequest property.

        For example, to add a new item, do as follows:

            getVehicleMonitoringSubscriptionRequest().add(newItem);
         

        Objects of the following type(s) are allowed in the list VehicleMonitoringSubscriptionStructure

      • getConnectionMonitoringSubscriptionRequest

        public List<ConnectionMonitoringSubscriptionRequestStructure> getConnectionMonitoringSubscriptionRequest()
        Gets the value of the connectionMonitoringSubscriptionRequest property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the connectionMonitoringSubscriptionRequest property.

        For example, to add a new item, do as follows:

            getConnectionMonitoringSubscriptionRequest().add(newItem);
         

        Objects of the following type(s) are allowed in the list ConnectionMonitoringSubscriptionRequestStructure

      • getGeneralMessageSubscriptionRequest

        public List<GeneralMessageSubscriptionStructure> getGeneralMessageSubscriptionRequest()
        Gets the value of the generalMessageSubscriptionRequest property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the generalMessageSubscriptionRequest property.

        For example, to add a new item, do as follows:

            getGeneralMessageSubscriptionRequest().add(newItem);
         

        Objects of the following type(s) are allowed in the list GeneralMessageSubscriptionStructure