Class TargetedVehicleJourneyStructure

  • All Implemented Interfaces:
    Serializable

    public class TargetedVehicleJourneyStructure
    extends Object
    implements Serializable
    Type for a targeted vehicle journey

    Java class for TargetedVehicleJourneyStructure complex type.

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

     <complexType name="TargetedVehicleJourneyStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://www.siri.org.uk/}JourneyIdentityGroup"/>
             <group ref="{http://www.siri.org.uk/}JourneyPatternInfoGroup"/>
             <group ref="{http://www.siri.org.uk/}VehicleJourneyInfoGroup"/>
             <element ref="{http://www.siri.org.uk/}TargetedCall" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form