Class 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.

    • 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()  
      • Methods inherited from class java.lang.Object

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

      • AtlTic3TrafficAndTravelEventAttributeType

        public AtlTic3TrafficAndTravelEventAttributeType()
    • 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 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
      • toString

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