Class StopNotice

  • All Implemented Interfaces:
    Serializable

    public class StopNotice
    extends AbstractRequiredIdentifiedItemStructure
    implements Serializable
    Type for Notice for stop

    Java class for StopNoticeStructure complex type.

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

     <complexType name="StopNoticeStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractRequiredIdentifiedItemStructure">
           <sequence>
             <element name="MonitoringRef" type="{http://www.siri.org.uk/siri}MonitoringRefStructure"/>
             <element ref="{http://www.siri.org.uk/siri}StopPointRef" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}SituationRef" maxOccurs="unbounded" minOccurs="0"/>
             <element name="StopNote" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • StopNotice

        public StopNotice()
    • Method Detail

      • getStopPointRef

        public StopPointRef getStopPointRef()
        Gets the value of the stopPointRef property.
        Returns:
        possible object is StopPointRef
      • setStopPointRef

        public void setStopPointRef​(StopPointRef value)
        Sets the value of the stopPointRef property.
        Parameters:
        value - allowed object is StopPointRef
      • getSituationReves

        public List<SituationRef> getSituationReves()
        Gets the value of the situationReves 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 situationReves property.

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

            getSituationReves().add(newItem);
         

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

      • getStopNotes

        public List<NaturalLanguageStringStructure> getStopNotes()
        Gets the value of the stopNotes 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 stopNotes property.

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

            getStopNotes().add(newItem);
         

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

      • 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