Package uk.org.siri.siri14
Class MonitoredFeederArrivalStructure
- java.lang.Object
-
- uk.org.siri.siri14.AbstractItemStructure
-
- uk.org.siri.siri14.AbstractIdentifiedItemStructure
-
- uk.org.siri.siri14.AbstractFeederItemStructure
-
- uk.org.siri.siri14.MonitoredFeederArrivalStructure
-
- All Implemented Interfaces:
Serializable
public class MonitoredFeederArrivalStructure extends AbstractFeederItemStructure implements Serializable
Type for Real time connection at a stop.Java class for MonitoredFeederArrivalStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MonitoredFeederArrivalStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractFeederItemStructure"> <sequence> <element name="ClearDownRef" type="{http://www.siri.org.uk/siri}ClearDownRefStructure" minOccurs="0"/> <element name="FeederJourney" type="{http://www.siri.org.uk/siri}InterchangeJourneyStructure"/> <element ref="{http://www.siri.org.uk/siri}VehicleAtStop" minOccurs="0"/> <element name="NumberOfTransferPassengers" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/> <element name="ExpectedArrivalTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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 ClearDownRefStructureclearDownRefprotected ZonedDateTimeexpectedArrivalTimeprotected Extensionsextensionsprotected InterchangeJourneyStructurefeederJourneyprotected BigIntegernumberOfTransferPassengersprotected BooleanvehicleAtStop-
Fields inherited from class uk.org.siri.siri14.AbstractFeederItemStructure
connectionLinkRef, interchangeRef, order, stopPointName, stopPointRef, visitNumber
-
Fields inherited from class uk.org.siri.siri14.AbstractIdentifiedItemStructure
itemIdentifier
-
Fields inherited from class uk.org.siri.siri14.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description MonitoredFeederArrivalStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClearDownRefStructuregetClearDownRef()Gets the value of the clearDownRef property.ZonedDateTimegetExpectedArrivalTime()Gets the value of the expectedArrivalTime property.ExtensionsgetExtensions()Gets the value of the extensions property.InterchangeJourneyStructuregetFeederJourney()Gets the value of the feederJourney property.BigIntegergetNumberOfTransferPassengers()Gets the value of the numberOfTransferPassengers property.BooleanisVehicleAtStop()Gets the value of the vehicleAtStop property.voidsetClearDownRef(ClearDownRefStructure value)Sets the value of the clearDownRef property.voidsetExpectedArrivalTime(ZonedDateTime value)Sets the value of the expectedArrivalTime property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetFeederJourney(InterchangeJourneyStructure value)Sets the value of the feederJourney property.voidsetNumberOfTransferPassengers(BigInteger value)Sets the value of the numberOfTransferPassengers property.voidsetVehicleAtStop(Boolean value)Sets the value of the vehicleAtStop property.-
Methods inherited from class uk.org.siri.siri14.AbstractFeederItemStructure
getConnectionLinkRef, getInterchangeRef, getOrder, getStopPointName, getStopPointRef, getVisitNumber, setConnectionLinkRef, setInterchangeRef, setOrder, setStopPointName, setStopPointRef, setVisitNumber
-
Methods inherited from class uk.org.siri.siri14.AbstractIdentifiedItemStructure
getItemIdentifier, setItemIdentifier
-
Methods inherited from class uk.org.siri.siri14.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
clearDownRef
protected ClearDownRefStructure clearDownRef
-
feederJourney
protected InterchangeJourneyStructure feederJourney
-
vehicleAtStop
protected Boolean vehicleAtStop
-
numberOfTransferPassengers
protected BigInteger numberOfTransferPassengers
-
expectedArrivalTime
protected ZonedDateTime expectedArrivalTime
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getClearDownRef
public ClearDownRefStructure getClearDownRef()
Gets the value of the clearDownRef property.- Returns:
- possible object is
ClearDownRefStructure
-
setClearDownRef
public void setClearDownRef(ClearDownRefStructure value)
Sets the value of the clearDownRef property.- Parameters:
value- allowed object isClearDownRefStructure
-
getFeederJourney
public InterchangeJourneyStructure getFeederJourney()
Gets the value of the feederJourney property.- Returns:
- possible object is
InterchangeJourneyStructure
-
setFeederJourney
public void setFeederJourney(InterchangeJourneyStructure value)
Sets the value of the feederJourney property.- Parameters:
value- allowed object isInterchangeJourneyStructure
-
isVehicleAtStop
public Boolean isVehicleAtStop()
Gets the value of the vehicleAtStop property.- Returns:
- possible object is
Boolean
-
setVehicleAtStop
public void setVehicleAtStop(Boolean value)
Sets the value of the vehicleAtStop property.- Parameters:
value- allowed object isBoolean
-
getNumberOfTransferPassengers
public BigInteger getNumberOfTransferPassengers()
Gets the value of the numberOfTransferPassengers property.- Returns:
- possible object is
BigInteger
-
setNumberOfTransferPassengers
public void setNumberOfTransferPassengers(BigInteger value)
Sets the value of the numberOfTransferPassengers property.- Parameters:
value- allowed object isBigInteger
-
getExpectedArrivalTime
public ZonedDateTime getExpectedArrivalTime()
Gets the value of the expectedArrivalTime property.- Returns:
- possible object is
String
-
setExpectedArrivalTime
public void setExpectedArrivalTime(ZonedDateTime value)
Sets the value of the expectedArrivalTime property.- Parameters:
value- allowed object isString
-
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
-
-