AlertCArea Data Type

Implemented Interfaces
Serializable
Properties
name data type description
alertCLocationCountryCode string
alertCLocationTableNumber string
alertCLocationTableVersion string
areaLocation AlertCLocation
alertCAreaExtension ExtensionType

Example

{
  "alertCLocationCountryCode" : "...",
  "alertCLocationTableNumber" : "...",
  "alertCLocationTableVersion" : "...",
  "areaLocation" : {
    "alertCLocationName" : {
      "value" : [ { }, { } ]
    },
    "specificLocation" : 12345,
    "alertCLocationExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "alertCAreaExtension" : {
    "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" : { }
    } ]
  }
}