VehicleMonitoringSubscriptionStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
VehicleMonitoringRequest VehicleMonitoringRequestStructure
IncrementalUpdates boolean
ChangeBeforeUpdates Duration
UpdateInterval Duration
Properties inherited from AbstractSubscriptionStructure
SubscriberRef ParticipantRefStructure
SubscriptionIdentifier SubscriptionQualifierStructure
InitialTerminationTime string

Example

{
  "VehicleMonitoringRequest" : {
    "VehicleMonitoringRef" : {
      "value" : "..."
    },
    "VehicleRef" : {
      "value" : "..."
    },
    "LineRef" : {
      "value" : "..."
    },
    "DirectionRef" : {
      "value" : "..."
    },
    "Language" : "...",
    "MaximumVehicles" : 12345,
    "VehicleMonitoringDetailLevel" : "normal",
    "Extensions" : {
      "any" : { }
    },
    "version" : "...",
    "RequestTimestamp" : "...",
    "MessageIdentifier" : {
      "value" : "..."
    }
  },
  "IncrementalUpdates" : true,
  "ChangeBeforeUpdates" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "UpdateInterval" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "SubscriberRef" : {
    "value" : "..."
  },
  "SubscriptionIdentifier" : {
    "value" : "..."
  },
  "InitialTerminationTime" : "..."
}