DangerousGoodsRestrictionData

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
abstract class DangerousGoodsRestrictionData

Data corresponding to a single dangerous goods restriction.

Inheritors

Types

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class AdrTunnelRestriction(val type: AdrTunnelRestrictionCode, val violates: Boolean) : DangerousGoodsRestrictionData

ADR tunnel restriction.

Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class HazardousLoad(val type: HazmatClass, val violates: Boolean) : DangerousGoodsRestrictionData

Hazardous load restriction.

Properties

Link copied to clipboard
open val violates: Boolean

Flag to indicate if the current vehicle profile violates the dangerous goods restriction.