Class ServiceJourneyInterchangeStructure

  • All Implemented Interfaces:
    Serializable

    public class ServiceJourneyInterchangeStructure
    extends AbstractServiceJourneyInterchangeStructure
    implements Serializable
    A planned SERVICE JOURNEY INTERCHANGE between two journeys. +SIRI v2.0

    Java 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
    • Constructor Detail

      • ServiceJourneyInterchangeStructure

        public ServiceJourneyInterchangeStructure()