Class CmlLockRequestorDataSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf72.subtype5.CmlLockRequestorDataSection

public final class CmlLockRequestorDataSection extends SmfData
  • Method Details

    • r725crky

      public BigInteger r725crky()
      R725CRKY value.
      Returns:
      BigInteger R725CRKY value
    • r725crjn

      public String r725crjn()
      R725CRJN value.
      Returns:
      String R725CRJN value
    • r725crsp

      public int r725crsp()
      R725CRSP value.
      Returns:
      int R725CRSP value
    • r725cras

      public int r725cras()
      R725CRAS value.
      Returns:
      int R725CRAS value
    • r725crst

      public long r725crst()
      R725CRST value.
      Returns:
      long R725CRST value
    • r725crsn

      public String r725crsn()
      R725CRSN value.
      Returns:
      String R725CRSN value
    • r725crsu

      public long r725crsu()
      R725CRSU value, throws exception if R725CRSU overflows 64 bit signed integer.
      Returns:
      long R725CRSU
      Throws:
      IllegalArgumentException - If the value of R725CRSU exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in R725CRSU). Use r725crsuAsBigInteger() if this is possible.
    • r725crsuAsBigInteger

      public BigInteger r725crsuAsBigInteger()
      R725CRSU value as a BigInteger.

      r725crsu() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger R725CRSU
    • r725cral

      public long r725cral()
      R725CRAL value, throws exception if R725CRAL overflows 64 bit signed integer.
      Returns:
      long R725CRAL
      Throws:
      IllegalArgumentException - If the value of R725CRAL exceeds the maximum value of a signed 64 bit integer (i.e. the high order bit is set in R725CRAL). Use r725cralAsBigInteger() if this is possible.
    • r725cralAsBigInteger

      public BigInteger r725cralAsBigInteger()
      R725CRAL value as a BigInteger.

      r725cral() may provide better performance if the value will not exceed the maximum value for a signed long.

      Returns:
      BigInteger R725CRAL
    • r725crti

      public Duration r725crti()
      R725CRTI as a Duration.
      Returns:
      Duration R725CRTI
      See Also:
    • r725crtiSeconds

      public double r725crtiSeconds()
      R725CRTI in seconds.
      Returns:
      double R725CRTI converted to seconds
    • r725crtiRawValue

      public BigInteger r725crtiRawValue()
      R725CRTI raw value.
      Returns:
      BigInteger R725CRTI value
    • create

      public static CmlLockRequestorDataSection 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