Routes Data Type

Implemented Interfaces
Serializable
Properties
name data type description
AffectedRoute array of AffectedRouteStructure

Example

{
  "AffectedRoute" : [ {
    "RouteRef" : {
      "value" : "..."
    },
    "Direction" : [ {
      "DirectionRef" : { },
      "DirectionName" : [ { }, { } ]
    }, {
      "DirectionRef" : { },
      "DirectionName" : [ { }, { } ]
    } ],
    "Sections" : {
      "AffectedSection" : [ { }, { } ]
    },
    "StopPoints" : {
      "AffectedOnly" : true,
      "affectedStopPointsAndLinkProjectionToNextStopPoints" : [ {
        "AffectedStopPoint" : { }
      }, {
        "LinkProjectionToNextStopPoint" : { }
      } ]
    },
    "RouteLinks" : {
      "RouteLinkRef" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  }, {
    "RouteRef" : {
      "value" : "..."
    },
    "Direction" : [ {
      "DirectionRef" : { },
      "DirectionName" : [ { }, { } ]
    }, {
      "DirectionRef" : { },
      "DirectionName" : [ { }, { } ]
    } ],
    "Sections" : {
      "AffectedSection" : [ { }, { } ]
    },
    "StopPoints" : {
      "AffectedOnly" : true,
      "affectedStopPointsAndLinkProjectionToNextStopPoints" : [ {
        "AffectedStopPoint" : { }
      }, {
        "LinkProjectionToNextStopPoint" : { }
      } ]
    },
    "RouteLinks" : {
      "RouteLinkRef" : [ { }, { } ]
    },
    "Extensions" : {
      "anies" : [ { }, { } ]
    }
  } ]
}