Class AtlTic3tmcEvent

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

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

    • Constructor Detail

      • AtlTic3tmcEvent

        public AtlTic3tmcEvent()
    • Method Detail

      • getCode

        public AttZahl getCode()
        TMC-Code.

        TIC3 Info XML Element: Code (COD), The TMC event or supplementary information code.

        Returns:
        der Wert von Code.
      • setCode

        public void setCode​(AttZahl _code)
        TMC-Code.

        TIC3 Info XML Element: Code (COD), The TMC event or supplementary information code.

        Parameters:
        _code - der neue Wert von Code.
      • getType

        public AttTmcEventCodeTypeEnum getType()
        TMC-Eventcode Typ.

        TIC3 Info XML Element: Type (TYP), The type of TMC event code such as "Event code" or "Supplementary information code".

        Returns:
        der Wert von Type.
      • setType

        public void setType​(AttTmcEventCodeTypeEnum _type)
        TMC-Eventcode Typ.

        TIC3 Info XML Element: Type (TYP), The type of TMC event code such as "Event code" or "Supplementary information code".

        Parameters:
        _type - der neue Wert von Type.
      • getUpdateClass

        public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AttZahl> getUpdateClass()
        Update-Klasse.

        TIC3 Info XML Element: UpdateClass (UCL), The update class to which the TMC event code belongs.

        Returns:
        der Wert von UpdateClass.
      • getQuantifier

        public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3tmcQuantifier> getQuantifier()
        Quantifizierer.

        TIC3 Info XML Element: Quantifier (QUA), A list of additional quantifiers used in combination with the TMC event code.

        Returns:
        der Wert von Quantifier.
      • 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 AtlTic3tmcEvent 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