Class ServiceRequestStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    ServiceRequest

    public class ServiceRequestStructure
    extends ContextualisedRequestStructure
    implements Serializable
    SIRI Service Request.

    Java class for ServiceRequestStructure complex type.

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

     <complexType name="ServiceRequestStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}ContextualisedRequestStructure">
           <group ref="{http://www.siri.org.uk/siri}SiriServiceRequestGroup"/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • ServiceRequestStructure

        public ServiceRequestStructure()
    • Method Detail

      • getSituationExchangeRequests

        public List<SituationExchangeRequestStructure> getSituationExchangeRequests()
        Gets the value of the situationExchangeRequests 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 situationExchangeRequests property.

        For example, to add a new item, do as follows:

            getSituationExchangeRequests().add(newItem);
         

        Objects of the following type(s) are allowed in the list SituationExchangeRequestStructure

      • getFacilityMonitoringRequests

        public List<FacilityMonitoringRequestStructure> getFacilityMonitoringRequests()
        Gets the value of the facilityMonitoringRequests 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 facilityMonitoringRequests property.

        For example, to add a new item, do as follows:

            getFacilityMonitoringRequests().add(newItem);
         

        Objects of the following type(s) are allowed in the list FacilityMonitoringRequestStructure

      • getGeneralMessageRequests

        public List<GeneralMessageRequestStructure> getGeneralMessageRequests()
        Gets the value of the generalMessageRequests 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 generalMessageRequests property.

        For example, to add a new item, do as follows:

            getGeneralMessageRequests().add(newItem);
         

        Objects of the following type(s) are allowed in the list GeneralMessageRequestStructure

      • getConnectionMonitoringRequests

        public List<ConnectionMonitoringRequestStructure> getConnectionMonitoringRequests()
        Gets the value of the connectionMonitoringRequests 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 connectionMonitoringRequests property.

        For example, to add a new item, do as follows:

            getConnectionMonitoringRequests().add(newItem);
         

        Objects of the following type(s) are allowed in the list ConnectionMonitoringRequestStructure

      • getConnectionTimetableRequests

        public List<ConnectionTimetableRequestStructure> getConnectionTimetableRequests()
        Gets the value of the connectionTimetableRequests 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 connectionTimetableRequests property.

        For example, to add a new item, do as follows:

            getConnectionTimetableRequests().add(newItem);
         

        Objects of the following type(s) are allowed in the list ConnectionTimetableRequestStructure

      • getVehicleMonitoringRequests

        public List<VehicleMonitoringRequestStructure> getVehicleMonitoringRequests()
        Gets the value of the vehicleMonitoringRequests 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 vehicleMonitoringRequests property.

        For example, to add a new item, do as follows:

            getVehicleMonitoringRequests().add(newItem);
         

        Objects of the following type(s) are allowed in the list VehicleMonitoringRequestStructure

      • getStopMonitoringRequests

        public List<StopMonitoringRequestStructure> getStopMonitoringRequests()
        Gets the value of the stopMonitoringRequests 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 stopMonitoringRequests property.

        For example, to add a new item, do as follows:

            getStopMonitoringRequests().add(newItem);
         

        Objects of the following type(s) are allowed in the list StopMonitoringRequestStructure

      • getStopMonitoringMultipleRequests

        public List<StopMonitoringMultipleRequestStructure> getStopMonitoringMultipleRequests()
        Gets the value of the stopMonitoringMultipleRequests 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 stopMonitoringMultipleRequests property.

        For example, to add a new item, do as follows:

            getStopMonitoringMultipleRequests().add(newItem);
         

        Objects of the following type(s) are allowed in the list StopMonitoringMultipleRequestStructure

      • getStopTimetableRequests

        public List<StopTimetableRequestStructure> getStopTimetableRequests()
        Gets the value of the stopTimetableRequests 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 stopTimetableRequests property.

        For example, to add a new item, do as follows:

            getStopTimetableRequests().add(newItem);
         

        Objects of the following type(s) are allowed in the list StopTimetableRequestStructure

      • getEstimatedTimetableRequests

        public List<EstimatedTimetableRequestStructure> getEstimatedTimetableRequests()
        Gets the value of the estimatedTimetableRequests 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 estimatedTimetableRequests property.

        For example, to add a new item, do as follows:

            getEstimatedTimetableRequests().add(newItem);
         

        Objects of the following type(s) are allowed in the list EstimatedTimetableRequestStructure

      • getProductionTimetableRequests

        public List<ProductionTimetableRequestStructure> getProductionTimetableRequests()
        Gets the value of the productionTimetableRequests 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 productionTimetableRequests property.

        For example, to add a new item, do as follows:

            getProductionTimetableRequests().add(newItem);
         

        Objects of the following type(s) are allowed in the list ProductionTimetableRequestStructure