ConnectionLinks Data Type

Implemented Interfaces
Serializable
Properties
name data type description
AffectedConnectionLink array of AffectedConnectionLinkStructure

Example

{
  "AffectedConnectionLink" : [ {
    "ConnectionLinkRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "ConnectionName" : {
      "value" : "...",
      "lang" : "..."
    },
    "LineRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "ConnectingStopPointRef" : {
      "value" : "..."
    },
    "ConnectingStopPointName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ConnectingZoneRef" : {
      "value" : "..."
    },
    "AllLines" : { },
    "ConnectionDirection" : "to",
    "AffectedPathLink" : [ {
      "LinkRef" : [ "...", "..." ],
      "LinkName" : { },
      "AccessibilityFeature" : "escalator",
      "LinkDirection" : [ "...", "..." ],
      "LinkProjection" : { },
      "Offset" : { },
      "Extensions" : { }
    }, {
      "LinkRef" : [ "...", "..." ],
      "LinkName" : { },
      "AccessibilityFeature" : "queueManagement",
      "LinkDirection" : [ "...", "..." ],
      "LinkProjection" : { },
      "Offset" : { },
      "Extensions" : { }
    } ],
    "Extensions" : {
      "any" : { }
    }
  }, {
    "ConnectionLinkRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "ConnectionName" : {
      "value" : "...",
      "lang" : "..."
    },
    "LineRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "ConnectingStopPointRef" : {
      "value" : "..."
    },
    "ConnectingStopPointName" : {
      "value" : "...",
      "lang" : "..."
    },
    "ConnectingZoneRef" : {
      "value" : "..."
    },
    "AllLines" : { },
    "ConnectionDirection" : "from",
    "AffectedPathLink" : [ {
      "LinkRef" : [ "...", "..." ],
      "LinkName" : { },
      "AccessibilityFeature" : "confinedSpace",
      "LinkDirection" : [ "...", "..." ],
      "LinkProjection" : { },
      "Offset" : { },
      "Extensions" : { }
    }, {
      "LinkRef" : [ "...", "..." ],
      "LinkName" : { },
      "AccessibilityFeature" : "seriesOfStairs",
      "LinkDirection" : [ "...", "..." ],
      "LinkProjection" : { },
      "Offset" : { },
      "Extensions" : { }
    } ],
    "Extensions" : {
      "any" : { }
    }
  } ]
}