Class AtlTic3LocationTabelleInfo

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

    public class AtlTic3LocationTabelleInfo
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    Informationen zur benutzten Location-Tabelle.

    • Constructor Detail

      • AtlTic3LocationTabelleInfo

        public AtlTic3LocationTabelleInfo()
    • Method Detail

      • getLocationTabelleErweiterterLandescode

        public java.lang.String getLocationTabelleErweiterterLandescode()
        Erweiterter Ländercode der Locationtabelle.

        TIC Info XML Element: LocationTableExtendedCountryCode (ECC). (The extended country code (ECC) of the TMC location table as defined in the RDS standard IEC 62106)

        Returns:
        der Wert von LocationTabelleErweiterterLandescode.
      • setLocationTabelleErweiterterLandescode

        public void setLocationTabelleErweiterterLandescode​(java.lang.String _locationTabelleErweiterterLandescode)
        Erweiterter Ländercode der Locationtabelle.

        TIC Info XML Element: LocationTableExtendedCountryCode (ECC). (The extended country code (ECC) of the TMC location table as defined in the RDS standard IEC 62106)

        Parameters:
        _locationTabelleErweiterterLandescode - der neue Wert von LocationTabelleErweiterterLandescode.
      • getLocationTabelleLandescode

        public java.lang.String getLocationTabelleLandescode()
        Ländercode der Locationtabelle.

        TIC Info XML Element: LocationTableCountryCode (CCO). (The country code (CC) of the TMC location table as defined in the RDS standard IEC 62106)

        Returns:
        der Wert von LocationTabelleLandescode.
      • setLocationTabelleLandescode

        public void setLocationTabelleLandescode​(java.lang.String _locationTabelleLandescode)
        Ländercode der Locationtabelle.

        TIC Info XML Element: LocationTableCountryCode (CCO). (The country code (CC) of the TMC location table as defined in the RDS standard IEC 62106)

        Parameters:
        _locationTabelleLandescode - der neue Wert von LocationTabelleLandescode.
      • getLocationTabelleNummer

        public java.lang.String getLocationTabelleNummer()
        Nummer der Locationtabelle.

        TIC Info XML Element: LocationTableNumber (TNU).

        Returns:
        der Wert von LocationTabelleNummer.
      • setLocationTabelleNummer

        public void setLocationTabelleNummer​(java.lang.String _locationTabelleNummer)
        Nummer der Locationtabelle.

        TIC Info XML Element: LocationTableNumber (TNU).

        Parameters:
        _locationTabelleNummer - der neue Wert von LocationTabelleNummer.
      • getLocationTabelleVersion

        public java.lang.String getLocationTabelleVersion()
        Version der Locationtabelle.

        TIC Info XML Element: LocationTableVersion (TVR).

        Returns:
        der Wert von LocationTabelleVersion.
      • setLocationTabelleVersion

        public void setLocationTabelleVersion​(java.lang.String _locationTabelleVersion)
        Version der Locationtabelle.

        TIC Info XML Element: LocationTableVersion (TVR).

        Parameters:
        _locationTabelleVersion - der neue Wert von LocationTabelleVersion.
      • 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 AtlTic3LocationTabelleInfo 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