Class ConnectionTimetableRequestStructure

  • All Implemented Interfaces:
    Serializable

    public class ConnectionTimetableRequestStructure
    extends AbstractServiceRequestStructure
    implements Serializable
    Type for Request for Connection Timetable Servcie

    Java class for ConnectionTimetableRequestStructure complex type.

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

     <complexType name="ConnectionTimetableRequestStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/}AbstractServiceRequestStructure">
           <sequence>
             <group ref="{http://www.siri.org.uk/}ConnectionTimetableTopicGroup"/>
             <group ref="{http://www.siri.org.uk/}ConnectionTimetableRequestPolicyGroup"/>
           </sequence>
           <attribute name="version" use="required" type="{http://www.siri.org.uk/}VersionString" fixed="1.0" />
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form