Class ServiceDeliveryStructure
- java.lang.Object
-
- uk.org.siri.siri10.ProducerResponseStructure
-
- uk.org.siri.siri10.ServiceDeliveryStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ServiceDelivery
public class ServiceDeliveryStructure extends ProducerResponseStructure implements Serializable
Type for SIRI Service Delivery type.Java class for ServiceDeliveryStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceDeliveryStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}ProducerResponseStructure"> <sequence> <group ref="{http://www.siri.org.uk/}ServiceDeliveryRequestStatusGroup"/> <element name="MoreData" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <group ref="{http://www.siri.org.uk/}SiriServiceDeliveryGroup"/> </sequence> <attribute name="srsName" type="{http://www.siri.org.uk/}SrsNameType" /> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceDeliveryStructure.ErrorConditionJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<ConnectionMonitoringDistributorDeliveryStructure>connectionMonitoringDistributorDeliveryprotected List<ConnectionMonitoringFeederDeliveryStructure>connectionMonitoringFeederDeliveryprotected List<ConnectionTimetableDeliveryStructure>connectionTimetableDeliveryprotected ServiceDeliveryStructure.ErrorConditionerrorConditionprotected List<EstimatedTimetableDeliveryStructure>estimatedTimetableDeliveryprotected List<GeneralMessageDeliveryStructure>generalMessageDeliveryprotected BooleanmoreDataprotected List<ProductionTimetableDeliveryStructure>productionTimetableDeliveryprotected StringsrsNameprotected Booleanstatusprotected List<StopMonitoringDeliveryStructure>stopMonitoringDeliveryprotected List<StopTimetableDeliveryStructure>stopTimetableDeliveryprotected List<VehicleMonitoringDeliveryStructure>vehicleMonitoringDelivery-
Fields inherited from class uk.org.siri.siri10.ProducerResponseStructure
address, producerRef, requestMessageRef, responseMessageIdentifier, responseTimestamp
-
-
Constructor Summary
Constructors Constructor Description ServiceDeliveryStructure()
-
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.ServiceDeliveryStructure.ErrorConditiongetErrorCondition()Gets the value of the errorCondition 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.StringgetSrsName()Gets the value of the srsName 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.BooleanisMoreData()Gets the value of the moreData property.BooleanisStatus()Gets the value of the status property.voidsetErrorCondition(ServiceDeliveryStructure.ErrorCondition value)Sets the value of the errorCondition property.voidsetMoreData(Boolean value)Sets the value of the moreData property.voidsetSrsName(String value)Sets the value of the srsName property.voidsetStatus(Boolean value)Sets the value of the status property.-
Methods inherited from class uk.org.siri.siri10.ProducerResponseStructure
getAddress, getProducerRef, getRequestMessageRef, getResponseMessageIdentifier, getResponseTimestamp, setAddress, setProducerRef, setRequestMessageRef, setResponseMessageIdentifier, setResponseTimestamp
-
-
-
-
Field Detail
-
status
protected Boolean status
-
errorCondition
protected ServiceDeliveryStructure.ErrorCondition errorCondition
-
moreData
protected Boolean moreData
-
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
-
srsName
protected String srsName
-
-
Method Detail
-
isStatus
public Boolean isStatus()
Gets the value of the status property.- Returns:
- possible object is
Boolean
-
setStatus
public void setStatus(Boolean value)
Sets the value of the status property.- Parameters:
value- allowed object isBoolean
-
getErrorCondition
public ServiceDeliveryStructure.ErrorCondition getErrorCondition()
Gets the value of the errorCondition property.- Returns:
- possible object is
ServiceDeliveryStructure.ErrorCondition
-
setErrorCondition
public void setErrorCondition(ServiceDeliveryStructure.ErrorCondition value)
Sets the value of the errorCondition property.- Parameters:
value- allowed object isServiceDeliveryStructure.ErrorCondition
-
isMoreData
public Boolean isMoreData()
Gets the value of the moreData property.- Returns:
- possible object is
Boolean
-
setMoreData
public void setMoreData(Boolean value)
Sets the value of the moreData property.- Parameters:
value- allowed object isBoolean
-
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
-
getSrsName
public String getSrsName()
Gets the value of the srsName property.- Returns:
- possible object is
String
-
-