Package uk.org.siri.siri20
Class TimetabledFeederArrivalStructure
- java.lang.Object
-
- uk.org.siri.siri20.AbstractItemStructure
-
- uk.org.siri.siri20.AbstractIdentifiedItemStructure
-
- uk.org.siri.siri20.AbstractFeederItemStructure
-
- uk.org.siri.siri20.TimetabledFeederArrivalStructure
-
- All Implemented Interfaces:
Serializable
public class TimetabledFeederArrivalStructure extends AbstractFeederItemStructure implements Serializable
Type for incoming visit by feeder journey to SERVICE JOURNEY NTERCHANGEJava class for TimetabledFeederArrivalStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimetabledFeederArrivalStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractFeederItemStructure"> <sequence> <element name="FeederJourney" type="{http://www.siri.org.uk/siri}InterchangeJourneyStructure"/> <element name="AimedArrivalTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <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 ZonedDateTimeaimedArrivalTimeprotected Extensionsextensionsprotected InterchangeJourneyStructurefeederJourney-
Fields inherited from class uk.org.siri.siri20.AbstractFeederItemStructure
connectionLinkRef, interchangeRef, order, stopPointNames, stopPointRef, validUntilTime, visitNumber
-
Fields inherited from class uk.org.siri.siri20.AbstractIdentifiedItemStructure
itemIdentifier
-
Fields inherited from class uk.org.siri.siri20.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description TimetabledFeederArrivalStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetAimedArrivalTime()Gets the value of the aimedArrivalTime property.ExtensionsgetExtensions()Gets the value of the extensions property.InterchangeJourneyStructuregetFeederJourney()Gets the value of the feederJourney property.voidsetAimedArrivalTime(ZonedDateTime value)Sets the value of the aimedArrivalTime property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetFeederJourney(InterchangeJourneyStructure value)Sets the value of the feederJourney property.-
Methods inherited from class uk.org.siri.siri20.AbstractFeederItemStructure
getConnectionLinkRef, getInterchangeRef, getOrder, getStopPointNames, getStopPointRef, getValidUntilTime, getVisitNumber, setConnectionLinkRef, setInterchangeRef, setOrder, setStopPointRef, setValidUntilTime, setVisitNumber
-
Methods inherited from class uk.org.siri.siri20.AbstractIdentifiedItemStructure
getItemIdentifier, setItemIdentifier
-
Methods inherited from class uk.org.siri.siri20.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
feederJourney
protected InterchangeJourneyStructure feederJourney
-
aimedArrivalTime
protected ZonedDateTime aimedArrivalTime
-
extensions
protected Extensions extensions
-
-
Method Detail
-
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
-
getAimedArrivalTime
public ZonedDateTime getAimedArrivalTime()
Gets the value of the aimedArrivalTime property.- Returns:
- possible object is
String
-
setAimedArrivalTime
public void setAimedArrivalTime(ZonedDateTime value)
Sets the value of the aimedArrivalTime 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
-
-