Class AtlTic3TrafficAndTravelEventAttributeType
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstic3.attribute.AtlTic3TrafficAndTravelEventAttributeType
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlTic3TrafficAndTravelEventAttributeType extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
>TIC3 TrafficAndTravelEventAttributeType.
-
-
Constructor Summary
Constructors Constructor Description AtlTic3TrafficAndTravelEventAttributeType()
-
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)
AtlTic3TrafficAndTravelEventAttributeType
clone()
java.lang.String
getAttribut()
TIC3 Info XML Element: Attribute (ATT), A reference to "Traffic And Travel Event Attribute".java.lang.String
getBeschreibung()
Beschreibung aus Wert des 'description'-Attributes.AttTic3OptionalerDoubleWert
getWert()
TIC3 Info XML Element: Value (VAL), The value which is assigned to the traffic and travel event code attribute.void
setAttribut(java.lang.String _attribut)
TIC3 Info XML Element: Attribute (ATT), A reference to "Traffic And Travel Event Attribute".void
setBeschreibung(java.lang.String _beschreibung)
Beschreibung aus Wert des 'description'-Attributes.void
setWert(AttTic3OptionalerDoubleWert _wert)
TIC3 Info XML Element: Value (VAL), The value which is assigned to the traffic and travel event code attribute.java.lang.String
toString()
-
-
-
Method Detail
-
getBeschreibung
public java.lang.String getBeschreibung()
Beschreibung aus Wert des 'description'-Attributes.- Returns:
- der Wert von Beschreibung.
-
setBeschreibung
public void setBeschreibung(java.lang.String _beschreibung)
Beschreibung aus Wert des 'description'-Attributes.- Parameters:
_beschreibung
- der neue Wert von Beschreibung.
-
getAttribut
public java.lang.String getAttribut()
TIC3 Info XML Element: Attribute (ATT), A reference to "Traffic And Travel Event Attribute".- Returns:
- der Wert von Attribut.
-
setAttribut
public void setAttribut(java.lang.String _attribut)
TIC3 Info XML Element: Attribute (ATT), A reference to "Traffic And Travel Event Attribute".- Parameters:
_attribut
- der neue Wert von Attribut.
-
getWert
public AttTic3OptionalerDoubleWert getWert()
TIC3 Info XML Element: Value (VAL), The value which is assigned to the traffic and travel event code attribute.- Returns:
- der Wert von Wert.
-
setWert
public void setWert(AttTic3OptionalerDoubleWert _wert)
TIC3 Info XML Element: Value (VAL), The value which is assigned to the traffic and travel event code attribute.- Parameters:
_wert
- der neue Wert von Wert.
-
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 AtlTic3TrafficAndTravelEventAttributeType 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
-
-