Package com.blackhillsoftware.smf.smf90
Class ModifyWlmSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf90.ModifyWlmSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic ModifyWlmSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.smf9025n()
SMF9025N value.smf9025s()
SMF9025S value.smf9025t()
SMF9025T STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF9025T STCK value.smf9025u()
SMF9025U value.smf90ipu()
SMF90IPU value.smf90mou()
SMF90MOU value.smf90mtd()
SMF90MTD STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90MTD STCK value.smf90nsp()
SMF90NSP value.smf90sna()
SMF90SNA value.smf90tpa()
SMF90TPA STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF90TPA STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf90mtd
SMF90MTD STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90mtdRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF90MTD STCK converted to ZonedDateTime
- See Also:
-
smf90mtdRawValue
SMF90MTD STCK value.- Returns:
- BigInteger SMF90MTD STCK value
-
smf90nsp
SMF90NSP value.- Returns:
- String SMF90NSP value
-
smf90tpa
SMF90TPA STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf90tpaRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF90TPA STCK converted to ZonedDateTime
- See Also:
-
smf90tpaRawValue
SMF90TPA STCK value.- Returns:
- BigInteger SMF90TPA STCK value
-
smf90ipu
SMF90IPU value.- Returns:
- String SMF90IPU value
-
smf90sna
SMF90SNA value.- Returns:
- String SMF90SNA value
-
smf9025n
SMF9025N value.- Returns:
- String SMF9025N value
-
smf9025t
SMF9025T STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf9025tRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF9025T STCK converted to ZonedDateTime
- See Also:
-
smf9025tRawValue
SMF9025T STCK value.- Returns:
- BigInteger SMF9025T STCK value
-
smf9025u
SMF9025U value.- Returns:
- String SMF9025U value
-
smf9025s
SMF9025S value.- Returns:
- String SMF9025S value
-
smf90mou
SMF90MOU value.- Returns:
- String SMF90MOU 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
-