Class AtlTic3Location
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstic3.attribute.AtlTic3Location
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlTic3Location extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
TIC3-Lokationsinformationen.Entspricht TIC3 Info Typ 'LocationType', TIC3 Info XML Element: Location (LOC): Information about a location specified by one or more location referencing methods such as TIC3 location, geographical position, or TMC location.
-
-
Constructor Summary
Constructors Constructor Description AtlTic3Location()
-
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)
AtlTic3Location
clone()
java.lang.String
getBeschreibung()
Beschreibung der Lokation.de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3KoordinatenLocation>
getTIC3KoordinatenLocation()
TIC3-Lokationsinformationen mit WGS-Koordinaten.de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3tic3Location>
getTIC3TicLocation()
TIC3-Lokationsinformationen mit TIC3-Lokationen.de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3tmcLocation>
getTIC3TmcLocation()
TIC3-Lokationsinformationen mit TMC-Lokationen.void
setBeschreibung(java.lang.String _beschreibung)
Beschreibung der Lokation.java.lang.String
toString()
-
-
-
Method Detail
-
getBeschreibung
public java.lang.String getBeschreibung()
Beschreibung der Lokation.Wert des 'description'-Attributes TIC Info XML Element Location.
- Returns:
- der Wert von Beschreibung.
-
setBeschreibung
public void setBeschreibung(java.lang.String _beschreibung)
Beschreibung der Lokation.Wert des 'description'-Attributes TIC Info XML Element Location.
- Parameters:
_beschreibung
- der neue Wert von Beschreibung.
-
getTIC3KoordinatenLocation
public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3KoordinatenLocation> getTIC3KoordinatenLocation()
TIC3-Lokationsinformationen mit WGS-Koordinaten.TIC3 Info XML Element: Position (POS), The position as one or more geographical coordinates (WGS84).
- Returns:
- der Wert von TIC3KoordinatenLocation.
-
getTIC3TmcLocation
public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3tmcLocation> getTIC3TmcLocation()
TIC3-Lokationsinformationen mit TMC-Lokationen.TIC3 Info XML Element: TmcLocation (TMC), A list of information about TMC coded locations.
- Returns:
- der Wert von TIC3TmcLocation.
-
getTIC3TicLocation
public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3tic3Location> getTIC3TicLocation()
TIC3-Lokationsinformationen mit TIC3-Lokationen.TIC3 Info XML Element: Tic3Location (T3L), A list of network references per network.
- Returns:
- der Wert von TIC3TicLocation.
-
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 AtlTic3Location 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
-
-