Class AtlTmcDaten
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmtmcverkehrsmeldung.attribute.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 Summary
Constructors Constructor Description AtlTmcDaten()
-
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)
AtlTmcDaten
clone()
AtlTmcEreignisse
getEreignisInformationen()
Verkehrsinformationen.AtlTmcVerortung
getVerortungsInformationen()
Verortungsinformationen.AtlTmcVerwaltung
getVerwaltungsInformationen()
Verwaltungsinformationen.void
setEreignisInformationen(AtlTmcEreignisse _ereignisInformationen)
Verkehrsinformationen.void
setVerortungsInformationen(AtlTmcVerortung _verortungsInformationen)
Verortungsinformationen.void
setVerwaltungsInformationen(AtlTmcVerwaltung _verwaltungsInformationen)
Verwaltungsinformationen.java.lang.String
toString()
-
-
-
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 interfacede.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 interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
-
clone
public AtlTmcDaten clone()
- Specified by:
clone
in interfacede.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
- Overrides:
clone
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-