VehicleAndTrafficTypeAdvice Data Type

Implemented Interfaces
Serializable
Properties
name data type description
forTrafficOfType TrafficDestinationTypeEnum
forVehiclesWithCharacteristicsOf VehicleCharacteristics
vehicleAndTrafficTypeAdviceExtension ExtensionType
Properties inherited from Advice
adviceExtension ExtensionType

Example

{
  "forTrafficOfType" : "destinedForRailService",
  "forVehiclesWithCharacteristicsOf" : {
    "fuelType" : "petrol",
    "loadType" : "perishableProducts",
    "vehicleEquipment" : "notUsingSnowChains",
    "vehicleType" : [ "articulatedVehicle", "withOddNumberedRegistrationPlates" ],
    "vehicleUsage" : "military",
    "grossWeightCharacteristic" : [ {
      "comparisonOperator" : "lessThan",
      "grossVehicleWeight" : 12345.0,
      "grossWeightCharacteristicExtension" : { }
    }, {
      "comparisonOperator" : "lessThan",
      "grossVehicleWeight" : 12345.0,
      "grossWeightCharacteristicExtension" : { }
    } ],
    "heightCharacteristic" : [ {
      "comparisonOperator" : "greaterThan",
      "vehicleHeight" : 12345.0,
      "heightCharacteristicExtension" : { }
    }, {
      "comparisonOperator" : "lessThan",
      "vehicleHeight" : 12345.0,
      "heightCharacteristicExtension" : { }
    } ],
    "lengthCharacteristic" : [ {
      "comparisonOperator" : "lessThan",
      "vehicleLength" : 12345.0,
      "lengthCharacteristicExtension" : { }
    }, {
      "comparisonOperator" : "lessThan",
      "vehicleLength" : 12345.0,
      "lengthCharacteristicExtension" : { }
    } ],
    "widthCharacteristic" : [ {
      "comparisonOperator" : "equalTo",
      "vehicleWidth" : 12345.0,
      "widthCharacteristicExtension" : { }
    }, {
      "comparisonOperator" : "lessThan",
      "vehicleWidth" : 12345.0,
      "widthCharacteristicExtension" : { }
    } ],
    "heaviestAxleWeightCharacteristic" : [ {
      "comparisonOperator" : "equalTo",
      "heaviestAxleWeight" : 12345.0,
      "heaviestAxleWeightCharacteristicExtension" : { }
    }, {
      "comparisonOperator" : "lessThan",
      "heaviestAxleWeight" : 12345.0,
      "heaviestAxleWeightCharacteristicExtension" : { }
    } ],
    "numberOfAxlesCharacteristic" : [ {
      "comparisonOperator" : "lessThan",
      "numberOfAxles" : 12345,
      "numberOfAxlesCharacteristicExtension" : { }
    }, {
      "comparisonOperator" : "equalTo",
      "numberOfAxles" : 12345,
      "numberOfAxlesCharacteristicExtension" : { }
    } ],
    "vehicleCharacteristicsExtension" : {
      "anies" : [ { }, { } ]
    }
  },
  "vehicleAndTrafficTypeAdviceExtension" : {
    "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" : { }
    } ]
  },
  "adviceExtension" : {
    "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" : { }
    } ]
  }
}