SituationExchangeCapabilitiesResponseStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
SituationExchangeServiceCapabilities SituationExchangeServiceCapabilities
SituationExchangePermissions SituationExchangePermissions
Extensions Extensions
version string
Properties inherited from AbstractServiceCapabilitiesResponseStructure
RequestMessageRef MessageQualifierStructure
Status boolean
ErrorCondition ServiceDeliveryErrorConditionStructure
Properties inherited from ResponseStructure
ResponseTimestamp string

Example

{
  "SituationExchangeServiceCapabilities" : {
    "TopicFiltering" : {
      "DefaultPreviewInterval" : { },
      "FilterByFacilityRef" : true,
      "FilterByLocationRef" : true,
      "FilterByVehicleRef" : true,
      "FilterByLineRef" : true,
      "FilterByStopPointRef" : true,
      "FilterByVehicleJourneyRef" : true,
      "FilterByConnectionLinkRef" : true,
      "FilterByInterchangeRef" : true,
      "FilterBySpecificNeed" : true
    },
    "RequestPolicy" : {
      "HasMaximumFacilityStatus" : true,
      "NationalLanguage" : [ "...", "..." ],
      "WgsDecimalDegrees" : "...",
      "GmlCoordinateFormat" : "..."
    },
    "SubscriptionPolicy" : {
      "HasIncrementalUpdates" : true,
      "HasChangeSensitivity" : true
    },
    "AccessControl" : {
      "CheckOperatorRef" : true,
      "CheckLineRef" : true,
      "RequestChecking" : true
    },
    "ResponseFeatures" : {
      "HasRemedy" : true,
      "HasFacilityLocation" : true
    },
    "Extensions" : {
      "any" : { }
    },
    "GeneralInteraction" : {
      "Interaction" : { },
      "Delivery" : { },
      "MultipartDespatch" : true,
      "MultipleSubscriberFilter" : true,
      "HasConfirmDelivery" : true,
      "HasHeartbeat" : true,
      "VisitNumberisOrder" : true
    },
    "TransportDescription" : {
      "CommunicationsTransportMethod" : "other",
      "CompressionMethod" : "other"
    }
  },
  "SituationExchangePermissions" : {
    "SituationExchangePermission" : [ {
      "OperatorPermissions" : { },
      "LinePermissions" : { },
      "Extensions" : { },
      "ParticipantRef" : { },
      "AllParticipants" : "...",
      "GeneralCapabilities" : { }
    }, {
      "OperatorPermissions" : { },
      "LinePermissions" : { },
      "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" : {
      "ErrorText" : "..."
    },
    "Description" : {
      "value" : "..."
    }
  },
  "ResponseTimestamp" : "..."
}