Class AtlTic3tic3Location
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstic3.attribute.AtlTic3tic3Location
-
- All Implemented Interfaces:
de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
public class AtlTic3tic3Location extends java.lang.Object implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
TIC3-Lokationsinformationen mit TIC3-Lokationen.Entspricht TIC3 Typ 'Tic3LocationType' (aktuell ohne EdgeTyp).
-
-
Constructor Summary
Constructors Constructor Description AtlTic3tic3Location()
-
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)
AtlTic3tic3Location
clone()
de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3NetworkPointOfInterest>
getTIC3NetworkPointOfInterest()
TIC3 NetworkPointOfInterest.de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<de.bsvrz.sys.funclib.bitctrl.modell.att.Zeitstempel>
getTIC3Netzerzeugungszeit()
TIC3 Netzerzeugungszeit.de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3NetworkArea>
getTIC3Netzgebiet()
TIC3 Netzgebiet.java.lang.String
getTIC3Netzkennung()
TIC3 Netzkennung.de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3KoordinatenLocation>
getTIC3Shape()
TIC3 Liste von Umrissen.void
setTIC3Netzkennung(java.lang.String _tIC3Netzkennung)
TIC3 Netzkennung.java.lang.String
toString()
-
-
-
Method Detail
-
getTIC3Netzkennung
public java.lang.String getTIC3Netzkennung()
TIC3 Netzkennung.TIC Info XML Element: NetworkIdentifier (NID), The identifier of the network. The network version is specified by the combination of the network identifier and the network release date. A reference to "Network".
- Returns:
- der Wert von TIC3Netzkennung.
-
setTIC3Netzkennung
public void setTIC3Netzkennung(java.lang.String _tIC3Netzkennung)
TIC3 Netzkennung.TIC Info XML Element: NetworkIdentifier (NID), The identifier of the network. The network version is specified by the combination of the network identifier and the network release date. A reference to "Network".
- Parameters:
_tIC3Netzkennung
- der neue Wert von TIC3Netzkennung.
-
getTIC3Netzgebiet
public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3NetworkArea> getTIC3Netzgebiet()
TIC3 Netzgebiet.TIC Info XML Element: NetworkArea (NAR), Information about an area such as the reference and description.
- Returns:
- der Wert von TIC3Netzgebiet.
-
getTIC3NetworkPointOfInterest
public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3NetworkPointOfInterest> getTIC3NetworkPointOfInterest()
TIC3 NetworkPointOfInterest.TIC Info XML Element: NetworkPointOfInterest (POI), Information about a point of interest (POI) such as the reference and description.
- Returns:
- der Wert von TIC3NetworkPointOfInterest.
-
getTIC3Shape
public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3KoordinatenLocation> getTIC3Shape()
TIC3 Liste von Umrissen.TIC Info XML Element: Shape (SHP), A list of shapes.
- Returns:
- der Wert von TIC3Shape.
-
getTIC3Netzerzeugungszeit
public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<de.bsvrz.sys.funclib.bitctrl.modell.att.Zeitstempel> getTIC3Netzerzeugungszeit()
TIC3 Netzerzeugungszeit.TIC Info XML Element: NetworkCreateTime (NVR), The date and time when the network was created, used as the release date of the identified network. The network version is specified by the combination of the network identifier and the network release date.
- Returns:
- der Wert von TIC3Netzerzeugungszeit.
-
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 AtlTic3tic3Location 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
-
-