Package com.blackhillsoftware.smf.cics
Class StProductSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.cics.StProductSection
Mapping for CICS ST SMF Product section.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StProductSection
create
(byte[] Data, int offset, int length) create is intended for internal use only.smfstclt()
SMFSTCLT as LocalTime.SMFSTCLT String value.smfstcst()
SMFSTCST STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMFSTCST STCK value.smfstdat()
SMFSTDAT as LocalDate.SMFSTDAT String value.smfstdid()
SMFSTDID value.long
smfstdtk()
SMFSTDTK value.smfsticd()
SMFSTICD value.long
smfstino()
SMFSTINO value.smfstint()
SMFSTINT as LocalTime.SMFSTINT String value.smfstjbn()
SMFSTJBN value.smfstlrt()
SMFSTLRT as LocalTime.SMFSTLRT String value.int
smfstmfl()
SMFSTMFL value.smfstpdn()
SMFSTPDN value.smfstprn()
SMFSTPRN value.smfstrqt()
SMFSTRQT value.smfstrsd()
SMFSTRSD as a LocalDate.int
SMFSTRSD raw value.smfstrst()
SMFSTRST as a LocalTime.long
SMFSTRST raw valuesmfstrtk()
SMFSTRTK value.SMFSTRTK as STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).int
smfstrvn()
SMFSTRVN value.smfstspn()
SMFSTSPN value.smfstuif()
SMFSTUIF value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smfstrvn
public int smfstrvn()SMFSTRVN value.- Returns:
- int SMFSTRVN value
-
smfstprn
SMFSTPRN value.- Returns:
- String SMFSTPRN value
-
smfstspn
SMFSTSPN value.- Returns:
- String SMFSTSPN value
-
smfstmfl
public int smfstmfl()SMFSTMFL value.- Returns:
- int SMFSTMFL value
-
smfstdtk
public long smfstdtk()SMFSTDTK value.- Returns:
- long SMFSTDTK value
-
smfstdid
SMFSTDID value.- Returns:
- String SMFSTDID value
-
smfstrqt
SMFSTRQT value.- Returns:
- String SMFSTRQT value
-
smfsticd
SMFSTICD value.- Returns:
- String SMFSTICD value
-
smfstdat
SMFSTDAT as LocalDate.- Returns:
- LocalDate SMFSTDAT Date
- See Also:
-
smfstdatRawValue
SMFSTDAT String value.- Returns:
- String SMFSTDAT value
-
smfstclt
SMFSTCLT as LocalTime.- Returns:
- LocalTime SMFSTCLT Time
- See Also:
-
smfstcltRawValue
SMFSTCLT String value.- Returns:
- String SMFSTCLT value
-
smfstint
SMFSTINT as LocalTime.- Returns:
- LocalTime SMFSTINT Time
- See Also:
-
smfstintRawValue
SMFSTINT String value.- Returns:
- String SMFSTINT value
-
smfstino
public long smfstino()SMFSTINO value.- Returns:
- long SMFSTINO value
-
smfstrtk
SMFSTRTK value.- Returns:
- BigInteger SMFSTRTK value
-
smfstrtkTime
SMFSTRTK as STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smfstrtk()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMFSTCST STCK converted to ZonedDateTime
- See Also:
-
smfstlrt
SMFSTLRT as LocalTime.- Returns:
- LocalTime SMFSTLRT Time
- See Also:
-
smfstlrtRawValue
SMFSTLRT String value.- Returns:
- String SMFSTLRT value
-
smfstcst
SMFSTCST STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smfstcstRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMFSTCST STCK converted to ZonedDateTime
- See Also:
-
smfstcstRawValue
SMFSTCST STCK value.- Returns:
- BigInteger SMFSTCST STCK value
-
smfstjbn
SMFSTJBN value.- Returns:
- String SMFSTJBN value
-
smfstrsd
SMFSTRSD as a LocalDate.- Returns:
- LocalDate SMFSTRSD Date
- See Also:
-
smfstrsdRawValue
public int smfstrsdRawValue()SMFSTRSD raw value.- Returns:
- int SMFSTRSD value
-
smfstrst
SMFSTRST as a LocalTime.- Returns:
- LocalTime SMFSTRST Time
- See Also:
-
smfstrstRawValue
public long smfstrstRawValue()SMFSTRST raw value- Returns:
- long SMFSTRST value
-
smfstuif
SMFSTUIF value.- Returns:
- String SMFSTUIF value
-
smfstpdn
SMFSTPDN value.- Returns:
- String SMFSTPDN 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
-