Class SiriServiceDeliveryStructure
- java.lang.Object
-
- uk.org.siri.siri13.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/siri}SiriServiceDeliveryGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ConnectionMonitoringDistributorDeliveryStructure>connectionMonitoringDistributorDeliveriesprotected List<ConnectionMonitoringFeederDeliveryStructure>connectionMonitoringFeederDeliveriesprotected List<ConnectionTimetableDeliveryStructure>connectionTimetableDeliveriesprotected List<EstimatedTimetableDeliveryStructure>estimatedTimetableDeliveriesprotected List<FacilityMonitoringDeliveryStructure>facilityMonitoringDeliveriesprotected List<GeneralMessageDeliveryStructure>generalMessageDeliveriesprotected List<ProductionTimetableDeliveryStructure>productionTimetableDeliveriesprotected List<SituationExchangeDeliveryStructure>situationExchangeDeliveriesprotected List<StopMonitoringDeliveryStructure>stopMonitoringDeliveriesprotected List<StopTimetableDeliveryStructure>stopTimetableDeliveriesprotected List<VehicleMonitoringDeliveryStructure>vehicleMonitoringDeliveries
-
Constructor Summary
Constructors Constructor Description SiriServiceDeliveryStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ConnectionMonitoringDistributorDeliveryStructure>getConnectionMonitoringDistributorDeliveries()Delivery for Connection Protection Fetcher Service.Gets the value of the connectionMonitoringDistributorDeliveries property.List<ConnectionMonitoringFeederDeliveryStructure>getConnectionMonitoringFeederDeliveries()Delivery for Connection Protection Fetcher Service.Gets the value of the connectionMonitoringFeederDeliveries property.List<ConnectionTimetableDeliveryStructure>getConnectionTimetableDeliveries()Gets the value of the connectionTimetableDeliveries property.List<EstimatedTimetableDeliveryStructure>getEstimatedTimetableDeliveries()Gets the value of the estimatedTimetableDeliveries property.List<FacilityMonitoringDeliveryStructure>getFacilityMonitoringDeliveries()Gets the value of the facilityMonitoringDeliveries property.List<GeneralMessageDeliveryStructure>getGeneralMessageDeliveries()Delivery for general Message service.Gets the value of the generalMessageDeliveries property.List<ProductionTimetableDeliveryStructure>getProductionTimetableDeliveries()Gets the value of the productionTimetableDeliveries property.List<SituationExchangeDeliveryStructure>getSituationExchangeDeliveries()Gets the value of the situationExchangeDeliveries property.List<StopMonitoringDeliveryStructure>getStopMonitoringDeliveries()Delviery for Stop Event service.Gets the value of the stopMonitoringDeliveries property.List<StopTimetableDeliveryStructure>getStopTimetableDeliveries()Gets the value of the stopTimetableDeliveries property.List<VehicleMonitoringDeliveryStructure>getVehicleMonitoringDeliveries()Delviery for Vehicle Activity Service Gets the value of the vehicleMonitoringDeliveries property.
-
-
-
Field Detail
-
situationExchangeDeliveries
protected List<SituationExchangeDeliveryStructure> situationExchangeDeliveries
-
facilityMonitoringDeliveries
protected List<FacilityMonitoringDeliveryStructure> facilityMonitoringDeliveries
-
generalMessageDeliveries
protected List<GeneralMessageDeliveryStructure> generalMessageDeliveries
-
connectionMonitoringDistributorDeliveries
protected List<ConnectionMonitoringDistributorDeliveryStructure> connectionMonitoringDistributorDeliveries
-
connectionMonitoringFeederDeliveries
protected List<ConnectionMonitoringFeederDeliveryStructure> connectionMonitoringFeederDeliveries
-
connectionTimetableDeliveries
protected List<ConnectionTimetableDeliveryStructure> connectionTimetableDeliveries
-
vehicleMonitoringDeliveries
protected List<VehicleMonitoringDeliveryStructure> vehicleMonitoringDeliveries
-
stopMonitoringDeliveries
protected List<StopMonitoringDeliveryStructure> stopMonitoringDeliveries
-
stopTimetableDeliveries
protected List<StopTimetableDeliveryStructure> stopTimetableDeliveries
-
estimatedTimetableDeliveries
protected List<EstimatedTimetableDeliveryStructure> estimatedTimetableDeliveries
-
productionTimetableDeliveries
protected List<ProductionTimetableDeliveryStructure> productionTimetableDeliveries
-
-
Method Detail
-
getSituationExchangeDeliveries
public List<SituationExchangeDeliveryStructure> getSituationExchangeDeliveries()
Gets the value of the situationExchangeDeliveries 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 situationExchangeDeliveries property.For example, to add a new item, do as follows:
getSituationExchangeDeliveries().add(newItem);Objects of the following type(s) are allowed in the list
SituationExchangeDeliveryStructure
-
getFacilityMonitoringDeliveries
public List<FacilityMonitoringDeliveryStructure> getFacilityMonitoringDeliveries()
Gets the value of the facilityMonitoringDeliveries 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 facilityMonitoringDeliveries property.For example, to add a new item, do as follows:
getFacilityMonitoringDeliveries().add(newItem);Objects of the following type(s) are allowed in the list
FacilityMonitoringDeliveryStructure
-
getGeneralMessageDeliveries
public List<GeneralMessageDeliveryStructure> getGeneralMessageDeliveries()
Delivery for general Message service.Gets the value of the generalMessageDeliveries 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 generalMessageDeliveries property.For example, to add a new item, do as follows:
getGeneralMessageDeliveries().add(newItem);Objects of the following type(s) are allowed in the list
GeneralMessageDeliveryStructure
-
getConnectionMonitoringDistributorDeliveries
public List<ConnectionMonitoringDistributorDeliveryStructure> getConnectionMonitoringDistributorDeliveries()
Delivery for Connection Protection Fetcher Service.Gets the value of the connectionMonitoringDistributorDeliveries 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 connectionMonitoringDistributorDeliveries property.For example, to add a new item, do as follows:
getConnectionMonitoringDistributorDeliveries().add(newItem);Objects of the following type(s) are allowed in the list
ConnectionMonitoringDistributorDeliveryStructure
-
getConnectionMonitoringFeederDeliveries
public List<ConnectionMonitoringFeederDeliveryStructure> getConnectionMonitoringFeederDeliveries()
Delivery for Connection Protection Fetcher Service.Gets the value of the connectionMonitoringFeederDeliveries 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 connectionMonitoringFeederDeliveries property.For example, to add a new item, do as follows:
getConnectionMonitoringFeederDeliveries().add(newItem);Objects of the following type(s) are allowed in the list
ConnectionMonitoringFeederDeliveryStructure
-
getConnectionTimetableDeliveries
public List<ConnectionTimetableDeliveryStructure> getConnectionTimetableDeliveries()
Gets the value of the connectionTimetableDeliveries 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 connectionTimetableDeliveries property.For example, to add a new item, do as follows:
getConnectionTimetableDeliveries().add(newItem);Objects of the following type(s) are allowed in the list
ConnectionTimetableDeliveryStructure
-
getVehicleMonitoringDeliveries
public List<VehicleMonitoringDeliveryStructure> getVehicleMonitoringDeliveries()
Delviery for Vehicle Activity Service Gets the value of the vehicleMonitoringDeliveries 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 vehicleMonitoringDeliveries property.For example, to add a new item, do as follows:
getVehicleMonitoringDeliveries().add(newItem);Objects of the following type(s) are allowed in the list
VehicleMonitoringDeliveryStructure
-
getStopMonitoringDeliveries
public List<StopMonitoringDeliveryStructure> getStopMonitoringDeliveries()
Delviery for Stop Event service.Gets the value of the stopMonitoringDeliveries 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 stopMonitoringDeliveries property.For example, to add a new item, do as follows:
getStopMonitoringDeliveries().add(newItem);Objects of the following type(s) are allowed in the list
StopMonitoringDeliveryStructure
-
getStopTimetableDeliveries
public List<StopTimetableDeliveryStructure> getStopTimetableDeliveries()
Gets the value of the stopTimetableDeliveries 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 stopTimetableDeliveries property.For example, to add a new item, do as follows:
getStopTimetableDeliveries().add(newItem);Objects of the following type(s) are allowed in the list
StopTimetableDeliveryStructure
-
getEstimatedTimetableDeliveries
public List<EstimatedTimetableDeliveryStructure> getEstimatedTimetableDeliveries()
Gets the value of the estimatedTimetableDeliveries 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 estimatedTimetableDeliveries property.For example, to add a new item, do as follows:
getEstimatedTimetableDeliveries().add(newItem);Objects of the following type(s) are allowed in the list
EstimatedTimetableDeliveryStructure
-
getProductionTimetableDeliveries
public List<ProductionTimetableDeliveryStructure> getProductionTimetableDeliveries()
Gets the value of the productionTimetableDeliveries 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 productionTimetableDeliveries property.For example, to add a new item, do as follows:
getProductionTimetableDeliveries().add(newItem);Objects of the following type(s) are allowed in the list
ProductionTimetableDeliveryStructure
-
-