Klasse BACnetTagPayloadDate

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

public class BACnetTagPayloadDate extends Object implements Message
  • Felddetails

    • yearMinus1900

      protected final short yearMinus1900
    • month

      protected final short month
    • dayOfMonth

      protected final short dayOfMonth
    • dayOfWeek

      protected final short dayOfWeek
  • Konstruktordetails

    • BACnetTagPayloadDate

      public BACnetTagPayloadDate(short yearMinus1900, short month, short dayOfMonth, short dayOfWeek)
  • Methodendetails

    • getYearMinus1900

      public short getYearMinus1900()
    • getMonth

      public short getMonth()
    • getDayOfMonth

      public short getDayOfMonth()
    • getDayOfWeek

      public short getDayOfWeek()
    • getWildcard

      public short getWildcard()
    • getYearIsWildcard

      public boolean getYearIsWildcard()
    • getYear

      public int getYear()
    • getMonthIsWildcard

      public boolean getMonthIsWildcard()
    • getOddMonthWildcard

      public boolean getOddMonthWildcard()
    • getEvenMonthWildcard

      public boolean getEvenMonthWildcard()
    • getDayOfMonthIsWildcard

      public boolean getDayOfMonthIsWildcard()
    • getLastDayOfMonthWildcard

      public boolean getLastDayOfMonthWildcard()
    • getOddDayOfMonthWildcard

      public boolean getOddDayOfMonthWildcard()
    • getEvenDayOfMonthWildcard

      public boolean getEvenDayOfMonthWildcard()
    • getDayOfWeekIsWildcard

      public boolean getDayOfWeekIsWildcard()
    • 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 BACnetTagPayloadDate staticParse(ReadBuffer readBuffer, Object... args) throws ParseException
      Löst aus:
      ParseException
    • staticParse

      public static BACnetTagPayloadDate staticParse(ReadBuffer readBuffer) 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