Class AtlTic3Event

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

    public class AtlTic3Event
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    TIC3-Ereignisdaten.

    Entspricht TIC3 Typ 'TrafficAndTravelEventType' (ohne SaeRdsEvent).

    • Constructor Summary

      Constructors 
      Constructor Description
      AtlTic3Event()  
    • Method Summary

      Modifier and Type Method Description
      void atl2Bean​(de.bsvrz.dav.daf.main.Data daten, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)  
      void bean2Atl​(de.bsvrz.dav.daf.main.Data datum, de.bsvrz.sys.funclib.bitctrl.modell.ObjektFactory factory)  
      AtlTic3Event clone()  
      java.lang.String getBeschreibung()
      Beschreibung.
      de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3tic3Event> getTIC3Tic3Event()
      TIC3-codierte Ereignisse.
      de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3tmcEvent> getTIC3TmcEvent()
      TMC-codierte Ereignisse.
      void setBeschreibung​(java.lang.String _beschreibung)
      Beschreibung.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AtlTic3Event

        public AtlTic3Event()
    • Method Detail

      • getBeschreibung

        public java.lang.String getBeschreibung()
        Beschreibung.

        Wert des 'description'-Attributes TIC Info XML Element Event.

        Returns:
        der Wert von Beschreibung.
      • setBeschreibung

        public void setBeschreibung​(java.lang.String _beschreibung)
        Beschreibung.

        Wert des 'description'-Attributes TIC Info XML Element Event.

        Parameters:
        _beschreibung - der neue Wert von Beschreibung.
      • getTIC3TmcEvent

        public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3tmcEvent> getTIC3TmcEvent()
        TMC-codierte Ereignisse.

        TIC3 Info XML Element: TmcEvent (TMC), A list of one or more TMC event codes with additional information which are equivalent to "TIC3 event" codes, where TMC is defined in the TMC standard ISO 14819-2.

        Returns:
        der Wert von TIC3TmcEvent.
      • getTIC3Tic3Event

        public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3tic3Event> getTIC3Tic3Event()
        TIC3-codierte Ereignisse.

        TIC3 Info XML Element: Tic3Event (T3E), A list of one or more TIC3 traffic and travel event codes and their attributes, where the TIC3 event codes are defined based on a combination of standards such asTMC or SAE RDS.

        Returns:
        der Wert von TIC3Tic3Event.
      • 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 AtlTic3Event 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