StopTimetableServiceCapabilities Data Type

Implemented Interfaces
Serializable
Properties
name data type description
TopicFiltering TopicFiltering
RequestPolicy StopTimetableCapabilityRequestPolicyStructure
AccessControl AccessControl
Extensions Extensions
Properties inherited from AbstractCapabilitiesStructure
GeneralInteraction CapabilityGeneralInteractionStructure
TransportDescription TransportDescriptionStructure

Example

{
  "TopicFiltering" : {
    "FilterByMonitoringRef" : true,
    "FilterByLineRef" : true,
    "FilterByDirectionRef" : true
  },
  "RequestPolicy" : {
    "UseReferences" : true,
    "UseNames" : true,
    "NationalLanguage" : [ "...", "..." ],
    "Translations" : true,
    "WgsDecimalDegrees" : "...",
    "GmlCoordinateFormat" : "..."
  },
  "AccessControl" : {
    "CheckOperatorRef" : true,
    "CheckLineRef" : true,
    "CheckMonitoringRef" : true,
    "RequestChecking" : true
  },
  "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" : { }
    } ]
  },
  "GeneralInteraction" : {
    "Interaction" : {
      "RequestResponse" : true,
      "PublishSubscribe" : true
    },
    "Delivery" : {
      "DirectDelivery" : true,
      "FetchedDelivery" : true
    },
    "MultipartDespatch" : true,
    "MultipleSubscriberFilter" : true,
    "HasConfirmDelivery" : true,
    "HasHeartbeat" : true,
    "VisitNumberisOrder" : true
  },
  "TransportDescription" : {
    "CommunicationsTransportMethod" : "wsdlSoap",
    "CompressionMethod" : "none"
  }
}