Package com.blackhillsoftware.smf.smf42
Class ProductSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf42.ProductSection
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Constant: 0x28 = 40static final int
Constant: 0x28 = 40static final int
Constant: 0x01 = 1 -
Method Summary
Modifier and TypeMethodDescriptionstatic ProductSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.smf42pdl()
SMF42PDL value.smf42pdn()
SMF42PDN value.int
smf42psv()
SMF42PSV value.smf42pte()
SMF42PTE STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF42PTE STCK value.smf42pts()
SMF42PTS STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF42PTS STCK value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF42PLN
public static final int SMF42PLNConstant: 0x28 = 40- See Also:
-
SMF42PVR
public static final int SMF42PVRConstant: 0x01 = 1- See Also:
-
SMF42PRD_LEN
public static final int SMF42PRD_LENConstant: 0x28 = 40- See Also:
-
-
Method Details
-
smf42pdl
SMF42PDL value.- Returns:
- String SMF42PDL value
-
smf42pdn
SMF42PDN value.- Returns:
- String SMF42PDN value
-
smf42psv
public int smf42psv()SMF42PSV value.- Returns:
- int SMF42PSV value
-
smf42pts
SMF42PTS STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf42ptsRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF42PTS STCK converted to ZonedDateTime
- See Also:
-
smf42ptsRawValue
SMF42PTS STCK value.- Returns:
- BigInteger SMF42PTS STCK value
-
smf42pte
SMF42PTE STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf42pteRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF42PTE STCK converted to ZonedDateTime
- See Also:
-
smf42pteRawValue
SMF42PTE STCK value.- Returns:
- BigInteger SMF42PTE STCK 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
-