org.openmuc.jsml.structures
Class SML_ProfObjPeriodEntry

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_ProfObjPeriodEntry

public class SML_ProfObjPeriodEntry
extends Sequence


Field Summary
protected  SML_Signature periodSignature
           
protected  Unsigned64 status
           
protected  SML_Time valTime
           
protected  List_of_SML_ValueEntry value_List
           
 
Fields inherited from class org.openmuc.jsml.structures.ListOf
seqArray
 
Fields inherited from class org.openmuc.jsml.structures.ASNObject
isOptional, isSelected
 
Constructor Summary
SML_ProfObjPeriodEntry()
           
SML_ProfObjPeriodEntry(SML_Time valTime, Unsigned64 status, List_of_SML_ValueEntry value_List, SML_Signature periodSignature)
           
 
Method Summary
protected  void createElements()
           
 SML_Signature getPeriodSignature()
           
 Unsigned64 getStatus()
           
 SML_Time getValTime()
           
 List_of_SML_ValueEntry getValue_List()
           
 void setOptionalAndSeq()
           
 void setPeriodSignature(SML_Signature periodSignature)
           
 void setStatus(Unsigned64 status)
           
 void setValTime(SML_Time valTime)
           
 void setValue_List(List_of_SML_ValueEntry value_List)
           
 
Methods inherited from class org.openmuc.jsml.structures.Sequence
decode, print
 
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

valTime

protected SML_Time valTime

status

protected Unsigned64 status

value_List

protected List_of_SML_ValueEntry value_List

periodSignature

protected SML_Signature periodSignature
Constructor Detail

SML_ProfObjPeriodEntry

public SML_ProfObjPeriodEntry(SML_Time valTime,
                              Unsigned64 status,
                              List_of_SML_ValueEntry value_List,
                              SML_Signature periodSignature)

SML_ProfObjPeriodEntry

public SML_ProfObjPeriodEntry()
Method Detail

getValTime

public SML_Time getValTime()

getStatus

public Unsigned64 getStatus()

getValue_List

public List_of_SML_ValueEntry getValue_List()

getPeriodSignature

public SML_Signature getPeriodSignature()

setValTime

public void setValTime(SML_Time valTime)

setStatus

public void setStatus(Unsigned64 status)

setValue_List

public void setValue_List(List_of_SML_ValueEntry value_List)

setPeriodSignature

public void setPeriodSignature(SML_Signature periodSignature)

setOptionalAndSeq

public void setOptionalAndSeq()

createElements

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