Class SiriSubscriptionRequestStructure

  • All Implemented Interfaces:
    Serializable

    public class SiriSubscriptionRequestStructure
    extends Object
    implements Serializable
    Type for SIRI Service Subscription types. Used for WSDL exchanges.

    Java class for SiriSubscriptionRequestStructure complex type.

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

     <complexType name="SiriSubscriptionRequestStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://www.siri.org.uk/}SiriSubscriptionRequestGroup"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • SiriSubscriptionRequestStructure

        public SiriSubscriptionRequestStructure()
    • 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 JAXB 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 JAXB 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 JAXB 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 JAXB 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 JAXB 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 JAXB 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