ProductionTimetableCapabilitiesResponseStructure Data Type

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

Example

{
  "ProductionTimetableServiceCapabilities" : {
    "TopicFiltering" : {
      "FilterByValidityPeriod" : true,
      "FilterByOperatorRef" : true,
      "FilterByLineRef" : true,
      "FilterByVersionRef" : true
    },
    "RequestPolicy" : {
      "NationalLanguage" : [ "...", "..." ],
      "WgsDecimalDegrees" : "...",
      "GmlCoordinateFormat" : "..."
    },
    "SubscriptionPolicy" : {
      "HasIncrementalUpdates" : 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" : "httpPost",
      "CompressionMethod" : "none"
    }
  },
  "ProductionTimetablePermissions" : {
    "ProductionTimetablePermission" : [ {
      "OperatorPermissions" : { },
      "LinePermissions" : { },
      "ConnectionLinkPermissions" : { },
      "Extensions" : { },
      "ParticipantRef" : { },
      "AllParticipants" : "...",
      "GeneralCapabilities" : { }
    }, {
      "OperatorPermissions" : { },
      "LinePermissions" : { },
      "ConnectionLinkPermissions" : { },
      "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" : "..."
}