Class 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
    • Constructor Detail

      • ServiceDeliveryStructure

        public ServiceDeliveryStructure()
    • 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 is Boolean
      • 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 is Boolean
      • 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 JAXB object. This is why there is not a set method 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 JAXB object. This is why there is not a set method 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 JAXB object. This is why there is not a set method 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 JAXB object. This is why there is not a set method 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 JAXB object. This is why there is not a set method 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 JAXB object. This is why there is not a set method 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 JAXB 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 JAXB 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

      • 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 JAXB object. This is why there is not a set method 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
      • setSrsName

        public void setSrsName​(String value)
        Sets the value of the srsName property.
        Parameters:
        value - allowed object is String