ConnectionMonitoringCapabilitiesResponseStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ConnectionMonitoringServiceCapabilities ConnectionTimetableServiceCapabilitiesStructure
ConnectionMonitoringPermissions ConnectionMonitoringPermissions
Extensions Extensions
version string
Properties inherited from AbstractServiceCapabilitiesResponseStructure
RequestMessageRef MessageQualifierStructure
Status boolean
ErrorCondition ServiceDeliveryErrorConditionElement
Properties inherited from ResponseStructure
ResponseTimestamp string

Example

{
  "ConnectionMonitoringServiceCapabilities" : {
    "TopicFiltering" : {
      "FilterByLineRef" : true,
      "FilterByConnectionLinkRef" : true
    },
    "RequestPolicy" : {
      "ForeignJourneysOnly" : true,
      "NationalLanguage" : [ "...", "..." ],
      "WgsDecimalDegrees" : "...",
      "GmlCoordinateFormat" : "..."
    },
    "SubscriptionPolicy" : {
      "HasIncrementalUpdates" : true,
      "HasChangeSensitivity" : true
    },
    "AccessControl" : {
      "CheckOperatorRef" : true,
      "CheckLineRef" : true,
      "CheckConnectionLinkRef" : true,
      "RequestChecking" : true
    },
    "Extensions" : {
      "any" : { }
    },
    "GeneralInteraction" : {
      "Interaction" : { },
      "Delivery" : { },
      "MultipartDespatch" : true,
      "MultipleSubscriberFilter" : true,
      "HasConfirmDelivery" : true,
      "HasHeartbeat" : true,
      "VisitNumberisOrder" : true
    },
    "TransportDescription" : {
      "CommunicationsTransportMethod" : "wsdlSoap",
      "CompressionMethod" : "other"
    }
  },
  "ConnectionMonitoringPermissions" : {
    "ConnectionMonitoringPermission" : [ {
      "OperatorPermissions" : { },
      "LinePermissions" : { },
      "ConnectionLinkPermissions" : { },
      "Extensions" : { },
      "ParticipantRef" : { },
      "AllParticipants" : "...",
      "GeneralCapabilities" : { }
    }, {
      "OperatorPermissions" : { },
      "LinePermissions" : { },
      "ConnectionLinkPermissions" : { },
      "Extensions" : { },
      "ParticipantRef" : { },
      "AllParticipants" : "...",
      "GeneralCapabilities" : { }
    } ]
  },
  "Extensions" : {
    "any" : {
      "tagName" : "...",
      "schemaTypeInfo" : { },
      "ownerDocument" : { },
      "firstChild" : { },
      "prefix" : "...",
      "nextSibling" : { },
      "parentNode" : { },
      "nodeType" : 12345,
      "nodeValue" : "...",
      "nodeName" : "...",
      "namespaceURI" : "...",
      "childNodes" : { },
      "baseURI" : "...",
      "localName" : "...",
      "attributes" : { },
      "lastChild" : { },
      "textContent" : "...",
      "previousSibling" : { }
    }
  },
  "version" : "...",
  "RequestMessageRef" : {
    "value" : "..."
  },
  "Status" : true,
  "ErrorCondition" : {
    "OtherError" : {
      "ErrorText" : "..."
    },
    "AllowedResourceUsageExceededError" : {
      "ErrorText" : "..."
    },
    "NoInfoForTopicError" : {
      "ErrorText" : "..."
    },
    "AccessNotAllowedError" : {
      "ErrorText" : "..."
    },
    "CapabilityNotSupportedError" : {
      "CapabilityRef" : "...",
      "ErrorText" : "..."
    },
    "Description" : {
      "value" : "..."
    }
  },
  "ResponseTimestamp" : "..."
}