Class 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/}ConnectionMonitoringFeederDelivery" maxOccurs="unbounded"/>
               <element ref="{http://www.siri.org.uk/}ConnectionMonitoringDistributorDelivery" maxOccurs="unbounded"/>
             </choice>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectionMonitoringDeliveriesStructure

        public ConnectionMonitoringDeliveriesStructure()
    • Method Detail

      • 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 set method 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 set method 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