StopMonitoringFilterStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
PreviewInterval Duration
StartTime string
MonitoringRef MonitoringRefStructure
OperatorRef OperatorRefStructure
LineRef LineRef
DirectionRef DirectionRefStructure
DestinationRef DestinationRef
StopVisitTypes StopVisitTypeEnumeration
Language boolean
IncludeTranslations boolean
MaximumStopVisits number
MinimumStopVisitsPerLineVia number
MinimumStopVisitsPerLine number
MaximumTextLength number
StopMonitoringDetailLevel StopMonitoringDetailEnumeration
IncludeSituations boolean
MaximumNumberOfCalls MaximumNumberOfCalls
Extensions Extensions

Example

{
  "PreviewInterval" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "StartTime" : "...",
  "MonitoringRef" : {
    "value" : "..."
  },
  "OperatorRef" : {
    "value" : "..."
  },
  "LineRef" : {
    "value" : "..."
  },
  "DirectionRef" : {
    "value" : "..."
  },
  "DestinationRef" : {
    "value" : "..."
  },
  "StopVisitTypes" : "arrivals",
  "Language" : true,
  "IncludeTranslations" : true,
  "MaximumStopVisits" : 12345,
  "MinimumStopVisitsPerLineVia" : 12345,
  "MinimumStopVisitsPerLine" : 12345,
  "MaximumTextLength" : 12345,
  "StopMonitoringDetailLevel" : "normal",
  "IncludeSituations" : true,
  "MaximumNumberOfCalls" : {
    "Previous" : 12345,
    "Onwards" : 12345
  },
  "Extensions" : {
    "anies" : [ {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }, {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    } ]
  }
}