HazardousMaterials Data Type

Implemented Interfaces
Serializable
Properties
name data type description
chemicalName ChemicalName
dangerousGoodsFlashPoint number
dangerousGoodsRegulations DangerousGoodRegulationsEnum
hazardCodeIdentification string
hazardCodeVersionNumber number
hazardSubstanceItemPageNumber string
tremCardNumber string
uNDGNumber string
volumeOfDangerousGoods number
weightOfDangerousGoods number
hazardousMaterialsExtension ExtensionType

Example

{
  "chemicalName" : {
    "value" : [ {
      "value" : "...",
      "lang" : "..."
    }, {
      "value" : "...",
      "lang" : "..."
    } ]
  },
  "dangerousGoodsFlashPoint" : 12345.0,
  "dangerousGoodsRegulations" : "railroadDangerousGoodsBook",
  "hazardCodeIdentification" : "...",
  "hazardCodeVersionNumber" : 12345,
  "hazardSubstanceItemPageNumber" : "...",
  "tremCardNumber" : "...",
  "uNDGNumber" : "...",
  "volumeOfDangerousGoods" : 12345.0,
  "weightOfDangerousGoods" : 12345.0,
  "hazardousMaterialsExtension" : {
    "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" : { }
    } ]
  }
}