![JAR search and dependency download from the Maven repository](/logo.png)
uk.org.siri.siri20.SiriServiceDeliveryStructure Maven / Gradle / Ivy
Show all versions of siri-java-model Show documentation
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.2
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2025.01.07 at 02:19:39 PM UTC
//
package uk.org.siri.siri20;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlType;
/**
* 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">
* <choice>
* <group ref="{http://www.siri.org.uk/siri}SiriServiceDeliveryGroup"/>
* </choice>
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "SiriServiceDeliveryStructure", propOrder = {
"situationExchangeDeliveries",
"includedSituationExchangeDeliveries",
"facilityMonitoringDeliveries",
"generalMessageDeliveries",
"connectionMonitoringDistributorDeliveries",
"connectionMonitoringFeederDeliveries",
"connectionTimetableDeliveries",
"vehicleMonitoringDeliveries",
"stopMonitoringDeliveries",
"stopTimetableDeliveries",
"estimatedTimetableDeliveries",
"productionTimetableDeliveries"
})
public class SiriServiceDeliveryStructure
implements Serializable
{
@XmlElement(name = "SituationExchangeDelivery")
protected List situationExchangeDeliveries;
@XmlElement(name = "IncludedSituationExchangeDelivery")
protected List includedSituationExchangeDeliveries;
@XmlElement(name = "FacilityMonitoringDelivery")
protected List facilityMonitoringDeliveries;
@XmlElement(name = "GeneralMessageDelivery")
protected List generalMessageDeliveries;
@XmlElement(name = "ConnectionMonitoringDistributorDelivery")
protected List connectionMonitoringDistributorDeliveries;
@XmlElement(name = "ConnectionMonitoringFeederDelivery")
protected List connectionMonitoringFeederDeliveries;
@XmlElement(name = "ConnectionTimetableDelivery")
protected List connectionTimetableDeliveries;
@XmlElement(name = "VehicleMonitoringDelivery")
protected List vehicleMonitoringDeliveries;
@XmlElement(name = "StopMonitoringDelivery")
protected List stopMonitoringDeliveries;
@XmlElement(name = "StopTimetableDelivery")
protected List stopTimetableDeliveries;
@XmlElement(name = "EstimatedTimetableDelivery")
protected List estimatedTimetableDeliveries;
@XmlElement(name = "ProductionTimetableDelivery")
protected List productionTimetableDeliveries;
/**
* 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 set
method 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
* {@link SituationExchangeDeliveryStructure }
*
*
*/
public List getSituationExchangeDeliveries() {
if (situationExchangeDeliveries == null) {
situationExchangeDeliveries = new ArrayList();
}
return this.situationExchangeDeliveries;
}
/**
* Gets the value of the includedSituationExchangeDeliveries 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 includedSituationExchangeDeliveries property.
*
*
* For example, to add a new item, do as follows:
*
* getIncludedSituationExchangeDeliveries().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link SituationExchangeDeliveryStructure }
*
*
*/
public List getIncludedSituationExchangeDeliveries() {
if (includedSituationExchangeDeliveries == null) {
includedSituationExchangeDeliveries = new ArrayList();
}
return this.includedSituationExchangeDeliveries;
}
/**
* 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 set
method 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
* {@link FacilityMonitoringDeliveryStructure }
*
*
*/
public List getFacilityMonitoringDeliveries() {
if (facilityMonitoringDeliveries == null) {
facilityMonitoringDeliveries = new ArrayList();
}
return this.facilityMonitoringDeliveries;
}
/**
* 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 set
method 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
* {@link GeneralMessageDeliveryStructure }
*
*
*/
public List getGeneralMessageDeliveries() {
if (generalMessageDeliveries == null) {
generalMessageDeliveries = new ArrayList();
}
return this.generalMessageDeliveries;
}
/**
* 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 set
method 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
* {@link ConnectionMonitoringDistributorDeliveryStructure }
*
*
*/
public List getConnectionMonitoringDistributorDeliveries() {
if (connectionMonitoringDistributorDeliveries == null) {
connectionMonitoringDistributorDeliveries = new ArrayList();
}
return this.connectionMonitoringDistributorDeliveries;
}
/**
* 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 set
method 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
* {@link ConnectionMonitoringFeederDeliveryStructure }
*
*
*/
public List getConnectionMonitoringFeederDeliveries() {
if (connectionMonitoringFeederDeliveries == null) {
connectionMonitoringFeederDeliveries = new ArrayList();
}
return this.connectionMonitoringFeederDeliveries;
}
/**
* 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 set
method 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
* {@link ConnectionTimetableDeliveryStructure }
*
*
*/
public List getConnectionTimetableDeliveries() {
if (connectionTimetableDeliveries == null) {
connectionTimetableDeliveries = new ArrayList();
}
return this.connectionTimetableDeliveries;
}
/**
* 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 set
method 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
* {@link VehicleMonitoringDeliveryStructure }
*
*
*/
public List getVehicleMonitoringDeliveries() {
if (vehicleMonitoringDeliveries == null) {
vehicleMonitoringDeliveries = new ArrayList();
}
return this.vehicleMonitoringDeliveries;
}
/**
* 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 set
method 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
* {@link StopMonitoringDeliveryStructure }
*
*
*/
public List getStopMonitoringDeliveries() {
if (stopMonitoringDeliveries == null) {
stopMonitoringDeliveries = new ArrayList();
}
return this.stopMonitoringDeliveries;
}
/**
* 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 set
method 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
* {@link StopTimetableDeliveryStructure }
*
*
*/
public List getStopTimetableDeliveries() {
if (stopTimetableDeliveries == null) {
stopTimetableDeliveries = new ArrayList();
}
return this.stopTimetableDeliveries;
}
/**
* 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 set
method 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
* {@link EstimatedTimetableDeliveryStructure }
*
*
*/
public List getEstimatedTimetableDeliveries() {
if (estimatedTimetableDeliveries == null) {
estimatedTimetableDeliveries = new ArrayList();
}
return this.estimatedTimetableDeliveries;
}
/**
* 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 set
method 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
* {@link ProductionTimetableDeliveryStructure }
*
*
*/
public List getProductionTimetableDeliveries() {
if (productionTimetableDeliveries == null) {
productionTimetableDeliveries = new ArrayList();
}
return this.productionTimetableDeliveries;
}
}