Class StopLineNotice

  • All Implemented Interfaces:
    Serializable

    public class StopLineNotice
    extends AbstractIdentifiedItemStructure
    implements Serializable
    Type for a Stop Line Notice.

    Java class for StopLineNoticeStructure complex type.

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

     <complexType name="StopLineNoticeStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractIdentifiedItemStructure">
           <sequence>
             <element name="MonitoringRef" type="{http://www.siri.org.uk/siri}MonitoringRefStructure"/>
             <group ref="{http://www.siri.org.uk/siri}LineIdentityGroup"/>
             <element name="PublishedLineName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="LineNote" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="DeliveryVariant" type="{http://www.siri.org.uk/siri}DeliveryVariantStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}SituationRef" 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

      • StopLineNotice

        public StopLineNotice()
    • Method Detail

      • 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
      • getPublishedLineNames

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

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

            getPublishedLineNames().add(newItem);
         

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

      • getLineNotes

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

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

            getLineNotes().add(newItem);
         

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

      • getDeliveryVariants

        public List<DeliveryVariantStructure> getDeliveryVariants()
        Gets the value of the deliveryVariants 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 deliveryVariants property.

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

            getDeliveryVariants().add(newItem);
         

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

      • 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

      • 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