Package uk.org.siri.siri21
Class RemovedServiceJourneyInterchangeStructure
- java.lang.Object
-
- uk.org.siri.siri21.AbstractServiceJourneyInterchangeStructure
-
- uk.org.siri.siri21.RemovedServiceJourneyInterchangeStructure
-
- All Implemented Interfaces:
Serializable
public class RemovedServiceJourneyInterchangeStructure extends AbstractServiceJourneyInterchangeStructure implements Serializable
Type for a previously planned SERVICE JOURNEY INTERCHANGE that a data producer wants to silently remove from the plan (because it is erroneous data). Careful: Removal is different from Cancellation. +SIRI v2.1Java class for RemovedServiceJourneyInterchangeStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RemovedServiceJourneyInterchangeStructure"> <complexContent> <restriction base="{http://www.siri.org.uk/siri}AbstractServiceJourneyInterchangeStructure"> <sequence> <element ref="{http://www.siri.org.uk/siri}InterchangeRef"/> <element ref="{http://www.siri.org.uk/siri}ConnectionLinkRef" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}ReasonForRemoval"/> <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"/> <element ref="{http://www.siri.org.uk/siri}DistributorDepartureStopRef"/> <element ref="{http://www.siri.org.uk/siri}DistributorVisitNumber" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}DistributorStopOrder" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}AimedDepartureTimeOfDistributor" minOccurs="0"/> <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 RemovedServiceJourneyInterchangeStructure()
-
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
-
-