Class StopMonitoringMultipleRequestStructure

  • All Implemented Interfaces:
    Serializable

    public class StopMonitoringMultipleRequestStructure
    extends AbstractFunctionalServiceRequestStructure
    implements Serializable
    Type for Functional Service Request for Stop Monitoring Service on multiple stops.

    Java class for StopMonitoringMultipleRequestStructure complex type.

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

     <complexType name="StopMonitoringMultipleRequestStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractFunctionalServiceRequestStructure">
           <sequence>
             <element name="StopMonitoringFIlter" type="{http://www.siri.org.uk/siri}StopMonitoringFilterStructure" maxOccurs="unbounded"/>
           </sequence>
           <attribute name="version" type="{http://www.siri.org.uk/siri}VersionString" default="2.1" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • StopMonitoringMultipleRequestStructure

        public StopMonitoringMultipleRequestStructure()
    • Method Detail

      • getStopMonitoringFIlters

        public List<StopMonitoringFilterStructure> getStopMonitoringFIlters()
        Gets the value of the stopMonitoringFIlters 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 stopMonitoringFIlters property.

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

            getStopMonitoringFIlters().add(newItem);
         

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

      • getVersion

        public String getVersion()
        Gets the value of the version property.
        Returns:
        possible object is String
      • setVersion

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