Class AbstractDistributorItemStructure

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    DistributorDepartureCancellationStructure, StoppingPositionChangedDepartureStructure, WaitProlongedDepartureStructure

    public class AbstractDistributorItemStructure
    extends AbstractItemStructure
    implements Serializable
    Type for an interchange Activity.

    Java class for AbstractDistributorItemStructure complex type.

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

     <complexType name="AbstractDistributorItemStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/}AbstractItemStructure">
           <sequence>
             <group ref="{http://www.siri.org.uk/}InterchangeDistributorIdentityGroup"/>
             <element name="DistributorJourney" type="{http://www.siri.org.uk/}InterchangeJourneyStructure"/>
             <element name="FeederVehicleJourneyRef" type="{http://www.siri.org.uk/}FramedVehicleJourneyRefStructure" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form