Class AtlTic3RecurrenceType

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

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

    • 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)  
      AtlTic3RecurrenceType clone()  
      java.lang.String getBeschreibung()
      Beschreibung aus Wert des 'description'-Attributes.
      java.lang.String getEndzeit()
      Endzeit.
      java.lang.String getStartzeit()
      Startzeit.
      de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AttTic3Wochentag> getWochentage()
      Wochentage.
      void setBeschreibung​(java.lang.String _beschreibung)
      Beschreibung aus Wert des 'description'-Attributes.
      void setEndzeit​(java.lang.String _endzeit)
      Endzeit.
      void setStartzeit​(java.lang.String _startzeit)
      Startzeit.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • AtlTic3RecurrenceType

        public AtlTic3RecurrenceType()
    • Method Detail

      • getBeschreibung

        public java.lang.String getBeschreibung()
        Beschreibung aus Wert des 'description'-Attributes.

        Returns:
        der Wert von Beschreibung.
      • setBeschreibung

        public void setBeschreibung​(java.lang.String _beschreibung)
        Beschreibung aus Wert des 'description'-Attributes.

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

        public de.bsvrz.sys.funclib.bitctrl.modell.att.Feld<AttTic3Wochentag> getWochentage()
        Wochentage.

        TIC3 Info XML Element: DayOfWeek (DOW), A list of days of the week such as Monday and Tuesday.

        Returns:
        der Wert von Wochentage.
      • getStartzeit

        public java.lang.String getStartzeit()
        Startzeit.

        TIC3 Info XML Element: StartTime (STA), The start time on each of the specified days of week.

        Returns:
        der Wert von Startzeit.
      • setStartzeit

        public void setStartzeit​(java.lang.String _startzeit)
        Startzeit.

        TIC3 Info XML Element: StartTime (STA), The start time on each of the specified days of week.

        Parameters:
        _startzeit - der neue Wert von Startzeit.
      • getEndzeit

        public java.lang.String getEndzeit()
        Endzeit.

        TIC3 Info XML Element: EndTime (END), The end time on each of the specified days of week. When the end time is less than the start time, the end time is on the next day.

        Returns:
        der Wert von Endzeit.
      • setEndzeit

        public void setEndzeit​(java.lang.String _endzeit)
        Endzeit.

        TIC3 Info XML Element: EndTime (END), The end time on each of the specified days of week. When the end time is less than the start time, the end time is on the next day.

        Parameters:
        _endzeit - der neue Wert von Endzeit.
      • 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 AtlTic3RecurrenceType 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