Class SiriServiceDeliveryStructure

  • All Implemented Interfaces:
    Serializable

    public class SiriServiceDeliveryStructure
    extends Object
    implements Serializable
    Type for a SIRI SIRI Functional Service Delivery types.Used for WSDL.

    Java class for SiriServiceDeliveryStructure complex type.

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

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

      • SiriServiceDeliveryStructure

        public SiriServiceDeliveryStructure()
    • Method Detail

      • getProductionTimetableDelivery

        public List<ProductionTimetableDeliveryStructure> getProductionTimetableDelivery()
        Gets the value of the productionTimetableDelivery 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 productionTimetableDelivery property.

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

            getProductionTimetableDelivery().add(newItem);
         

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

      • getEstimatedTimetableDelivery

        public List<EstimatedTimetableDeliveryStructure> getEstimatedTimetableDelivery()
        Gets the value of the estimatedTimetableDelivery 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 estimatedTimetableDelivery property.

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

            getEstimatedTimetableDelivery().add(newItem);
         

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

      • getStopTimetableDelivery

        public List<StopTimetableDeliveryStructure> getStopTimetableDelivery()
        Gets the value of the stopTimetableDelivery 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 stopTimetableDelivery property.

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

            getStopTimetableDelivery().add(newItem);
         

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

      • getStopMonitoringDelivery

        public List<StopMonitoringDeliveryStructure> getStopMonitoringDelivery()
        Delviery for Stop Event service.Gets the value of the stopMonitoringDelivery 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 stopMonitoringDelivery property.

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

            getStopMonitoringDelivery().add(newItem);
         

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

      • getVehicleMonitoringDelivery

        public List<VehicleMonitoringDeliveryStructure> getVehicleMonitoringDelivery()
        Delviery for Vehicle Activity Service Gets the value of the vehicleMonitoringDelivery 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 vehicleMonitoringDelivery property.

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

            getVehicleMonitoringDelivery().add(newItem);
         

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

      • getConnectionTimetableDelivery

        public List<ConnectionTimetableDeliveryStructure> getConnectionTimetableDelivery()
        Gets the value of the connectionTimetableDelivery 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 connectionTimetableDelivery property.

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

            getConnectionTimetableDelivery().add(newItem);
         

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

      • getConnectionMonitoringFeederDelivery

        public List<ConnectionMonitoringFeederDeliveryStructure> getConnectionMonitoringFeederDelivery()
        Delivery for Connection Protection Fetcher Service.Gets the value of the connectionMonitoringFeederDelivery 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 connectionMonitoringFeederDelivery property.

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

            getConnectionMonitoringFeederDelivery().add(newItem);
         

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

      • getConnectionMonitoringDistributorDelivery

        public List<ConnectionMonitoringDistributorDeliveryStructure> getConnectionMonitoringDistributorDelivery()
        Delivery for Connection Protection Fetcher Service.Gets the value of the connectionMonitoringDistributorDelivery 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 connectionMonitoringDistributorDelivery property.

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

            getConnectionMonitoringDistributorDelivery().add(newItem);
         

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

      • getGeneralMessageDelivery

        public List<GeneralMessageDeliveryStructure> getGeneralMessageDelivery()
        Delivery for general Message service.Gets the value of the generalMessageDelivery 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 generalMessageDelivery property.

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

            getGeneralMessageDelivery().add(newItem);
         

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