Class StopMonitoringFilterStructure

  • All Implemented Interfaces:
    Serializable

    public class StopMonitoringFilterStructure
    extends Object
    implements Serializable
    Type for an individual Stop Monitoring a Multiple Request.

    Java class for StopMonitoringFilterStructure complex type.

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

     <complexType name="StopMonitoringFilterStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://www.siri.org.uk/siri}StopMonitoringTopicGroup"/>
             <group ref="{http://www.siri.org.uk/siri}StopMonitoringRequestPolicyGroup"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • StopMonitoringFilterStructure

        public StopMonitoringFilterStructure()
    • Method Detail

      • getPreviewInterval

        public Duration getPreviewInterval()
        Gets the value of the previewInterval property.
        Returns:
        possible object is String
      • setPreviewInterval

        public void setPreviewInterval​(Duration value)
        Sets the value of the previewInterval property.
        Parameters:
        value - allowed object is String
      • getStartTime

        public ZonedDateTime getStartTime()
        Gets the value of the startTime property.
        Returns:
        possible object is String
      • setStartTime

        public void setStartTime​(ZonedDateTime value)
        Sets the value of the startTime property.
        Parameters:
        value - allowed object is String
      • getLineRef

        public LineRef getLineRef()
        Gets the value of the lineRef property.
        Returns:
        possible object is LineRef
      • setLineRef

        public void setLineRef​(LineRef value)
        Sets the value of the lineRef property.
        Parameters:
        value - allowed object is LineRef
      • getDestinationRef

        public DestinationRef getDestinationRef()
        Gets the value of the destinationRef property.
        Returns:
        possible object is DestinationRef
      • setDestinationRef

        public void setDestinationRef​(DestinationRef value)
        Sets the value of the destinationRef property.
        Parameters:
        value - allowed object is DestinationRef
      • getLanguages

        public List<String> getLanguages()
        Gets the value of the languages 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 languages property.

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

            getLanguages().add(newItem);
         

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

      • isIncludeTranslations

        public Boolean isIncludeTranslations()
        Gets the value of the includeTranslations property.
        Returns:
        possible object is Boolean
      • setIncludeTranslations

        public void setIncludeTranslations​(Boolean value)
        Sets the value of the includeTranslations property.
        Parameters:
        value - allowed object is Boolean
      • getMaximumStopVisits

        public BigInteger getMaximumStopVisits()
        Gets the value of the maximumStopVisits property.
        Returns:
        possible object is BigInteger
      • setMaximumStopVisits

        public void setMaximumStopVisits​(BigInteger value)
        Sets the value of the maximumStopVisits property.
        Parameters:
        value - allowed object is BigInteger
      • getMinimumStopVisitsPerLineVia

        public BigInteger getMinimumStopVisitsPerLineVia()
        Gets the value of the minimumStopVisitsPerLineVia property.
        Returns:
        possible object is BigInteger
      • setMinimumStopVisitsPerLineVia

        public void setMinimumStopVisitsPerLineVia​(BigInteger value)
        Sets the value of the minimumStopVisitsPerLineVia property.
        Parameters:
        value - allowed object is BigInteger
      • getMinimumStopVisitsPerLine

        public BigInteger getMinimumStopVisitsPerLine()
        Gets the value of the minimumStopVisitsPerLine property.
        Returns:
        possible object is BigInteger
      • setMinimumStopVisitsPerLine

        public void setMinimumStopVisitsPerLine​(BigInteger value)
        Sets the value of the minimumStopVisitsPerLine property.
        Parameters:
        value - allowed object is BigInteger
      • getMaximumTextLength

        public BigInteger getMaximumTextLength()
        Gets the value of the maximumTextLength property.
        Returns:
        possible object is BigInteger
      • setMaximumTextLength

        public void setMaximumTextLength​(BigInteger value)
        Sets the value of the maximumTextLength property.
        Parameters:
        value - allowed object is BigInteger
      • isIncludeSituations

        public Boolean isIncludeSituations()
        Gets the value of the includeSituations property.
        Returns:
        possible object is Boolean
      • setIncludeSituations

        public void setIncludeSituations​(Boolean value)
        Sets the value of the includeSituations property.
        Parameters:
        value - allowed object is Boolean
      • getExtensions

        public Extensions getExtensions()
        Gets the value of the extensions property.
        Returns:
        possible object is Extensions
      • setExtensions

        public void setExtensions​(Extensions value)
        Sets the value of the extensions property.
        Parameters:
        value - allowed object is Extensions