Class JourneyPartInfoStructure

  • All Implemented Interfaces:
    Serializable

    public class JourneyPartInfoStructure
    extends Object
    implements Serializable
    Type for a refernces to JOURNEY PARTs. +SIRI v2.0

    Java class for JourneyPartInfoStructure complex type.

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

     <complexType name="JourneyPartInfoStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="JourneyPartRef" type="{http://www.w3.org/2001/XMLSchema}normalizedString"/>
             <element name="TrainNumberRef" type="{http://www.siri.org.uk/siri}TrainNumberRefStructure" minOccurs="0"/>
             <element name="OperatorRef" type="{http://www.siri.org.uk/siri}OperatorRefStructure" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form