Class 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.1

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

      • RemovedServiceJourneyInterchangeStructure

        public RemovedServiceJourneyInterchangeStructure()