Class TrainComponent

  • All Implemented Interfaces:
    Serializable

    public class TrainComponent
    extends Object
    implements Serializable
    Type for TRAIN COMPONENT. +SIRI v2.1

    Java class for TrainComponentStructure complex type.

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

     <complexType name="TrainComponentStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="TrainComponentCode" type="{http://www.siri.org.uk/siri}TrainComponentCodeType" minOccurs="0"/>
             <element name="Order" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
             <group ref="{http://www.siri.org.uk/siri}TrainComponentGroup"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form