Class InstallServiceDefinitionSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.InstallServiceDefinitionSection

public final class InstallServiceDefinitionSection extends SmfData
  • Method Details

    • smf90idn

      public String smf90idn()
      SMF90IDN value.
      Returns:
      String SMF90IDN value
    • smf90tdi

      public ZonedDateTime smf90tdi()
      SMF90TDI STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).

      Use smf90tdiRawValue() for a BigInteger containing the complete STCK value.

      Returns:
      DateTime SMF90TDI STCK converted to ZonedDateTime
      See Also:
    • smf90tdiRawValue

      public BigInteger smf90tdiRawValue()
      SMF90TDI STCK value.
      Returns:
      BigInteger SMF90TDI STCK value
    • smf90idu

      public String smf90idu()
      SMF90IDU value.
      Returns:
      String SMF90IDU value
    • smf90ids

      public String smf90ids()
      SMF90IDS value.
      Returns:
      String SMF90IDS value
    • create

      public static InstallServiceDefinitionSection create(byte[] Data, int offset, int length)
      create is intended for internal use only. Instances of this section are created by the parent record or section.
      Parameters:
      Data - Array of bytes containing data for this section
      offset - Offset of this section in the data
      length - length of the section