Class CmlLockOwnerDataSection

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

public final class CmlLockOwnerDataSection extends SmfData
  • Method Details

    • r725coky

      public BigInteger r725coky()
      R725COKY value.
      Returns:
      BigInteger R725COKY value
    • r725cojn

      public String r725cojn()
      R725COJN value.
      Returns:
      String R725COJN value
    • r725cosp

      public int r725cosp()
      R725COSP value.
      Returns:
      int R725COSP value
    • r725coas

      public int r725coas()
      R725COAS value.
      Returns:
      int R725COAS value
    • r725cost

      public long r725cost()
      R725COST value.
      Returns:
      long R725COST value
    • r725cosn

      public String r725cosn()
      R725COSN value.
      Returns:
      String R725COSN value
    • r725cosu

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

      public BigInteger r725cosuAsBigInteger()
      R725COSU value as a BigInteger.

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

      Returns:
      BigInteger R725COSU
    • r725coal

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

      public BigInteger r725coalAsBigInteger()
      R725COAL value as a BigInteger.

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

      Returns:
      BigInteger R725COAL
    • r725coti

      public Duration r725coti()
      R725COTI as a Duration.
      Returns:
      Duration R725COTI
      See Also:
    • r725cotiSeconds

      public double r725cotiSeconds()
      R725COTI in seconds.
      Returns:
      double R725COTI converted to seconds
    • r725cotiRawValue

      public BigInteger r725cotiRawValue()
      R725COTI raw value.
      Returns:
      BigInteger R725COTI value
    • r725clsu

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

      public BigInteger r725clsuAsBigInteger()
      R725CLSU value as a BigInteger.

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

      Returns:
      BigInteger R725CLSU
    • r725clal

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

      public BigInteger r725clalAsBigInteger()
      R725CLAL value as a BigInteger.

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

      Returns:
      BigInteger R725CLAL
    • r725clti

      public Duration r725clti()
      R725CLTI as a Duration.
      Returns:
      Duration R725CLTI
      See Also:
    • r725cltiSeconds

      public double r725cltiSeconds()
      R725CLTI in seconds.
      Returns:
      double R725CLTI converted to seconds
    • r725cltiRawValue

      public BigInteger r725cltiRawValue()
      R725CLTI raw value.
      Returns:
      BigInteger R725CLTI value
    • create

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