InterchangeJourneyStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
LineRef LineRefStructure
DirectionRef DirectionRefStructure
FramedVehicleJourneyRef FramedVehicleJourneyRefStructure
JourneyPatternRef JourneyPatternRefStructure
VehicleMode array of VehicleModesEnumeration
RouteRef RouteRefStructure
PublishedLineName NaturalLanguageStringStructure
DirectionName NaturalLanguageStringStructure
ExternalLineRef LineRefStructure
OperatorRef OperatorRefStructure
ProductCategoryRef ProductCategoryRefStructure
ServiceFeatureRef array of ServiceFeatureRefStructure
VehicleFeatureRef array of VehicleFeatureRefStructure
OriginRef JourneyPlaceRefStructure
OriginName NaturalLanguagePlaceNameStructure
OriginShortName NaturalLanguagePlaceNameStructure
Via array of PlaceNameStructure
DestinationRef DestinationRefStructure
DestinationName NaturalLanguageStringStructure
DestinationShortName NaturalLanguagePlaceNameStructure
VehicleJourneyName NaturalLanguageStringStructure
JourneyNote array of NaturalLanguageStringStructure
HeadwayService boolean
OriginAimedDepartureTime string
DestinationAimedArrivalTime string
SituationRef array of SituationRefStructure
FacilityChange FacilityChangeStructure
BlockRef BlockRefStructure
CourseOfJourneyRef CourseOfJourneyStructure
VehicleRef VehicleRefStructure
Monitored boolean
AimedDepartureTime string
Extensions ExtensionsStructure

Example

{
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "FramedVehicleJourneyRef" : {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  },
  "JourneyPatternRef" : {
    "value" : "..."
  },
  "VehicleMode" : [ "underground", "air" ],
  "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" : {
      "value" : "..."
    },
    "PlaceName" : {
      "value" : "...",
      "lang" : "..."
    },
    "PlaceShortName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  }, {
    "PlaceRef" : {
      "value" : "..."
    },
    "PlaceName" : {
      "value" : "...",
      "lang" : "..."
    },
    "PlaceShortName" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  } ],
  "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" : {
      "EquipmentRef" : { },
      "Description" : { },
      "EquipmentStatus" : "notAvailable",
      "ValidityPeriod" : { },
      "EquipmentTypeRef" : { },
      "EquipmentFeatures" : { }
    },
    "SituationRef" : {
      "value" : "..."
    },
    "MobilityDisruption" : {
      "MobilityImpairedAccess" : true,
      "MobilityFacility" : [ "facmob_7", "facmob_5" ]
    }
  },
  "BlockRef" : {
    "value" : "..."
  },
  "CourseOfJourneyRef" : {
    "value" : "..."
  },
  "VehicleRef" : {
    "value" : "..."
  },
  "Monitored" : true,
  "AimedDepartureTime" : "...",
  "Extensions" : {
    "any" : { }
  }
}