org.openmuc.jsml.structures
public class SML_TimestampLocal extends Sequence
Modifier and Type | Field and Description |
---|---|
protected Integer16 |
localOffset |
protected Integer16 |
seasonTimeOffset |
protected SML_Timestamp |
timestamp |
isOptional, isSelected
Constructor and Description |
---|
SML_TimestampLocal() |
SML_TimestampLocal(SML_Timestamp timestamp,
Integer16 localOffset,
Integer16 seasonTimeOffset) |
Modifier and Type | Method and Description |
---|---|
protected void |
createElements() |
Integer16 |
getLocalOffset() |
Integer16 |
getSeasonTimeOffset() |
SML_Timestamp |
getTimestamp() |
void |
print()
prints the content or type of the object to stdout
|
void |
setOptionalAndSeq() |
isOptional, isSelected, setOptional, setSelected
protected SML_Timestamp timestamp
protected Integer16 localOffset
protected Integer16 seasonTimeOffset
public SML_TimestampLocal(SML_Timestamp timestamp, Integer16 localOffset, Integer16 seasonTimeOffset)
public SML_TimestampLocal()
public SML_Timestamp getTimestamp()
public Integer16 getLocalOffset()
public Integer16 getSeasonTimeOffset()
public void setOptionalAndSeq()
protected void createElements()
createElements
in class Sequence