Class AtlTic3tmcEvent
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstic3.attribute.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 Summary
Constructors Constructor Description AtlTic3tmcEvent()
-
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)
AtlTic3tmcEvent
clone()
AttZahl
getCode()
TMC-Code.de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AtlTic3tmcQuantifier>
getQuantifier()
Quantifizierer.AttTmcEventCodeTypeEnum
getType()
TMC-Eventcode Typ.de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AttZahl>
getUpdateClass()
Update-Klasse.void
setCode(AttZahl _code)
TMC-Code.void
setType(AttTmcEventCodeTypeEnum _type)
TMC-Eventcode Typ.java.lang.String
toString()
-
-
-
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 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 AtlTic3tmcEvent 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
-
-