Package uk.org.siri.siri20
Class ServiceJourneyInterchangeStructure
- java.lang.Object
-
- uk.org.siri.siri20.AbstractServiceJourneyInterchangeStructure
-
- uk.org.siri.siri20.ServiceJourneyInterchangeStructure
-
- All Implemented Interfaces:
Serializable
public class ServiceJourneyInterchangeStructure extends AbstractServiceJourneyInterchangeStructure implements Serializable
A planned SERVICE JOURNEY INTERCHANGE between two journeys. +SIRI v2.0Java class for ServiceJourneyInterchangeStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceJourneyInterchangeStructure"> <complexContent> <restriction base="{http://www.siri.org.uk/siri}AbstractServiceJourneyInterchangeStructure"> <sequence> <element name="InterchangeCode" type="{http://www.siri.org.uk/siri}InterchangeCodeType" minOccurs="0"/> <element name="ConnectionLinkRef" type="{http://www.siri.org.uk/siri}ConnectionLinkRefStructure" minOccurs="0"/> <element name="FeederRef" type="{http://www.siri.org.uk/siri}ConnectingJourneyRefStructure"/> <element name="FeederArrivalStopRef" type="{http://www.siri.org.uk/siri}StopPointRefStructure"/> <element name="FeederVisitNumber" type="{http://www.siri.org.uk/siri}VisitNumberType" minOccurs="0"/> <element name="DistributorRef" type="{http://www.siri.org.uk/siri}ConnectingJourneyRefStructure"/> <element name="DistributorDepartureStopRef" type="{http://www.siri.org.uk/siri}StopPointRefStructure"/> <element name="DistributorVisitNumber" type="{http://www.siri.org.uk/siri}VisitNumberType" 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.siri20.AbstractServiceJourneyInterchangeStructure
advertised, connectionLinkRef, distributorDepartureStopRef, distributorRef, distributorVisitNumber, extensions, feederArrivalStopRef, feederRef, feederVisitNumber, guaranteed, interchangeCode, maximumAutomaticWaitTime, maximumTransferTime, maximumWaitTime, minimumTransferTime, standardTransferTime, standardWaitTime, staySeated
-
-
Constructor Summary
Constructors Constructor Description ServiceJourneyInterchangeStructure()
-
Method Summary
-
Methods inherited from class uk.org.siri.siri20.AbstractServiceJourneyInterchangeStructure
getConnectionLinkRef, getDistributorDepartureStopRef, getDistributorRef, getDistributorVisitNumber, getExtensions, getFeederArrivalStopRef, getFeederRef, getFeederVisitNumber, getInterchangeCode, getMaximumAutomaticWaitTime, getMaximumTransferTime, getMaximumWaitTime, getMinimumTransferTime, getStandardTransferTime, getStandardWaitTime, isAdvertised, isGuaranteed, isStaySeated, setAdvertised, setConnectionLinkRef, setDistributorDepartureStopRef, setDistributorRef, setDistributorVisitNumber, setExtensions, setFeederArrivalStopRef, setFeederRef, setFeederVisitNumber, setGuaranteed, setInterchangeCode, setMaximumAutomaticWaitTime, setMaximumTransferTime, setMaximumWaitTime, setMinimumTransferTime, setStandardTransferTime, setStandardWaitTime, setStaySeated
-
-