public final class JobHeader extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
SMF4206A_LEN
Constant: 0x40 = 64
|
Modifier and Type | Method and Description |
---|---|
static JobHeader |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
List<DatasetHeader> |
datasetHeaders()
Get a List containing Dataset Header sections from the record
|
int |
s42jdaml()
S42JDAML value.
|
int |
s42jdcod()
S42JDCOD value.
|
int |
s42jddsl()
S42JDDSL value.
|
int |
s42jddso()
S42JDDSO value.
|
ZoneOffset |
s42jdgmo()
S42JDGMO as ZoneOffset.
|
int |
s42jdgmoRawValue()
S42JDGMO raw value.
|
int |
s42jdiol()
S42JDIOL value.
|
String |
s42jdjnm()
S42JDJNM value.
|
int |
s42jdpgn()
S42JDPGN value.
|
LocalDate |
s42jdrsd()
S42JDRSD as a LocalDate.
|
int |
s42jdrsdRawValue()
S42JDRSD raw value.
|
LocalTime |
s42jdrst()
S42JDRST as a LocalTime.
|
long |
s42jdrstRawValue()
S42JDRST raw value
|
String |
s42jduid()
S42JDUID value.
|
String |
s42jdwld()
S42JDWLD value.
|
String |
s42jdwsc()
S42JDWSC value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int SMF4206A_LEN
public String s42jdjnm()
public LocalTime s42jdrst()
LocalTime
public long s42jdrstRawValue()
public LocalDate s42jdrsd()
LocalDate
public int s42jdrsdRawValue()
public String s42jduid()
public int s42jddso()
public int s42jddsl()
public int s42jdcod()
public int s42jdpgn()
public int s42jdiol()
public int s42jdaml()
public ZoneOffset s42jdgmo()
public int s42jdgmoRawValue()
public String s42jdwsc()
public String s42jdwld()
public List<DatasetHeader> datasetHeaders()
public static JobHeader create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.