Class SiriServiceDeliveryStructure
- java.lang.Object
-
- uk.org.siri.siri10.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
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ConnectionMonitoringDistributorDeliveryStructure>connectionMonitoringDistributorDeliveryprotected List<ConnectionMonitoringFeederDeliveryStructure>connectionMonitoringFeederDeliveryprotected List<ConnectionTimetableDeliveryStructure>connectionTimetableDeliveryprotected List<EstimatedTimetableDeliveryStructure>estimatedTimetableDeliveryprotected List<GeneralMessageDeliveryStructure>generalMessageDeliveryprotected List<ProductionTimetableDeliveryStructure>productionTimetableDeliveryprotected List<StopMonitoringDeliveryStructure>stopMonitoringDeliveryprotected List<StopTimetableDeliveryStructure>stopTimetableDeliveryprotected List<VehicleMonitoringDeliveryStructure>vehicleMonitoringDelivery
-
Constructor Summary
Constructors Constructor Description SiriServiceDeliveryStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ConnectionMonitoringDistributorDeliveryStructure>getConnectionMonitoringDistributorDelivery()Delivery for Connection Protection Fetcher Service.Gets the value of the connectionMonitoringDistributorDelivery property.List<ConnectionMonitoringFeederDeliveryStructure>getConnectionMonitoringFeederDelivery()Delivery for Connection Protection Fetcher Service.Gets the value of the connectionMonitoringFeederDelivery property.List<ConnectionTimetableDeliveryStructure>getConnectionTimetableDelivery()Gets the value of the connectionTimetableDelivery property.List<EstimatedTimetableDeliveryStructure>getEstimatedTimetableDelivery()Gets the value of the estimatedTimetableDelivery property.List<GeneralMessageDeliveryStructure>getGeneralMessageDelivery()Delivery for general Message service.Gets the value of the generalMessageDelivery property.List<ProductionTimetableDeliveryStructure>getProductionTimetableDelivery()Gets the value of the productionTimetableDelivery property.List<StopMonitoringDeliveryStructure>getStopMonitoringDelivery()Delviery for Stop Event service.Gets the value of the stopMonitoringDelivery property.List<StopTimetableDeliveryStructure>getStopTimetableDelivery()Gets the value of the stopTimetableDelivery property.List<VehicleMonitoringDeliveryStructure>getVehicleMonitoringDelivery()Delviery for Vehicle Activity Service Gets the value of the vehicleMonitoringDelivery property.
-
-
-
Field Detail
-
productionTimetableDelivery
protected List<ProductionTimetableDeliveryStructure> productionTimetableDelivery
-
estimatedTimetableDelivery
protected List<EstimatedTimetableDeliveryStructure> estimatedTimetableDelivery
-
stopTimetableDelivery
protected List<StopTimetableDeliveryStructure> stopTimetableDelivery
-
stopMonitoringDelivery
protected List<StopMonitoringDeliveryStructure> stopMonitoringDelivery
-
vehicleMonitoringDelivery
protected List<VehicleMonitoringDeliveryStructure> vehicleMonitoringDelivery
-
connectionTimetableDelivery
protected List<ConnectionTimetableDeliveryStructure> connectionTimetableDelivery
-
connectionMonitoringFeederDelivery
protected List<ConnectionMonitoringFeederDeliveryStructure> connectionMonitoringFeederDelivery
-
connectionMonitoringDistributorDelivery
protected List<ConnectionMonitoringDistributorDeliveryStructure> connectionMonitoringDistributorDelivery
-
generalMessageDelivery
protected List<GeneralMessageDeliveryStructure> generalMessageDelivery
-
-
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 Jakarta XML Binding object. This is why there is not a
setmethod 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 Jakarta XML Binding object. This is why there is not a
setmethod 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
-
-