Package uk.org.siri.siri21
Class StoppingPositionChangedDepartureStructure
- java.lang.Object
-
- uk.org.siri.siri21.AbstractItemStructure
-
- uk.org.siri.siri21.AbstractDistributorItemStructure
-
- uk.org.siri.siri21.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
-
-
Field Summary
Fields Modifier and Type Field Description protected List<NaturalLanguagePlaceNameStructure>changeNotesprotected Extensionsextensionsprotected LocationStructurenewLocation-
Fields inherited from class uk.org.siri.siri21.AbstractDistributorItemStructure
connectionLinkRef, distributorJourney, distributorOrder, distributorVisitNumber, feederVehicleJourneyReves, interchangeRef, stopPointRef
-
Fields inherited from class uk.org.siri.siri21.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description StoppingPositionChangedDepartureStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NaturalLanguagePlaceNameStructure>getChangeNotes()Gets the value of the changeNotes property.ExtensionsgetExtensions()Gets the value of the extensions property.LocationStructuregetNewLocation()Gets the value of the newLocation property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetNewLocation(LocationStructure value)Sets the value of the newLocation property.-
Methods inherited from class uk.org.siri.siri21.AbstractDistributorItemStructure
getConnectionLinkRef, getDistributorJourney, getDistributorOrder, getDistributorVisitNumber, getFeederVehicleJourneyReves, getInterchangeRef, getStopPointRef, setConnectionLinkRef, setDistributorJourney, setDistributorOrder, setDistributorVisitNumber, setInterchangeRef, setStopPointRef
-
Methods inherited from class uk.org.siri.siri21.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
changeNotes
protected List<NaturalLanguagePlaceNameStructure> changeNotes
-
newLocation
protected LocationStructure newLocation
-
extensions
protected Extensions extensions
-
-
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
setmethod 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
-
getNewLocation
public LocationStructure getNewLocation()
Gets the value of the newLocation property.- Returns:
- possible object is
LocationStructure
-
setNewLocation
public void setNewLocation(LocationStructure value)
Sets the value of the newLocation property.- Parameters:
value- allowed object isLocationStructure
-
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 isExtensions
-
-