Class AtlTic3NetworkArea

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

    public class AtlTic3NetworkArea
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    Entspricht TIC3 Typ 'NetworkAreaType'.

    • 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)  
      AtlTic3NetworkArea clone()  
      java.lang.String getBeschreibung()
      Beschreibung des Gebietes.
      de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3NetworkAreaDescriptionType> getGebietsBeschreibung()
      TIC3 Netzgebietbeschreibung.
      java.lang.String getGebietskennung()
      TIC3 Gebietskennung.
      void setBeschreibung​(java.lang.String _beschreibung)
      Beschreibung des Gebietes.
      void setGebietskennung​(java.lang.String _gebietskennung)
      TIC3 Gebietskennung.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • AtlTic3NetworkArea

        public AtlTic3NetworkArea()
    • Method Detail

      • getBeschreibung

        public java.lang.String getBeschreibung()
        Beschreibung des Gebietes.

        Wert des 'description'-Attributes TIC Info XML Element NetworkArea.

        Returns:
        der Wert von Beschreibung.
      • setBeschreibung

        public void setBeschreibung​(java.lang.String _beschreibung)
        Beschreibung des Gebietes.

        Wert des 'description'-Attributes TIC Info XML Element NetworkArea.

        Parameters:
        _beschreibung - der neue Wert von Beschreibung.
      • getGebietskennung

        public java.lang.String getGebietskennung()
        TIC3 Gebietskennung.

        TIC Info XML Element: NetworkAreaIdentifier (NAI), A reference to "Area".

        Returns:
        der Wert von Gebietskennung.
      • setGebietskennung

        public void setGebietskennung​(java.lang.String _gebietskennung)
        TIC3 Gebietskennung.

        TIC Info XML Element: NetworkAreaIdentifier (NAI), A reference to "Area".

        Parameters:
        _gebietskennung - der neue Wert von Gebietskennung.
      • getGebietsBeschreibung

        public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3NetworkAreaDescriptionType> getGebietsBeschreibung()
        TIC3 Netzgebietbeschreibung.

        TIC Info XML Element: Description (DES), Descriptive information about the area such as the name and category, normally as a copy of the referenced "Area" data.

        Returns:
        der Wert von GebietsBeschreibung.
      • 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 AtlTic3NetworkArea 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