Class ConnectingJourneyRefStructure

  • All Implemented Interfaces:
    Serializable

    public class ConnectingJourneyRefStructure
    extends Object
    implements Serializable
    Type for a reference to a connecting journey.

    Java class for ConnectingJourneyRefStructure complex type.

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

     <complexType name="ConnectingJourneyRefStructure">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="FramedVehicleJourneyRef" type="{http://www.siri.org.uk/siri}FramedVehicleJourneyRefStructure" minOccurs="0"/>
             <element name="LineRef" type="{http://www.siri.org.uk/siri}LineRefStructure" minOccurs="0"/>
             <element name="ParticipantRef" type="{http://www.siri.org.uk/siri}ParticipantRefStructure" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form