AbstractDistributorItemStructure Data Type

Subtypes
DistributorDepartureCancellationStructure, WaitProlongedDepartureStructure, StoppingPositionChangedDepartureStructure
Implemented Interfaces
Serializable
Properties
name data type description
InterchangeRef InterchangeRefStructure
ConnectionLinkRef ConnectionLinkRefStructure
StopPointRef StopPointRefStructure
DistributorVisitNumber number
DistributorOrder number
DistributorJourney InterchangeJourneyStructure
FeederVehicleJourneyRef array of FramedVehicleJourneyRefStructure
Properties inherited from AbstractItemStructure
RecordedAtTime string

Example

{
  "InterchangeRef" : {
    "value" : "..."
  },
  "ConnectionLinkRef" : {
    "value" : "..."
  },
  "StopPointRef" : {
    "value" : "..."
  },
  "DistributorVisitNumber" : 12345,
  "DistributorOrder" : 12345,
  "DistributorJourney" : {
    "LineRef" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "FramedVehicleJourneyRef" : {
      "DataFrameRef" : { },
      "DatedVehicleJourneyRef" : "..."
    },
    "JourneyPatternRef" : {
      "value" : "..."
    },
    "VehicleMode" : [ "metro", "tram" ],
    "RouteRef" : {
      "value" : "..."
    },
    "PublishedLineName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DirectionName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ExternalLineRef" : {
      "value" : "..."
    },
    "OperatorRef" : {
      "value" : "..."
    },
    "ProductCategoryRef" : {
      "value" : "..."
    },
    "ServiceFeatureRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "VehicleFeatureRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "OriginRef" : {
      "value" : "..."
    },
    "OriginName" : {
      "value" : "...",
      "lang" : "..."
    },
    "OriginShortName" : {
      "value" : "...",
      "lang" : "..."
    },
    "Via" : [ {
      "PlaceRef" : { },
      "PlaceName" : { },
      "PlaceShortName" : [ { }, { } ]
    }, {
      "PlaceRef" : { },
      "PlaceName" : { },
      "PlaceShortName" : [ { }, { } ]
    } ],
    "DestinationRef" : {
      "value" : "..."
    },
    "DestinationName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DestinationShortName" : {
      "value" : "...",
      "lang" : "..."
    },
    "VehicleJourneyName" : {
      "value" : "...",
      "lang" : "..."
    },
    "JourneyNote" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "HeadwayService" : true,
    "OriginAimedDepartureTime" : "...",
    "DestinationAimedArrivalTime" : "...",
    "SituationRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "FacilityChange" : {
      "EquipmentAvailability" : { },
      "SituationRef" : { },
      "MobilityDisruption" : { }
    },
    "BlockRef" : {
      "value" : "..."
    },
    "CourseOfJourneyRef" : {
      "value" : "..."
    },
    "VehicleRef" : {
      "value" : "..."
    },
    "Monitored" : true,
    "AimedDepartureTime" : "...",
    "Extensions" : {
      "any" : { }
    }
  },
  "FeederVehicleJourneyRef" : [ {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  }, {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  } ],
  "RecordedAtTime" : "..."
}