Class OnwardCallStructure

  • All Implemented Interfaces:
    Serializable

    public class OnwardCallStructure
    extends AbstractMonitoredCallStructure
    implements Serializable
    Type Onwards calls at stop.

    Java class for OnwardCallStructure complex type.

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

     <complexType name="OnwardCallStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/}AbstractMonitoredCallStructure">
           <sequence>
             <sequence>
               <element ref="{http://www.siri.org.uk/}VehicleAtStop" minOccurs="0"/>
               <element ref="{http://www.siri.org.uk/}TimingPoint" minOccurs="0"/>
             </sequence>
             <group ref="{http://www.siri.org.uk/}OnwardsCallGroup"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form