Class AtlTic3ErgebnisErzeugungRegel
- java.lang.Object
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstic3.attribute.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 Summary
Constructors Constructor Description AtlTic3ErgebnisErzeugungRegel()
-
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)
AtlTic3ErgebnisErzeugungRegel
clone()
java.lang.String
getElementpfad()
Elementpfad.java.lang.String
getElementschluessel()
Elementschlüssel.AttJaNein
getVerwenden()
Verwenden.void
setElementpfad(java.lang.String _elementpfad)
Elementpfad.void
setElementschluessel(java.lang.String _elementschluessel)
Elementschlüssel.void
setVerwenden(AttJaNein _verwenden)
Verwenden.java.lang.String
toString()
-
-
-
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 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 AtlTic3ErgebnisErzeugungRegel 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
-
-