Class VehicleActivityStructure

  • All Implemented Interfaces:
    Serializable

    public class VehicleActivityStructure
    extends AbstractIdentifiedItemStructure
    implements Serializable
    Data type for a Vehicle Activity.

    Java class for VehicleActivityStructure complex type.

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

     <complexType name="VehicleActivityStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/}AbstractIdentifiedItemStructure">
           <sequence>
             <element name="ValidUntilTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="VehicleMonitoringRef" type="{http://www.siri.org.uk/}VehicleMonitoringRefStructure"/>
             <element name="ProgressBetweenStops" type="{http://www.siri.org.uk/}ProgressBetweenStopsStructure" minOccurs="0"/>
             <choice>
               <element name="MonitoredVehicleJourney">
                 <complexType>
                   <complexContent>
                     <extension base="{http://www.siri.org.uk/}MonitoredVehicleJourneyStructure">
                     </extension>
                   </complexContent>
                 </complexType>
               </element>
               <group ref="{http://www.siri.org.uk/}VehicleActivityFlattenedMonitoredJourneyGroup"/>
             </choice>
             <element name="VehicleActivityNote" type="{http://www.siri.org.uk/}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form