Class TrainElement

  • All Implemented Interfaces:
    Serializable

    public class TrainElement
    extends Object
    implements Serializable
    Type for TRAIN ELEMENT. +SIRI v2.1

    Java class for TrainElementStructure complex type.

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

     <complexType name="TrainElementStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="TrainElementCode" type="{http://www.siri.org.uk/siri}TrainElementCodeType"/>
             <group ref="{http://www.siri.org.uk/siri}TrainElementGroup"/>
             <group ref="{http://www.siri.org.uk/siri}VehicleTypeGroup"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form