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 SummaryModifier and TypeMethodDescriptionstatic StProductSectioncreate(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.longsmfstdtk()SMFSTDTK value.smfsticd()SMFSTICD value.longsmfstino()SMFSTINO value.smfstint()SMFSTINT as LocalTime.SMFSTINT String value.smfstjbn()SMFSTJBN value.smfstlrt()SMFSTLRT as LocalTime.SMFSTLRT String value.intsmfstmfl()SMFSTMFL value.smfstpdn()SMFSTPDN value.smfstprn()SMFSTPRN value.smfstrqt()SMFSTRQT value.smfstrsd()SMFSTRSD as a LocalDate.intSMFSTRSD raw value.smfstrst()SMFSTRST as a LocalTime.longSMFSTRST raw valuesmfstrtk()SMFSTRTK value.SMFSTRTK as STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).intsmfstrvn()SMFSTRVN value.smfstspn()SMFSTSPN value.smfstuif()SMFSTUIF value.Methods inherited from class com.blackhillsoftware.smf.SmfDatacreateSection, getTriplet
- 
Method Details- 
smfstrvnpublic int smfstrvn()SMFSTRVN value.- Returns:
- int SMFSTRVN value
 
- 
smfstprnSMFSTPRN value.- Returns:
- String SMFSTPRN value
 
- 
smfstspnSMFSTSPN value.- Returns:
- String SMFSTSPN value
 
- 
smfstmflpublic int smfstmfl()SMFSTMFL value.- Returns:
- int SMFSTMFL value
 
- 
smfstdtkpublic long smfstdtk()SMFSTDTK value.- Returns:
- long SMFSTDTK value
 
- 
smfstdidSMFSTDID value.- Returns:
- String SMFSTDID value
 
- 
smfstrqtSMFSTRQT value.- Returns:
- String SMFSTRQT value
 
- 
smfsticdSMFSTICD value.- Returns:
- String SMFSTICD value
 
- 
smfstdatSMFSTDAT as LocalDate.- Returns:
- LocalDate SMFSTDAT Date
- See Also:
 
- 
smfstdatRawValueSMFSTDAT String value.- Returns:
- String SMFSTDAT value
 
- 
smfstcltSMFSTCLT as LocalTime.- Returns:
- LocalTime SMFSTCLT Time
- See Also:
 
- 
smfstcltRawValueSMFSTCLT String value.- Returns:
- String SMFSTCLT value
 
- 
smfstintSMFSTINT as LocalTime.- Returns:
- LocalTime SMFSTINT Time
- See Also:
 
- 
smfstintRawValueSMFSTINT String value.- Returns:
- String SMFSTINT value
 
- 
smfstinopublic long smfstino()SMFSTINO value.- Returns:
- long SMFSTINO value
 
- 
smfstrtkSMFSTRTK value.- Returns:
- BigInteger SMFSTRTK value
 
- 
smfstrtkTimeSMFSTRTK 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:
 
- 
smfstlrtSMFSTLRT as LocalTime.- Returns:
- LocalTime SMFSTLRT Time
- See Also:
 
- 
smfstlrtRawValueSMFSTLRT String value.- Returns:
- String SMFSTLRT value
 
- 
smfstcstSMFSTCST 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:
 
- 
smfstcstRawValueSMFSTCST STCK value.- Returns:
- BigInteger SMFSTCST STCK value
 
- 
smfstjbnSMFSTJBN value.- Returns:
- String SMFSTJBN value
 
- 
smfstrsdSMFSTRSD as a LocalDate.- Returns:
- LocalDate SMFSTRSD Date
- See Also:
 
- 
smfstrsdRawValuepublic int smfstrsdRawValue()SMFSTRSD raw value.- Returns:
- int SMFSTRSD value
 
- 
smfstrstSMFSTRST as a LocalTime.- Returns:
- LocalTime SMFSTRST Time
- See Also:
 
- 
smfstrstRawValuepublic long smfstrstRawValue()SMFSTRST raw value- Returns:
- long SMFSTRST value
 
- 
smfstuifSMFSTUIF value.- Returns:
- String SMFSTUIF value
 
- 
smfstpdnSMFSTPDN value.- Returns:
- String SMFSTPDN value
 
- 
createcreate 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 section
- offset- Offset of this section in the data
- length- length of the section
 
 
-