Klasse BACnetWeekNDayTagged

java.lang.Object
org.apache.plc4x.java.bacnetip.readwrite.BACnetWeekNDayTagged
Alle implementierten Schnittstellen:
Message, Serializable

public class BACnetWeekNDayTagged extends Object implements Message
  • Felddetails

    • month

      protected final short month
    • weekOfMonth

      protected final short weekOfMonth
    • dayOfWeek

      protected final short dayOfWeek
    • tagNumber

      protected final Short tagNumber
    • tagClass

      protected final TagClass tagClass
  • Konstruktordetails

    • BACnetWeekNDayTagged

      public BACnetWeekNDayTagged(BACnetTagHeader header, short month, short weekOfMonth, short dayOfWeek, Short tagNumber, TagClass tagClass)
  • Methodendetails

    • getHeader

      public BACnetTagHeader getHeader()
    • getMonth

      public short getMonth()
    • getWeekOfMonth

      public short getWeekOfMonth()
    • getDayOfWeek

      public short getDayOfWeek()
    • getOddMonths

      public boolean getOddMonths()
    • getEvenMonths

      public boolean getEvenMonths()
    • getAnyMonth

      public boolean getAnyMonth()
    • getDays1to7

      public boolean getDays1to7()
    • getDays8to14

      public boolean getDays8to14()
    • getDays15to21

      public boolean getDays15to21()
    • getDays22to28

      public boolean getDays22to28()
    • getDays29to31

      public boolean getDays29to31()
    • getLast7DaysOfThisMonth

      public boolean getLast7DaysOfThisMonth()
    • getAny7DaysPriorToLast7DaysOfThisMonth

      public boolean getAny7DaysPriorToLast7DaysOfThisMonth()
    • getAny7DaysPriorToLast14DaysOfThisMonth

      public boolean getAny7DaysPriorToLast14DaysOfThisMonth()
    • getAny7DaysPriorToLast21DaysOfThisMonth

      public boolean getAny7DaysPriorToLast21DaysOfThisMonth()
    • getAnyWeekOfthisMonth

      public boolean getAnyWeekOfthisMonth()
    • getAnyDayOfWeek

      public boolean getAnyDayOfWeek()
    • serialize

      public void serialize(WriteBuffer writeBuffer) throws SerializationException
      Angegeben von:
      serialize in Schnittstelle Serializable
      Löst aus:
      SerializationException
    • getLengthInBytes

      public int getLengthInBytes()
      Angegeben von:
      getLengthInBytes in Schnittstelle Message
    • getLengthInBits

      public int getLengthInBits()
      Angegeben von:
      getLengthInBits in Schnittstelle Message
    • staticParse

      public static BACnetWeekNDayTagged staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
      Löst aus:
      ParseException
    • staticParse

      public static BACnetWeekNDayTagged staticParse(ReadBuffer readBuffer, Short tagNumber, TagClass tagClass) throws ParseException
      Löst aus:
      ParseException
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object