public class SmlTimestampLocal extends Sequence
Modifier and Type | Field and Description |
---|---|
protected Integer16 |
localOffset |
protected Integer16 |
seasonTimeOffset |
protected SmlTimestamp |
timestamp |
isOptional, isSelected
Constructor and Description |
---|
SmlTimestampLocal() |
SmlTimestampLocal(SmlTimestamp timestamp,
Integer16 localOffset,
Integer16 seasonTimeOffset) |
Modifier and Type | Method and Description |
---|---|
protected void |
createElements() |
Integer16 |
getLocalOffset() |
Integer16 |
getSeasonTimeOffset() |
SmlTimestamp |
getTimestamp() |
void |
setOptionalAndSeq() |
isOptional, isSelected, setOptional, setSelected
protected SmlTimestamp timestamp
protected Integer16 localOffset
protected Integer16 seasonTimeOffset
public SmlTimestampLocal()
public SmlTimestampLocal(SmlTimestamp timestamp, Integer16 localOffset, Integer16 seasonTimeOffset)
public SmlTimestamp getTimestamp()
public Integer16 getLocalOffset()
public Integer16 getSeasonTimeOffset()
public void setOptionalAndSeq()
protected void createElements()
createElements
in class Sequence