Class StopLineNoticeStructure

  • All Implemented Interfaces:
    Serializable

    public class StopLineNoticeStructure
    extends AbstractIdentifiedItemStructure
    implements Serializable
    Data type for Visit of a vehicle to a stop. May provide information about the arrival, the departure or both.

    Java class for StopLineNoticeStructure complex type.

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

     <complexType name="StopLineNoticeStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/}AbstractIdentifiedItemStructure">
           <sequence>
             <element name="MonitoringRef" type="{http://www.siri.org.uk/}MonitoringRefStructure"/>
             <group ref="{http://www.siri.org.uk/}LineIdentityGroup"/>
             <element name="LineNote" type="{http://www.siri.org.uk/}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/}SituationRef" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form