Class TrainBlockPartStructure

  • All Implemented Interfaces:
    Serializable

    public class TrainBlockPartStructure
    extends Object
    implements Serializable
    Type for Block part elements of Vehicle journey.

    Java class for TrainBlockPartStructure complex type.

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

     <complexType name="TrainBlockPartStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="NumberOfBlockParts" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
             <element name="TrainPartRef" type="{http://www.siri.org.uk/siri}TrainPartRefStructure"/>
             <element name="PositionOfTrainBlockPart" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form