Class StoppingPositionChangedDepartureStructure

  • All Implemented Interfaces:
    Serializable

    public class StoppingPositionChangedDepartureStructure
    extends AbstractDistributorItemStructure
    implements Serializable
    Type for Change to a Distributor stop position.

    Java class for StoppingPositionChangedDepartureStructure complex type.

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

     <complexType name="StoppingPositionChangedDepartureStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}AbstractDistributorItemStructure">
           <sequence>
             <element name="ChangeNote" type="{http://www.siri.org.uk/siri}NaturalLanguagePlaceNameStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element name="NewLocation" type="{http://www.siri.org.uk/siri}LocationStructure" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • StoppingPositionChangedDepartureStructure

        public StoppingPositionChangedDepartureStructure()
    • Method Detail

      • getChangeNotes

        public List<NaturalLanguagePlaceNameStructure> getChangeNotes()
        Gets the value of the changeNotes 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 changeNotes property.

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

            getChangeNotes().add(newItem);
         

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

      • setNewLocation

        public void setNewLocation​(LocationStructure value)
        Sets the value of the newLocation property.
        Parameters:
        value - allowed object is LocationStructure
      • 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