org.openmuc.jsml.structures
Class SML_TimestampLocal

java.lang.Object
  extended by org.openmuc.jsml.structures.ASNObject
      extended by org.openmuc.jsml.structures.ListOf
          extended by org.openmuc.jsml.structures.Sequence
              extended by org.openmuc.jsml.structures.SML_TimestampLocal

public class SML_TimestampLocal
extends Sequence


Field Summary
protected  Integer16 localOffset
           
protected  Integer16 seasonTimeOffset
           
protected  SML_Timestamp timestamp
           
 
Fields inherited from class org.openmuc.jsml.structures.ListOf
seqArray
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
SML_TimestampLocal()
           
SML_TimestampLocal(SML_Timestamp timestamp, Integer16 localOffset, Integer16 seasonTimeOffset)
           
 
Method Summary
protected  void createElements()
           
 Integer16 getLocalOffset()
           
 Integer16 getSeasonTimeOffset()
           
 SML_Timestamp getTimestamp()
           
 void print()
          prints the content or type of the object to stdout
 void setOptionalAndSeq()
           
 
Methods inherited from class org.openmuc.jsml.structures.Sequence
decode
 
Methods inherited from class org.openmuc.jsml.structures.ListOf
code, seqArray
 
Methods inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected, setOptional, setSelected
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timestamp

protected SML_Timestamp timestamp

localOffset

protected Integer16 localOffset

seasonTimeOffset

protected Integer16 seasonTimeOffset
Constructor Detail

SML_TimestampLocal

public SML_TimestampLocal(SML_Timestamp timestamp,
                          Integer16 localOffset,
                          Integer16 seasonTimeOffset)

SML_TimestampLocal

public SML_TimestampLocal()
Method Detail

getTimestamp

public SML_Timestamp getTimestamp()

getLocalOffset

public Integer16 getLocalOffset()

getSeasonTimeOffset

public Integer16 getSeasonTimeOffset()

setOptionalAndSeq

public void setOptionalAndSeq()

createElements

protected void createElements()
Specified by:
createElements in class Sequence

print

public void print()
Description copied from class: ASNObject
prints the content or type of the object to stdout

Overrides:
print in class Sequence