Package com.blackhillsoftware.smf.smf90
Class InstallServiceDefinitionSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.InstallServiceDefinitionSection
-
Method Summary
Modifier and TypeMethodDescriptioncreate(byte[] Data, int offset, int length) create is intended for internal use only.smf90idn()SMF90IDN value.smf90ids()SMF90IDS value.smf90idu()SMF90IDU value.smf90tdi()SMF90TDI STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90TDI STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90idn
SMF90IDN value.- Returns:
- String SMF90IDN value
-
smf90tdi
SMF90TDI STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90tdiRawValue()for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF90TDI STCK converted to ZonedDateTime
- See Also:
-
smf90tdiRawValue
SMF90TDI STCK value.- Returns:
- BigInteger SMF90TDI STCK value
-
smf90idu
SMF90IDU value.- Returns:
- String SMF90IDU value
-
smf90ids
SMF90IDS value.- Returns:
- String SMF90IDS 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
-