Class RemovedDatedVehicleJourneyStructure

  • All Implemented Interfaces:
    Serializable

    public class RemovedDatedVehicleJourneyStructure
    extends Object
    implements Serializable
    Type for previously planned VEHICLE JOURNEY that is removed from the data producer when using incremental updates. +SIRI v2.1

    Java class for RemovedDatedVehicleJourneyStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="RemovedDatedVehicleJourneyStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="FramedVehicleJourneyRef" type="{http://www.siri.org.uk/siri}FramedVehicleJourneyRefStructure"/>
             <element name="DatedVehicleJourneyIndirectRef" type="{http://www.siri.org.uk/siri}DatedVehicleJourneyIndirectRefStructure" minOccurs="0"/>
             <element name="TrainNumbers" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="TrainNumberRef" type="{http://www.siri.org.uk/siri}TrainNumberRefStructure" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element ref="{http://www.siri.org.uk/siri}ReasonForRemoval"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form