Class TenantResourceGroupDataSection
java.lang.Object
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf70.subtype1.TenantResourceGroupDataSection
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(byte[] Data, int offset, int length) create is intended for internal use only.SMF70_TRG_DESC value.long
SMF70_TRG_LAC value, throws exception if SMF70_TRG_LAC overflows 64 bit signed integer.SMF70_TRG_LAC value as a BigInteger.long
SMF70_TRG_MEM value, throws exception if SMF70_TRG_MEM overflows 64 bit signed integer.SMF70_TRG_MEM value as a BigInteger.SMF70_TRG_NAME value.SMF70_TRG_SBID value.long
SMF70_TRG_SUCP value, throws exception if SMF70_TRG_SUCP overflows 64 bit signed integer.SMF70_TRG_SUCP value as a BigInteger.long
SMF70_TRG_SUIFA value, throws exception if SMF70_TRG_SUIFA overflows 64 bit signed integer.SMF70_TRG_SUIFA value as a BigInteger.long
SMF70_TRG_SUSUP value, throws exception if SMF70_TRG_SUSUP overflows 64 bit signed integer.SMF70_TRG_SUSUP value as a BigInteger.SMF70_TRG_TNTID value.SMF70_TRG_TNTNAME value.
-
Method Details
-
smf70TrgName
SMF70_TRG_NAME value.- Returns:
- String SMF70_TRG_NAME value
-
smf70TrgDesc
SMF70_TRG_DESC value.- Returns:
- String SMF70_TRG_DESC value
-
smf70TrgTntid
SMF70_TRG_TNTID value.- Returns:
- String SMF70_TRG_TNTID value
-
smf70TrgTntname
SMF70_TRG_TNTNAME value.- Returns:
- String SMF70_TRG_TNTNAME value
-
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). Usesmf70TrgSucpAsBigInteger()
if this is possible.
-
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). Usesmf70TrgSuifaAsBigInteger()
if this is possible.
-
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). Usesmf70TrgSusupAsBigInteger()
if this is possible.
-
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). Usesmf70TrgLacAsBigInteger()
if this is possible.
-
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). Usesmf70TrgMemAsBigInteger()
if this is possible.
-
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
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 sectionoffset
- Offset of this section in the datalength
- length of the section
-