java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.SetDaeSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic SetDaeSectioncreate(byte[] Data, int offset, int length) create is intended for internal use only.smf90dan()SMF90DAN value.smf90dao()SMF90DAO value.smf90dat()SMF90DAT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90DAT STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90dat
SMF90DAT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90datRawValue()for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF90DAT STCK converted to ZonedDateTime
- See Also:
-
smf90datRawValue
SMF90DAT STCK value.- Returns:
- BigInteger SMF90DAT STCK value
-
smf90dao
SMF90DAO value.- Returns:
- String SMF90DAO value
-
smf90dan
SMF90DAN value.- Returns:
- String SMF90DAN 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
-