Package com.blackhillsoftware.smf.smf92
Class IdentificationSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf92.IdentificationSection
-
Method Summary
Modifier and TypeMethodDescriptionstatic IdentificationSection
create
(byte[] Data, int offset, int length, boolean zFS) create is intended for internal use only.long
smf92apg()
SMF92APG value.long
smf92api()
SMF92API value.long
smf92asg()
SMF92ASG value.long
SMF92ASID value.long
smf92gid()
SMF92GID value.smf92jbn()
SMF92JBN value.long
smf92pgd()
SMF92PGD value.long
smf92pid()
SMF92PID value.smf92rgd()
SMF92RGD value.long
smf92rsc()
SMF92RSC value.smf92rsd()
SMF92RSD as a LocalDate.int
SMF92RSD raw value.smf92rst()
SMF92RST as a LocalTime.long
SMF92RST raw valuesmf92rud()
SMF92RUD value.long
smf92ssd()
SMF92SSD value.smf92stm()
SMF92STM value.long
smf92uid()
SMF92UID value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Method Details
-
smf92jbn
SMF92JBN value.- Returns:
- String SMF92JBN value
-
smf92rst
SMF92RST as a LocalTime.- Returns:
- LocalTime SMF92RST Time
- See Also:
-
smf92rstRawValue
public long smf92rstRawValue()SMF92RST raw value- Returns:
- long SMF92RST value
-
smf92rsd
SMF92RSD as a LocalDate.- Returns:
- LocalDate SMF92RSD Date
- See Also:
-
smf92rsdRawValue
public int smf92rsdRawValue()SMF92RSD raw value.- Returns:
- int SMF92RSD value
-
smf92stm
SMF92STM value.- Returns:
- String SMF92STM value
-
smf92rgd
SMF92RGD value. Not valid for zFS records.- Returns:
- String SMF92RGD value
-
smf92rud
SMF92RUD value. Not valid for zFS records.- Returns:
- String SMF92RUD value
-
smf92uid
public long smf92uid()SMF92UID value. Not valid for zFS records.- Returns:
- long SMF92UID value
-
smf92gid
public long smf92gid()SMF92GID value. Not valid for zFS records.- Returns:
- long SMF92GID value
-
smf92pid
public long smf92pid()SMF92PID value. Not valid for zFS records.- Returns:
- long SMF92PID value
-
smf92pgd
public long smf92pgd()SMF92PGD value. Not valid for zFS records.- Returns:
- long SMF92PGD value
-
smf92ssd
public long smf92ssd()SMF92SSD value. Not valid for zFS records.- Returns:
- long SMF92SSD value
-
smf92api
public long smf92api()SMF92API value. Not valid for zFS records.- Returns:
- long SMF92API value
-
smf92apg
public long smf92apg()SMF92APG value. Not valid for zFS records.- Returns:
- long SMF92APG value
-
smf92asg
public long smf92asg()SMF92ASG value. Not valid for zFS records.- Returns:
- long SMF92ASG value
-
smf92asid
public long smf92asid()SMF92ASID value. Only valid for zFS records.- Returns:
- long SMF92ASID value
-
smf92rsc
public long smf92rsc()SMF92RSC value. Only valid for zFS records.- Returns:
- long SMF92RSC 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
-