PreviousCallStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
VehicleAtStop boolean
AimedArrivalTime string
ExpectedArrivalTime string
ActualArrivalTime string
AimedDepartureTime string
ExpectedDepartureTime string
ActualDepartureTime string
Extensions Extensions
Properties inherited from AbstractMonitoredCallStructure
StopPointRef StopPointRef
VisitNumber number
Order number
StopPointName array of NaturalLanguageStringStructure

Example

{
  "VehicleAtStop" : true,
  "AimedArrivalTime" : "...",
  "ExpectedArrivalTime" : "...",
  "ActualArrivalTime" : "...",
  "AimedDepartureTime" : "...",
  "ExpectedDepartureTime" : "...",
  "ActualDepartureTime" : "...",
  "Extensions" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  },
  "StopPointRef" : {
    "value" : "..."
  },
  "VisitNumber" : 12345,
  "Order" : 12345,
  "StopPointName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ]
}