Package com.blackhillsoftware.smf.smf90
Class SetLoadIeasymSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SetLoadIeasymSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic SetLoadIeasymSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
SMF90T35_ConsID value.SMF90T35_IeasymStatement value.SMF90T35_LOADxxName value.SMF90T35_Timestamp STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90T35_Timestamp STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90t35Timestamp
SMF90T35_Timestamp STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90t35TimestampRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF90T35_Timestamp STCK converted to ZonedDateTime
- See Also:
-
smf90t35TimestampRawValue
SMF90T35_Timestamp STCK value.- Returns:
- BigInteger SMF90T35_Timestamp STCK value
-
smf90t35ConsId
public long smf90t35ConsId()SMF90T35_ConsID value.- Returns:
- long SMF90T35_ConsID value
-
smf90t35LoadxxName
SMF90T35_LOADxxName value.- Returns:
- String SMF90T35_LOADxxName value
-
smf90t35IeasymStatement
SMF90T35_IeasymStatement value.- Returns:
- String SMF90T35_IeasymStatement value
-
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
-