D2LogicalModel Data Type

Implemented Interfaces
Serializable
Properties
name data type description
exchange Exchange
payloadPublication PayloadPublication
d2LogicalModelExtension ExtensionType
modelBaseVersion string

Example

{
  "exchange" : {
    "changedFlag" : "filter",
    "clientIdentification" : "...",
    "deliveryBreak" : true,
    "denyReason" : "wrongFilter",
    "historicalStartDate" : {
      "value" : "..."
    },
    "historicalStopDate" : {
      "value" : "..."
    },
    "keepAlive" : true,
    "requestType" : "requestData",
    "response" : "subscriptionRequestDenied",
    "subscriptionReference" : "...",
    "supplierIdentification" : {
      "country" : "fr",
      "nationalIdentifier" : "...",
      "internationalIdentifierExtension" : { }
    },
    "target" : {
      "address" : "...",
      "protocol" : "...",
      "targetExtension" : { }
    },
    "subscription" : {
      "deleteSubscription" : true,
      "deliveryInterval" : 12345.0,
      "operatingMode" : "operatingMode1",
      "subscriptionStartTime" : { },
      "subscriptionState" : "suspended",
      "subscriptionStopTime" : { },
      "updateMethod" : "snapshot",
      "target" : [ { }, { } ],
      "filterReference" : { },
      "catalogueReference" : { },
      "subscriptionExtension" : { }
    },
    "filterReference" : [ {
      "deleteFilter" : true,
      "filterOperationApproved" : true,
      "keyFilterReference" : "...",
      "filterReferenceExtension" : { }
    }, {
      "deleteFilter" : true,
      "filterOperationApproved" : true,
      "keyFilterReference" : "...",
      "filterReferenceExtension" : { }
    } ],
    "catalogueReference" : [ {
      "keyCatalogueReference" : "...",
      "catalogueReferenceExtension" : { }
    }, {
      "keyCatalogueReference" : "...",
      "catalogueReferenceExtension" : { }
    } ],
    "exchangeExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "payloadPublication" : {
    "feedType" : "...",
    "publicationTime" : {
      "value" : "..."
    },
    "publicationCreator" : {
      "country" : "at",
      "nationalIdentifier" : "...",
      "internationalIdentifierExtension" : { }
    },
    "payloadPublicationExtension" : {
      "anies" : [ { }, { } ]
    },
    "lang" : "..."
  },
  "d2LogicalModelExtension" : {
    "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" : { }
    } ]
  },
  "modelBaseVersion" : "..."
}