Networks Data Type

Implemented Interfaces
Serializable
Properties
name data type description
AffectedNetwork array of AffectedNetwork

Example

{
  "AffectedNetwork" : [ {
    "AffectedOperator" : [ {
      "OperatorRef" : { },
      "OperatorName" : { },
      "OperatorShortName" : { },
      "OperationalUnitRef" : [ { }, { } ],
      "Extensions" : { }
    }, {
      "OperatorRef" : { },
      "OperatorName" : { },
      "OperatorShortName" : { },
      "OperationalUnitRef" : [ { }, { } ],
      "Extensions" : { }
    } ],
    "NetworkRef" : {
      "value" : "..."
    },
    "NetworkName" : {
      "value" : "...",
      "lang" : "..."
    },
    "RoutesAffected" : {
      "value" : "...",
      "lang" : "..."
    },
    "VehicleMode" : "telecabinService",
    "WaterSubmode" : "sightseeingService",
    "TramSubmode" : "pti6_4",
    "RailSubmode" : "suburbanRailway",
    "MetroSubmode" : "unknown",
    "CoachSubmode" : "pti3_0",
    "BusSubmode" : "pti5_12",
    "AirSubmode" : "pti8_7",
    "AccessMode" : "shuttle",
    "AffectedLine" : [ {
      "AffectedOperator" : [ { }, { } ],
      "LineRef" : [ { }, { } ],
      "Destinations" : [ { }, { } ],
      "Direction" : [ { }, { } ],
      "Routes" : { },
      "Sections" : { },
      "Extensions" : { }
    }, {
      "AffectedOperator" : [ { }, { } ],
      "LineRef" : [ { }, { } ],
      "Destinations" : [ { }, { } ],
      "Direction" : [ { }, { } ],
      "Routes" : { },
      "Sections" : { },
      "Extensions" : { }
    } ],
    "SelectedRoutes" : "...",
    "AllLines" : "...",
    "Extensions" : {
      "any" : { }
    }
  }, {
    "AffectedOperator" : [ {
      "OperatorRef" : { },
      "OperatorName" : { },
      "OperatorShortName" : { },
      "OperationalUnitRef" : [ { }, { } ],
      "Extensions" : { }
    }, {
      "OperatorRef" : { },
      "OperatorName" : { },
      "OperatorShortName" : { },
      "OperationalUnitRef" : [ { }, { } ],
      "Extensions" : { }
    } ],
    "NetworkRef" : {
      "value" : "..."
    },
    "NetworkName" : {
      "value" : "...",
      "lang" : "..."
    },
    "RoutesAffected" : {
      "value" : "...",
      "lang" : "..."
    },
    "VehicleMode" : "pti1_9",
    "WaterSubmode" : "pti7_12",
    "TramSubmode" : "pti6_3",
    "RailSubmode" : "loc13_1",
    "MetroSubmode" : "pti4_2",
    "CoachSubmode" : "pti3_255",
    "BusSubmode" : "mobilityBus",
    "AirSubmode" : "pti8_3",
    "AccessMode" : "shuttle",
    "AffectedLine" : [ {
      "AffectedOperator" : [ { }, { } ],
      "LineRef" : [ { }, { } ],
      "Destinations" : [ { }, { } ],
      "Direction" : [ { }, { } ],
      "Routes" : { },
      "Sections" : { },
      "Extensions" : { }
    }, {
      "AffectedOperator" : [ { }, { } ],
      "LineRef" : [ { }, { } ],
      "Destinations" : [ { }, { } ],
      "Direction" : [ { }, { } ],
      "Routes" : { },
      "Sections" : { },
      "Extensions" : { }
    } ],
    "SelectedRoutes" : "...",
    "AllLines" : "...",
    "Extensions" : {
      "any" : { }
    }
  } ]
}