Class AnnotatedLineStructure

  • All Implemented Interfaces:
    Serializable

    public class AnnotatedLineStructure
    extends Object
    implements Serializable
    Summary information about a line type.

    Java class for AnnotatedLineStructure complex type.

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

     <complexType name="AnnotatedLineStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="LineRef" type="{http://www.siri.org.uk/}LineRefStructure" maxOccurs="unbounded"/>
             <element name="LineName" type="{http://www.siri.org.uk/}NaturalLanguageStringStructure"/>
             <element name="Monitored" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="Destinations" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element ref="{http://www.siri.org.uk/}Destination" maxOccurs="unbounded" minOccurs="0"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
             <element name="Directions" minOccurs="0">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <sequence>
                       <element ref="{http://www.siri.org.uk/}Direction" maxOccurs="unbounded"/>
                     </sequence>
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form