Package uk.org.siri.siri20
Class ToServiceJourneyInterchangeStructure
- java.lang.Object
-
- uk.org.siri.siri20.AbstractServiceJourneyInterchangeStructure
-
- uk.org.siri.siri20.ToServiceJourneyInterchangeStructure
-
- All Implemented Interfaces:
Serializable
public class ToServiceJourneyInterchangeStructure extends AbstractServiceJourneyInterchangeStructure implements Serializable
A planned SERVICE JOURNEY INTERCHANGE to a journey. +SIRI v2.0Java class for ToServiceJourneyInterchangeStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ToServiceJourneyInterchangeStructure"> <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" maxOccurs="0" minOccurs="0"/> <element name="FeederArrivalStopRef" type="{http://www.siri.org.uk/siri}StopPointRefStructure" maxOccurs="0" minOccurs="0"/> <element name="FeederVisitNumber" type="{http://www.siri.org.uk/siri}VisitNumberType" maxOccurs="0" 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 ToServiceJourneyInterchangeStructure()
-
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
-
-