SituationExchangeSubscriptionStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
SituationExchangeRequest SituationExchangeRequestStructure
IncrementalUpdates boolean
Properties inherited from AbstractSubscriptionStructure
SubscriberRef RequestorRef
SubscriptionIdentifier SubscriptionQualifierStructure
InitialTerminationTime string

Example

{
  "SituationExchangeRequest" : {
    "PreviewInterval" : {
      "sign" : 12345,
      "seconds" : 12345,
      "months" : 12345,
      "years" : 12345,
      "days" : 12345,
      "XMLSchemaType" : "...",
      "hours" : 12345,
      "minutes" : 12345
    },
    "StartTime" : "...",
    "VehicleMode" : "water",
    "WaterSubmode" : "unknown",
    "TramSubmode" : "allTramServices",
    "RailSubmode" : "loc13_4",
    "MetroSubmode" : "pti4_255",
    "CoachSubmode" : "pti3_255",
    "BusSubmode" : "airportLinkBus",
    "AirSubmode" : "pti8_1",
    "AccessMode" : "shuttle",
    "Severity" : "pti26_5",
    "Scope" : [ "stopPlaceComponent", "stopPoint" ],
    "Predictability" : "planned",
    "Keywords" : [ "...", "..." ],
    "Verification" : "pti32_0",
    "Progress" : [ "closing", "open" ],
    "Reality" : "technicalExercise",
    "OperatorRef" : {
      "value" : "..."
    },
    "OperationalUnitRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "NetworkRef" : {
      "value" : "..."
    },
    "LineRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "StopPointRef" : {
      "value" : "..."
    },
    "ConnectionLinkRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "FacilityRef" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ],
    "StopPlaceRef" : {
      "value" : "..."
    },
    "VehicleJourneyRef" : {
      "value" : "..."
    },
    "InterchangeRef" : {
      "value" : "..."
    },
    "VehicleRef" : {
      "value" : "..."
    },
    "CountryRef" : {
      "value" : "kh"
    },
    "PlaceRef" : "...",
    "Location" : [ {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    }, {
      "Coordinates" : { },
      "Longitude" : 12345.0,
      "Latitude" : 12345.0,
      "Precision" : 12345,
      "id" : "...",
      "srsName" : "..."
    } ],
    "SituationRoadFilter" : {
      "RoadFilter" : [ { }, { } ]
    },
    "AccessibilityNeedFilter" : [ {
      "UserNeed" : [ { }, { } ],
      "AccompaniedByCarer" : true
    }, {
      "UserNeed" : [ { }, { } ],
      "AccompaniedByCarer" : true
    } ],
    "Language" : "...",
    "MaximumNumberOfSituationElements" : 12345,
    "Extensions" : {
      "any" : { }
    },
    "version" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    },
    "RequestTimestamp" : "..."
  },
  "IncrementalUpdates" : true,
  "SubscriberRef" : {
    "value" : "..."
  },
  "SubscriptionIdentifier" : {
    "value" : "..."
  },
  "InitialTerminationTime" : "..."
}