StopTimetableCapabilitiesResponseStructure Data Type

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

Example

{
  "StopTimetableServiceCapabilities" : {
    "TopicFiltering" : {
      "FilterByMonitoringRef" : true,
      "FilterByLineRef" : true,
      "FilterByDirectionRef" : true
    },
    "RequestPolicy" : {
      "UseReferences" : true,
      "UseNames" : true,
      "NationalLanguage" : [ "...", "..." ],
      "WgsDecimalDegrees" : "...",
      "GmlCoordinateFormat" : "..."
    },
    "AccessControl" : {
      "CheckOperatorRef" : true,
      "CheckLineRef" : true,
      "CheckMonitoringRef" : true,
      "RequestChecking" : true
    },
    "Extensions" : {
      "any" : { }
    },
    "GeneralInteraction" : {
      "Interaction" : { },
      "Delivery" : { },
      "MultipartDespatch" : true,
      "MultipleSubscriberFilter" : true,
      "HasConfirmDelivery" : true,
      "HasHeartbeat" : true,
      "VisitNumberisOrder" : true
    },
    "TransportDescription" : {
      "CommunicationsTransportMethod" : "wsdlSoap",
      "CompressionMethod" : "other"
    }
  },
  "StopTimetablePermissions" : {
    "StopTimetablePermission" : [ {
      "OperatorPermissions" : { },
      "LinePermissions" : { },
      "StopMonitorPermissions" : { },
      "Extensions" : { },
      "ParticipantRef" : { },
      "AllParticipants" : "...",
      "GeneralCapabilities" : { }
    }, {
      "OperatorPermissions" : { },
      "LinePermissions" : { },
      "StopMonitorPermissions" : { },
      "Extensions" : { },
      "ParticipantRef" : { },
      "AllParticipants" : "...",
      "GeneralCapabilities" : { }
    } ],
    "PermissionVersionRef" : {
      "value" : "..."
    }
  },
  "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" : "..."
}