StoppingPositionChangedDepartureStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ChangeNote NaturalLanguagePlaceNameStructure
NewLocation LocationStructure
Extensions ExtensionsStructure
Properties inherited from AbstractDistributorItemStructure
InterchangeRef InterchangeRefStructure
ConnectionLinkRef ConnectionLinkRefStructure
StopPointRef StopPointRefStructure
DistributorVisitNumber number
DistributorOrder number
DistributorJourney InterchangeJourneyStructure
FeederVehicleJourneyRef array of FramedVehicleJourneyRefStructure
Properties inherited from AbstractItemStructure
RecordedAtTime string

Example

{
  "ChangeNote" : {
    "value" : "...",
    "lang" : "..."
  },
  "NewLocation" : {
    "Longitude" : 12345.0,
    "Latitude" : 12345.0,
    "Coordinates" : {
      "value" : [ "...", "..." ]
    },
    "Precision" : 12345,
    "id" : "...",
    "srsName" : "..."
  },
  "Extensions" : {
    "any" : { }
  },
  "InterchangeRef" : {
    "value" : "..."
  },
  "ConnectionLinkRef" : {
    "value" : "..."
  },
  "StopPointRef" : {
    "value" : "..."
  },
  "DistributorVisitNumber" : 12345,
  "DistributorOrder" : 12345,
  "DistributorJourney" : {
    "LineRef" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "FramedVehicleJourneyRef" : {
      "DataFrameRef" : { },
      "DatedVehicleJourneyRef" : "..."
    },
    "JourneyPatternRef" : {
      "value" : "..."
    },
    "VehicleMode" : [ "tram", "rail" ],
    "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" : "..."
}