v1

package
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package v1 contains the type definitions for ReasonCode v1.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ReasonCode

type ReasonCode struct {
	// SV: Full orsakskod, detta fält motsvarar det som finns från och med TrainAnnouncement version 1.5 under t.ex. Deviation.Code<br /> eller i objekttypen TrainMessage från och med schemaversion 1.5 under ReasonCode.Code
	Code *string `xml:"Code,omitempty"`
	// SV: Beskrivning för vilken grupp orsakskoden tillhör, t.ex Annonseringstexter och Orsaker nya principer
	GroupDescription *string `xml:"GroupDescription,omitempty"`
	// SV: Nivå 1 beskrivning, beskriver vilken typ av orsakskod.
	Level1Description *string `xml:"Level1Description,omitempty"`
	// SV: Nivå 2 beskrivning, beskriver vilken betydelse orsakskoden har, t.ex. Nationell
	Level2Description *string `xml:"Level2Description,omitempty"`
	// SV: Nivå 3 beskrivning, beskrivande text för orsakskoden, detta fält motsvarar det som finns i objekttypen TrainAnnouncement från och med schemaversion 1.5 under t.ex. Deviation.Description<br /> eller i objekttypen TrainMessage från och med schemaversion 1.5 under ReasonCode.Description
	Level3Description *string `xml:"Level3Description,omitempty"`
	// SV: Anger att dataposten raderats
	Deleted *bool `xml:"Deleted,omitempty"`
	// SV: Tidpunkt då dataposten ändrades
	ModifiedTime *time.Time `xml:"ModifiedTime,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL