Class AtlTmcDaten

  • All Implemented Interfaces:
    de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste

    public class AtlTmcDaten
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    Daten der Meldung.

    • Constructor Detail

      • AtlTmcDaten

        public AtlTmcDaten()
    • Method Detail

      • getVerwaltungsInformationen

        public AtlTmcVerwaltung getVerwaltungsInformationen()
        Verwaltungsinformationen.

        Verwaltungsinformationen der Meldung.

        Returns:
        der Wert von VerwaltungsInformationen.
      • setVerwaltungsInformationen

        public void setVerwaltungsInformationen​(AtlTmcVerwaltung _verwaltungsInformationen)
        Verwaltungsinformationen.

        Verwaltungsinformationen der Meldung.

        Parameters:
        _verwaltungsInformationen - der neue Wert von VerwaltungsInformationen.
      • getEreignisInformationen

        public AtlTmcEreignisse getEreignisInformationen()
        Verkehrsinformationen.

        Verkehrsinformationen der Meldung.

        Returns:
        der Wert von EreignisInformationen.
      • setEreignisInformationen

        public void setEreignisInformationen​(AtlTmcEreignisse _ereignisInformationen)
        Verkehrsinformationen.

        Verkehrsinformationen der Meldung.

        Parameters:
        _ereignisInformationen - der neue Wert von EreignisInformationen.
      • getVerortungsInformationen

        public AtlTmcVerortung getVerortungsInformationen()
        Verortungsinformationen.

        Verortungsinformationen der Meldung.

        Returns:
        der Wert von VerortungsInformationen.
      • setVerortungsInformationen

        public void setVerortungsInformationen​(AtlTmcVerortung _verortungsInformationen)
        Verortungsinformationen.

        Verortungsinformationen der Meldung.

        Parameters:
        _verortungsInformationen - der neue Wert von VerortungsInformationen.
      • bean2Atl

        public void bean2Atl​(de.bsvrz.dav.daf.main.Data datum,
                             de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Specified by:
        bean2Atl in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
      • atl2Bean

        public void atl2Bean​(de.bsvrz.dav.daf.main.Data daten,
                             de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)
        Specified by:
        atl2Bean in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
      • clone

        public AtlTmcDaten clone()
        Specified by:
        clone in interface de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
        Overrides:
        clone in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object