Class AtlTic3LocationTabelleInfo
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstic3.attribute.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 Summary
Constructors Constructor Description AtlTic3LocationTabelleInfo()
-
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)
AtlTic3LocationTabelleInfo
clone()
java.lang.String
getLocationTabelleErweiterterLandescode()
Erweiterter Ländercode der Locationtabelle.java.lang.String
getLocationTabelleLandescode()
Ländercode der Locationtabelle.java.lang.String
getLocationTabelleNummer()
Nummer der Locationtabelle.java.lang.String
getLocationTabelleVersion()
Version der Locationtabelle.void
setLocationTabelleErweiterterLandescode(java.lang.String _locationTabelleErweiterterLandescode)
Erweiterter Ländercode der Locationtabelle.void
setLocationTabelleLandescode(java.lang.String _locationTabelleLandescode)
Ländercode der Locationtabelle.void
setLocationTabelleNummer(java.lang.String _locationTabelleNummer)
Nummer der Locationtabelle.void
setLocationTabelleVersion(java.lang.String _locationTabelleVersion)
Version der Locationtabelle.java.lang.String
toString()
-
-
-
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 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 AtlTic3LocationTabelleInfo 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
-
-