MonitoredFeederArrivalCancellationStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
LineRef LineRef
DirectionRef DirectionRefStructure
VehicleJourneyRef FramedVehicleJourneyRefStructure
JourneyPatternRef JourneyPatternRef
JourneyPatternName NaturalLanguageStringStructure
VehicleMode array of VehicleModesEnumeration
RouteRef RouteRefStructure
PublishedLineName array of NaturalLanguageStringStructure
GroupOfLinesRef GroupOfLinesRefStructure
DirectionName array of NaturalLanguageStringStructure
ExternalLineRef LineRef
Reason array of NaturalLanguageStringStructure
Extensions Extensions
Properties inherited from AbstractFeederItemStructure
ValidUntilTime string
InterchangeRef InterchangeRef
ConnectionLinkRef ConnectionLinkRef
StopPointRef StopPointRef
VisitNumber number
Order number
StopPointName array of NaturalLanguageStringStructure
Properties inherited from AbstractIdentifiedItemStructure
ItemIdentifier string
Properties inherited from AbstractItemStructure
RecordedAtTime string

Example

{
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "VehicleJourneyRef" : {
    "DataFrameRef" : {
      "value" : "..."
    },
    "DatedVehicleJourneyRef" : "..."
  },
  "JourneyPatternRef" : {
    "value" : "..."
  },
  "JourneyPatternName" : {
    "value" : "...",
    "lang" : "..."
  },
  "VehicleMode" : [ "underground", "underground" ],
  "RouteRef" : {
    "value" : "..."
  },
  "PublishedLineName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "GroupOfLinesRef" : {
    "value" : "..."
  },
  "DirectionName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "ExternalLineRef" : {
    "value" : "..."
  },
  "Reason" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "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" : { }
    } ]
  },
  "ValidUntilTime" : "...",
  "InterchangeRef" : {
    "value" : "..."
  },
  "ConnectionLinkRef" : {
    "value" : "..."
  },
  "StopPointRef" : {
    "value" : "..."
  },
  "VisitNumber" : 12345,
  "Order" : 12345,
  "StopPointName" : [ {
    "value" : "...",
    "lang" : "..."
  }, {
    "value" : "...",
    "lang" : "..."
  } ],
  "ItemIdentifier" : "...",
  "RecordedAtTime" : "..."
}