Class VehicleMonitoringDeliveriesStructure

  • All Implemented Interfaces:
    Serializable

    public class VehicleMonitoringDeliveriesStructure
    extends Object
    implements Serializable
    Type for Deliveries for vehicle monitoring services Used in WSDL.

    Java class for VehicleMonitoringDeliveriesStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="VehicleMonitoringDeliveriesStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://www.siri.org.uk/siri}VehicleMonitoringDelivery" maxOccurs="unbounded"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • VehicleMonitoringDeliveriesStructure

        public VehicleMonitoringDeliveriesStructure()
    • Method Detail

      • 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 JAXB 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 VehicleMonitoringDeliveryStructure