Class AtlTic3ErgebnisErzeugungRegel

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

    public class AtlTic3ErgebnisErzeugungRegel
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.bitctrl.modell.att.Attributliste
    TIC3 CreateResultRuleType.

    • Constructor Detail

      • AtlTic3ErgebnisErzeugungRegel

        public AtlTic3ErgebnisErzeugungRegel()
    • Method Detail

      • getVerwenden

        public AttJaNein getVerwenden()
        Verwenden.

        TIC3 Info XML Element: Use (USE), Specifies whether or not the element is used to create the data contained in this object.

        Returns:
        der Wert von Verwenden.
      • setVerwenden

        public void setVerwenden​(AttJaNein _verwenden)
        Verwenden.

        TIC3 Info XML Element: Use (USE), Specifies whether or not the element is used to create the data contained in this object.

        Parameters:
        _verwenden - der neue Wert von Verwenden.
      • getElementpfad

        public java.lang.String getElementpfad()
        Elementpfad.

        TIC3 Info XML Element: ElementPath (ELP), The address of the element which was combined, consisting of the path from the root of the object type to the element and the element identifier.

        Returns:
        der Wert von Elementpfad.
      • setElementpfad

        public void setElementpfad​(java.lang.String _elementpfad)
        Elementpfad.

        TIC3 Info XML Element: ElementPath (ELP), The address of the element which was combined, consisting of the path from the root of the object type to the element and the element identifier.

        Parameters:
        _elementpfad - der neue Wert von Elementpfad.
      • getElementschluessel

        public java.lang.String getElementschluessel()
        Elementschlüssel.

        TIC3 Info XML Element: ElementKey (ELV), The key of the element which was combined.

        Returns:
        der Wert von Elementschluessel.
      • setElementschluessel

        public void setElementschluessel​(java.lang.String _elementschluessel)
        Elementschlüssel.

        TIC3 Info XML Element: ElementKey (ELV), The key of the element which was combined.

        Parameters:
        _elementschluessel - der neue Wert von Elementschluessel.
      • 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 AtlTic3ErgebnisErzeugungRegel 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