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