Class DatedCallStructure

  • All Implemented Interfaces:
    Serializable

    public class DatedCallStructure
    extends Object
    implements Serializable
    Data type for Planned Vehicle Journey Stop (Production Timetable Service).

    Java class for DatedCallStructure complex type.

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

     <complexType name="DatedCallStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <group ref="{http://www.siri.org.uk/}StopPointInSequenceGroup"/>
             <group ref="{http://www.siri.org.uk/}CallPropertyGroup"/>
             <element name="CallNote" type="{http://www.siri.org.uk/}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/}FacilityChangeElement" minOccurs="0"/>
             <group ref="{http://www.siri.org.uk/}AimedCallGroup"/>
             <element name="TargetedInterchange" type="{http://www.siri.org.uk/}TargetedInterchangeStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form