Package uk.org.siri.siri21
Class FromServiceJourneyInterchangeStructure
- java.lang.Object
-
- uk.org.siri.siri21.AbstractServiceJourneyInterchangeStructure
-
- uk.org.siri.siri21.FromServiceJourneyInterchangeStructure
-
- All Implemented Interfaces:
Serializable
public class FromServiceJourneyInterchangeStructure extends AbstractServiceJourneyInterchangeStructure implements Serializable
A planned SERVICE JOURNEY INTERCHANGE from a journey. +SIRI v2.0Java class for FromServiceJourneyInterchangeStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FromServiceJourneyInterchangeStructure"> <complexContent> <restriction base="{http://www.siri.org.uk/siri}AbstractServiceJourneyInterchangeStructure"> <sequence> <element ref="{http://www.siri.org.uk/siri}InterchangeCode" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}ConnectionLinkRef" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}FeederRef"/> <element ref="{http://www.siri.org.uk/siri}FeederArrivalStopRef"/> <element ref="{http://www.siri.org.uk/siri}FeederVisitNumber" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}FeederStopOrder" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}AimedArrivalTimeOfFeeder" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}DistributorRef" maxOccurs="0" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}DistributorDepartureStopRef" maxOccurs="0" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}DistributorVisitNumber" maxOccurs="0" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}DistributorStopOrder" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}AimedDepartureTimeOfDistributor" minOccurs="0"/> <group ref="{http://www.siri.org.uk/siri}InterchangePropertyGroup"/> <group ref="{http://www.siri.org.uk/siri}InterchangeTimesGroup"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class uk.org.siri.siri21.AbstractServiceJourneyInterchangeStructure
advertised, aimedArrivalTimeOfFeeder, aimedDepartureTimeOfDistributor, cancellation, connectionLinkRef, distributorDepartureStopRef, distributorRef, distributorStopOrder, distributorVisitNumber, extensions, extraInterchange, feederArrivalStopRef, feederRef, feederStopOrder, feederVisitNumber, guaranteed, interchangeCode, interchangeRef, maximumAutomaticWaitTime, maximumTransferTime, maximumWaitTime, minimumTransferTime, reasonForRemoval, standardTransferTime, standardWaitTime, staySeated
-
-
Constructor Summary
Constructors Constructor Description FromServiceJourneyInterchangeStructure()
-
Method Summary
-
Methods inherited from class uk.org.siri.siri21.AbstractServiceJourneyInterchangeStructure
getAimedArrivalTimeOfFeeder, getAimedDepartureTimeOfDistributor, getConnectionLinkRef, getDistributorDepartureStopRef, getDistributorRef, getDistributorStopOrder, getDistributorVisitNumber, getExtensions, getFeederArrivalStopRef, getFeederRef, getFeederStopOrder, getFeederVisitNumber, getInterchangeCode, getInterchangeRef, getMaximumAutomaticWaitTime, getMaximumTransferTime, getMaximumWaitTime, getMinimumTransferTime, getReasonForRemoval, getStandardTransferTime, getStandardWaitTime, isAdvertised, isCancellation, isExtraInterchange, isGuaranteed, isStaySeated, setAdvertised, setAimedArrivalTimeOfFeeder, setAimedDepartureTimeOfDistributor, setCancellation, setConnectionLinkRef, setDistributorDepartureStopRef, setDistributorRef, setDistributorStopOrder, setDistributorVisitNumber, setExtensions, setExtraInterchange, setFeederArrivalStopRef, setFeederRef, setFeederStopOrder, setFeederVisitNumber, setGuaranteed, setInterchangeCode, setInterchangeRef, setMaximumAutomaticWaitTime, setMaximumTransferTime, setMaximumWaitTime, setMinimumTransferTime, setReasonForRemoval, setStandardTransferTime, setStandardWaitTime, setStaySeated
-
-