MonitoredVehicleJourney Data Type

Implemented Interfaces
Serializable
Properties
name data type description
Properties inherited from MonitoredVehicleJourneyStructure
LineRef LineRef
DirectionRef DirectionRefStructure
FramedVehicleJourneyRef FramedVehicleJourneyRefStructure
JourneyPatternRef JourneyPatternRef
JourneyPatternName NaturalLanguageStringStructure
VehicleMode array of VehicleModesEnumeration
RouteRef RouteRefStructure
PublishedLineName array of NaturalLanguageStringStructure
GroupOfLinesRef GroupOfLinesRefStructure
DirectionName array of NaturalLanguageStringStructure
ExternalLineRef LineRef
OperatorRef OperatorRefStructure
ProductCategoryRef ProductCategoryRefStructure
ServiceFeatureRef array of ServiceFeatureRef
VehicleFeatureRef array of VehicleFeatureRefStructure
OriginRef JourneyPlaceRefStructure
OriginName array of NaturalLanguagePlaceNameStructure
OriginShortName array of NaturalLanguagePlaceNameStructure
DestinationDisplayAtOrigin array of NaturalLanguagePlaceNameStructure
Via array of ViaNameStructure
DestinationRef DestinationRef
DestinationName array of NaturalLanguageStringStructure
DestinationShortName array of NaturalLanguagePlaceNameStructure
OriginDisplayAtDestination array of NaturalLanguagePlaceNameStructure
VehicleJourneyName array of NaturalLanguageStringStructure
JourneyNote array of NaturalLanguageStringStructure
PublicContact SimpleContactStructure
OperationsContact SimpleContactStructure
HeadwayService boolean
OriginAimedDepartureTime string
DestinationAimedArrivalTime string
FirstOrLastJourney FirstOrLastJourneyEnumeration
FacilityConditionElement array of FacilityConditionStructure
FacilityChangeElement FacilityChangeElement
SituationRef array of SituationRef
Monitored boolean
MonitoringError array of string
InCongestion boolean
InPanic boolean
PredictionInaccurate boolean
DataSource string
ConfidenceLevel QualityIndexEnumeration
VehicleLocation LocationStructure
LocationRecordedAtTime string
Bearing number
ProgressRate ProgressRateEnumeration
Velocity number
EngineOn boolean
Occupancy OccupancyEnumeration
Delay Duration
ProgressStatus array of NaturalLanguageStringStructure
VehicleStatus VehicleStatusEnumeration
TrainBlockPart array of TrainBlockPartStructure
BlockRef BlockRefStructure
CourseOfJourneyRef CourseOfJourneyRefStructure
VehicleJourneyRef VehicleJourneyRef
VehicleRef VehicleRef
AdditionalVehicleJourneyRef array of FramedVehicleJourneyRefStructure
DriverRef string
DriverName string
TrainNumbers TrainNumbers
JourneyParts JourneyParts
PreviousCalls PreviousCallsStructure
MonitoredCall MonitoredCallStructure
OnwardCalls OnwardCallsStructure
IsCompleteStopSequence boolean

Example

{
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "FramedVehicleJourneyRef" : {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  },
  "JourneyPatternRef" : {
    "value" : "..."
  },
  "JourneyPatternName" : {
    "value" : "...",
    "lang" : "..."
  },
  "VehicleMode" : [ "bus", "underground" ],
  "RouteRef" : {
    "value" : "..."
  },
  "PublishedLineName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "GroupOfLinesRef" : {
    "value" : "..."
  },
  "DirectionName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "ExternalLineRef" : {
    "value" : "..."
  },
  "OperatorRef" : {
    "value" : "..."
  },
  "ProductCategoryRef" : {
    "value" : "..."
  },
  "ServiceFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "VehicleFeatureRef" : [ {
    "value" : "..."
  }, {
    "value" : "..."
  } ],
  "OriginRef" : {
    "value" : "..."
  },
  "OriginName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "OriginShortName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "DestinationDisplayAtOrigin" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "Via" : [ {
    "ViaPriority" : 12345,
    "PlaceRef" : {
      "value" : "..."
    },
    "PlaceName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "PlaceShortName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  }, {
    "ViaPriority" : 12345,
    "PlaceRef" : {
      "value" : "..."
    },
    "PlaceName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "PlaceShortName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  } ],
  "DestinationRef" : {
    "value" : "..."
  },
  "DestinationName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "DestinationShortName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "OriginDisplayAtDestination" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "VehicleJourneyName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "JourneyNote" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "PublicContact" : {
    "PhoneNumber" : "...",
    "Url" : "..."
  },
  "OperationsContact" : {
    "PhoneNumber" : "...",
    "Url" : "..."
  },
  "HeadwayService" : true,
  "OriginAimedDepartureTime" : "...",
  "DestinationAimedArrivalTime" : "...",
  "FirstOrLastJourney" : "unspecified",
  "FacilityConditionElement" : [ {
    "FacilityRef" : {
      "value" : "..."
    },
    "Facility" : {
      "FacilityCode" : "...",
      "Description" : [ { }, { } ],
      "FacilityClass" : [ "serviceProvidedByIndividual", "unknown" ],
      "Features" : { },
      "OwnerRef" : { },
      "OwnerName" : { },
      "ValidityCondition" : { },
      "FacilityLocation" : { },
      "Limitations" : { },
      "Suitabilities" : { },
      "AccessibilityAssessment" : { },
      "Extensions" : { }
    },
    "FacilityStatus" : {
      "Status" : "available",
      "Description" : [ { }, { } ],
      "AccessibilityAssessment" : { },
      "Extensions" : { }
    },
    "SituationRef" : {
      "SituationSimpleRef" : { },
      "SituationFullRef" : { }
    },
    "Remedy" : {
      "RemedyType" : "remove",
      "Description" : [ { }, { } ],
      "Extensions" : { }
    },
    "MonitoringInfo" : {
      "MonitoringInterval" : { },
      "MonitoringType" : "unknown",
      "MonitoringPeriod" : { },
      "Extensions" : { }
    },
    "ValidityPeriod" : {
      "StartTime" : "...",
      "EndTime" : "...",
      "EndTimeStatus" : "longTerm"
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "FacilityRef" : {
      "value" : "..."
    },
    "Facility" : {
      "FacilityCode" : "...",
      "Description" : [ { }, { } ],
      "FacilityClass" : [ "unknown", "fixedEquipment" ],
      "Features" : { },
      "OwnerRef" : { },
      "OwnerName" : { },
      "ValidityCondition" : { },
      "FacilityLocation" : { },
      "Limitations" : { },
      "Suitabilities" : { },
      "AccessibilityAssessment" : { },
      "Extensions" : { }
    },
    "FacilityStatus" : {
      "Status" : "partiallyAvailable",
      "Description" : [ { }, { } ],
      "AccessibilityAssessment" : { },
      "Extensions" : { }
    },
    "SituationRef" : {
      "SituationSimpleRef" : { },
      "SituationFullRef" : { }
    },
    "Remedy" : {
      "RemedyType" : "replace",
      "Description" : [ { }, { } ],
      "Extensions" : { }
    },
    "MonitoringInfo" : {
      "MonitoringInterval" : { },
      "MonitoringType" : "unknown",
      "MonitoringPeriod" : { },
      "Extensions" : { }
    },
    "ValidityPeriod" : {
      "StartTime" : "...",
      "EndTime" : "...",
      "EndTimeStatus" : "shortTerm"
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  } ],
  "FacilityChangeElement" : {
    "EquipmentAvailability" : {
      "EquipmentRef" : { },
      "Description" : [ { }, { } ],
      "EquipmentTypeRef" : { },
      "ValidityPeriod" : { },
      "EquipmentStatus" : "available",
      "EquipmentFeatures" : { },
      "Extensions" : { }
    },
    "SituationRef" : {
      "SituationSimpleRef" : { },
      "SituationFullRef" : { }
    },
    "MobilityDisruption" : {
      "MobilityImpairedAccess" : true,
      "AccessFacility" : [ "palletAccess_lowFloor", "lift" ]
    }
  },
  "SituationRef" : [ {
    "SituationSimpleRef" : {
      "value" : "..."
    },
    "SituationFullRef" : {
      "VersionCountryRef" : { },
      "ParticipantRef" : { },
      "SituationNumber" : { },
      "UpdateCountryRef" : { },
      "UpdateParticipantRef" : { },
      "Version" : { }
    }
  }, {
    "SituationSimpleRef" : {
      "value" : "..."
    },
    "SituationFullRef" : {
      "VersionCountryRef" : { },
      "ParticipantRef" : { },
      "SituationNumber" : { },
      "UpdateCountryRef" : { },
      "UpdateParticipantRef" : { },
      "Version" : { }
    }
  } ],
  "Monitored" : true,
  "MonitoringError" : [ "...", "..." ],
  "InCongestion" : true,
  "InPanic" : true,
  "PredictionInaccurate" : true,
  "DataSource" : "...",
  "ConfidenceLevel" : "probablyReliable",
  "VehicleLocation" : {
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  },
  "LocationRecordedAtTime" : "...",
  "Bearing" : 12345.0,
  "ProgressRate" : "noProgress",
  "Velocity" : 12345,
  "EngineOn" : true,
  "Occupancy" : "seatsAvailable",
  "Delay" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "ProgressStatus" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "VehicleStatus" : "assigned",
  "TrainBlockPart" : [ {
    "NumberOfBlockParts" : 12345,
    "TrainPartRef" : {
      "value" : "..."
    },
    "PositionOfTrainBlockPart" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  }, {
    "NumberOfBlockParts" : 12345,
    "TrainPartRef" : {
      "value" : "..."
    },
    "PositionOfTrainBlockPart" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  } ],
  "BlockRef" : {
    "value" : "..."
  },
  "CourseOfJourneyRef" : {
    "value" : "..."
  },
  "VehicleJourneyRef" : {
    "value" : "..."
  },
  "VehicleRef" : {
    "value" : "..."
  },
  "AdditionalVehicleJourneyRef" : [ {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  }, {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  } ],
  "DriverRef" : "...",
  "DriverName" : "...",
  "TrainNumbers" : {
    "TrainNumberRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ]
  },
  "JourneyParts" : {
    "JourneyPartInfo" : [ {
      "JourneyPartRef" : "...",
      "TrainNumberRef" : { },
      "OperatorRef" : { }
    }, {
      "JourneyPartRef" : "...",
      "TrainNumberRef" : { },
      "OperatorRef" : { }
    } ]
  },
  "PreviousCalls" : {
    "PreviousCall" : [ {
      "VehicleAtStop" : true,
      "AimedArrivalTime" : "...",
      "ExpectedArrivalTime" : "...",
      "ActualArrivalTime" : "...",
      "AimedDepartureTime" : "...",
      "ExpectedDepartureTime" : "...",
      "ActualDepartureTime" : "...",
      "Extensions" : { },
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : [ { }, { } ]
    }, {
      "VehicleAtStop" : true,
      "AimedArrivalTime" : "...",
      "ExpectedArrivalTime" : "...",
      "ActualArrivalTime" : "...",
      "AimedDepartureTime" : "...",
      "ExpectedDepartureTime" : "...",
      "ActualDepartureTime" : "...",
      "Extensions" : { },
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : [ { }, { } ]
    } ]
  },
  "MonitoredCall" : {
    "VehicleAtStop" : true,
    "VehicleLocationAtStop" : {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    },
    "ReversesAtStop" : true,
    "PlatformTraversal" : true,
    "SignalStatus" : "...",
    "TimingPoint" : true,
    "BoardingStretch" : true,
    "RequestStop" : true,
    "OriginDisplay" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "DestinationDisplay" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "CallNote" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ],
    "FacilityConditionElement" : [ {
      "FacilityRef" : { },
      "Facility" : { },
      "FacilityStatus" : { },
      "SituationRef" : { },
      "Remedy" : { },
      "MonitoringInfo" : { },
      "ValidityPeriod" : { },
      "Extensions" : { }
    }, {
      "FacilityRef" : { },
      "Facility" : { },
      "FacilityStatus" : { },
      "SituationRef" : { },
      "Remedy" : { },
      "MonitoringInfo" : { },
      "ValidityPeriod" : { },
      "Extensions" : { }
    } ],
    "FacilityChangeElement" : {
      "EquipmentAvailability" : { },
      "SituationRef" : { },
      "MobilityDisruption" : { }
    },
    "SituationRef" : [ {
      "SituationSimpleRef" : { },
      "SituationFullRef" : { }
    }, {
      "SituationSimpleRef" : { },
      "SituationFullRef" : { }
    } ],
    "AimedArrivalTime" : "...",
    "ExpectedArrivalTime" : "...",
    "ActualArrivalTime" : "...",
    "LatestExpectedArrivalTime" : "...",
    "ArrivalStatus" : "onTime",
    "ArrivalProximityText" : {
      "value" : "...",
      "lang" : "..."
    },
    "ArrivalPlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ArrivalBoardingActivity" : "alighting",
    "ArrivalStopAssignment" : {
      "AimedQuayRef" : { },
      "AimedQuayName" : [ { }, { } ],
      "ExpectedQuayRef" : { },
      "ActualQuayRef" : { }
    },
    "ArrivalOperatorRefs" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "AimedDepartureTime" : "...",
    "ExpectedDepartureTime" : "...",
    "ActualDepartureTime" : "...",
    "ProvisionalExpectedDepartureTime" : "...",
    "EarliestExpectedDepartureTime" : "...",
    "ExpectedDeparturePredictionQuality" : {
      "PredictionLevel" : "unconfirmed",
      "Percentile" : 12345.0,
      "LowerTimeLimit" : "...",
      "HigherTimeLimit" : "..."
    },
    "AimedLatestPassengerAccessTime" : "...",
    "ExpectedLatestPassengerAccessTime" : "...",
    "DepartureStatus" : "cancelled",
    "DepartureProximityText" : {
      "value" : "...",
      "lang" : "..."
    },
    "DeparturePlatformName" : {
      "value" : "...",
      "lang" : "..."
    },
    "DepartureBoardingActivity" : "noBoarding",
    "DepartureStopAssignment" : {
      "AimedQuayRef" : { },
      "AimedQuayName" : [ { }, { } ],
      "ExpectedQuayRef" : { },
      "ActualQuayRef" : { }
    },
    "DepartureOperatorRefs" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "AimedHeadwayInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "ExpectedHeadwayInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "DistanceFromStop" : 12345,
    "NumberOfStopsAway" : 12345,
    "Extensions" : {
      "anies" : [ { }, { } ]
    },
    "StopPointRef" : {
      "value" : "..."
    },
    "VisitNumber" : 12345,
    "Order" : 12345,
    "StopPointName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  },
  "OnwardCalls" : {
    "OnwardCall" : [ {
      "VehicleAtStop" : true,
      "TimingPoint" : true,
      "AimedArrivalTime" : "...",
      "ExpectedArrivalTime" : "...",
      "ExpectedArrivalPredictionQuality" : { },
      "ArrivalStatus" : "missed",
      "ArrivalProximityText" : { },
      "ArrivalPlatformName" : { },
      "ArrivalBoardingActivity" : "alighting",
      "ArrivalStopAssignment" : { },
      "ArrivalOperatorRefs" : [ { }, { } ],
      "AimedDepartureTime" : "...",
      "ExpectedDepartureTime" : "...",
      "ProvisionalExpectedDepartureTime" : "...",
      "EarliestExpectedDepartureTime" : "...",
      "ExpectedDeparturePredictionQuality" : { },
      "AimedLatestPassengerAccessTime" : "...",
      "ExpectedLatestPassengerAccessTime" : "...",
      "DepartureStatus" : "early",
      "DepartureProximityText" : { },
      "DeparturePlatformName" : { },
      "DepartureBoardingActivity" : "boarding",
      "DepartureStopAssignment" : { },
      "DepartureOperatorRefs" : [ { }, { } ],
      "AimedHeadwayInterval" : { },
      "ExpectedHeadwayInterval" : { },
      "DistanceFromStop" : 12345,
      "NumberOfStopsAway" : 12345,
      "Extensions" : { },
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : [ { }, { } ]
    }, {
      "VehicleAtStop" : true,
      "TimingPoint" : true,
      "AimedArrivalTime" : "...",
      "ExpectedArrivalTime" : "...",
      "ExpectedArrivalPredictionQuality" : { },
      "ArrivalStatus" : "arrived",
      "ArrivalProximityText" : { },
      "ArrivalPlatformName" : { },
      "ArrivalBoardingActivity" : "passThru",
      "ArrivalStopAssignment" : { },
      "ArrivalOperatorRefs" : [ { }, { } ],
      "AimedDepartureTime" : "...",
      "ExpectedDepartureTime" : "...",
      "ProvisionalExpectedDepartureTime" : "...",
      "EarliestExpectedDepartureTime" : "...",
      "ExpectedDeparturePredictionQuality" : { },
      "AimedLatestPassengerAccessTime" : "...",
      "ExpectedLatestPassengerAccessTime" : "...",
      "DepartureStatus" : "missed",
      "DepartureProximityText" : { },
      "DeparturePlatformName" : { },
      "DepartureBoardingActivity" : "noBoarding",
      "DepartureStopAssignment" : { },
      "DepartureOperatorRefs" : [ { }, { } ],
      "AimedHeadwayInterval" : { },
      "ExpectedHeadwayInterval" : { },
      "DistanceFromStop" : 12345,
      "NumberOfStopsAway" : 12345,
      "Extensions" : { },
      "StopPointRef" : { },
      "VisitNumber" : 12345,
      "Order" : 12345,
      "StopPointName" : [ { }, { } ]
    } ]
  },
  "IsCompleteStopSequence" : true
}