Class TenantResourceGroupDataSection

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf70.subtype1.TenantResourceGroupDataSection

public final class TenantResourceGroupDataSection extends SmfData
  • Method Details

    • smf70TrgName

      public String smf70TrgName()
      SMF70_TRG_NAME value.
      Returns:
      String SMF70_TRG_NAME value
    • smf70TrgDesc

      public String smf70TrgDesc()
      SMF70_TRG_DESC value.
      Returns:
      String SMF70_TRG_DESC value
    • smf70TrgTntid

      public String smf70TrgTntid()
      SMF70_TRG_TNTID value.
      Returns:
      String SMF70_TRG_TNTID value
    • smf70TrgTntname

      public String smf70TrgTntname()
      SMF70_TRG_TNTNAME value.
      Returns:
      String SMF70_TRG_TNTNAME value
    • smf70TrgSbid

      public String smf70TrgSbid()
      SMF70_TRG_SBID value.
      Returns:
      String SMF70_TRG_SBID value
    • smf70TrgSucp

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

      public BigInteger smf70TrgSucpAsBigInteger()
      SMF70_TRG_SUCP value as a BigInteger.

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

      Returns:
      BigInteger SMF70_TRG_SUCP
    • smf70TrgSuifa

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

      public BigInteger smf70TrgSuifaAsBigInteger()
      SMF70_TRG_SUIFA value as a BigInteger.

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

      Returns:
      BigInteger SMF70_TRG_SUIFA
    • smf70TrgSusup

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

      public BigInteger smf70TrgSusupAsBigInteger()
      SMF70_TRG_SUSUP value as a BigInteger.

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

      Returns:
      BigInteger SMF70_TRG_SUSUP
    • smf70TrgLac

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

      public BigInteger smf70TrgLacAsBigInteger()
      SMF70_TRG_LAC value as a BigInteger.

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

      Returns:
      BigInteger SMF70_TRG_LAC
    • smf70TrgMem

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

      public BigInteger smf70TrgMemAsBigInteger()
      SMF70_TRG_MEM value as a BigInteger.

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

      Returns:
      BigInteger SMF70_TRG_MEM
    • create

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