Class AnnotatedStopPointStructure

  • All Implemented Interfaces:
    Serializable

    public class AnnotatedStopPointStructure
    extends Object
    implements Serializable
    Summary information about a stop.

    Java class for AnnotatedStopPointStructure complex type.

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

     <complexType name="AnnotatedStopPointStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="StopPointRef" type="{http://www.siri.org.uk/siri}StopPointRefStructure"/>
             <element ref="{http://www.siri.org.uk/siri}TimingPoint" minOccurs="0"/>
             <element name="Monitored" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="StopName" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/>
             <element name="Features" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="ServiceFeature" type="{http://www.siri.org.uk/siri}ServiceFeatureStructure" maxOccurs="unbounded" minOccurs="0"/>
                       <element ref="{http://www.siri.org.uk/siri}ServiceFeatureRef" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Lines" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element name="LineRef" type="{http://www.siri.org.uk/siri}LineRefStructure" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form