Package com.blackhillsoftware.smf.smf90
Class SetGrsRnlSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SetGrsRnlSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic SetGrsRnlSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.int
smf90sgc()
SMF90SGC value.smf90sgn()
SMF90SGN values.smf90sgs()
SMF90SGS value.smf90sgt()
SMF90SGT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90SGT STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90sgt
SMF90SGT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90sgtRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF90SGT STCK converted to ZonedDateTime
- See Also:
-
smf90sgtRawValue
SMF90SGT STCK value.- Returns:
- BigInteger SMF90SGT STCK value
-
smf90sgs
SMF90SGS value.- Returns:
- String SMF90SGS value
-
smf90sgc
public int smf90sgc()SMF90SGC value.- Returns:
- int SMF90SGC value
-
smf90sgn
SMF90SGN values.- Returns:
- List<String> SMF90SGN values
-
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
-