Class ConnectionMonitoringDeliveriesStructure
- java.lang.Object
-
- uk.org.siri.siri14.ConnectionMonitoringDeliveriesStructure
-
- All Implemented Interfaces:
Serializable
public class ConnectionMonitoringDeliveriesStructure extends Object implements Serializable
Type for Deliveries for Connection Monitoring Service. Used in WSDL.Java class for ConnectionMonitoringDeliveriesStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectionMonitoringDeliveriesStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{http://www.siri.org.uk/siri}ConnectionMonitoringFeederDelivery" maxOccurs="unbounded"/> <element ref="{http://www.siri.org.uk/siri}ConnectionMonitoringDistributorDelivery" maxOccurs="unbounded"/> </choice> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected List<ConnectionMonitoringDistributorDeliveryStructure>connectionMonitoringDistributorDeliveriesprotected List<ConnectionMonitoringFeederDeliveryStructure>connectionMonitoringFeederDeliveries
-
Constructor Summary
Constructors Constructor Description ConnectionMonitoringDeliveriesStructure()
-
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.
-
-
-
Field Detail
-
connectionMonitoringDistributorDeliveries
protected List<ConnectionMonitoringDistributorDeliveryStructure> connectionMonitoringDistributorDeliveries
-
connectionMonitoringFeederDeliveries
protected List<ConnectionMonitoringFeederDeliveryStructure> connectionMonitoringFeederDeliveries
-
-
Method Detail
-
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 JAXB 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 JAXB 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
-
-